切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
3 years ago
提交
661e30914ca425eedaee5441f6691b3153f17406
1 个父辈
4b79cc68
进港航班申报停留原页面
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
14 行增加
和
4 行删除
src/views/nmms_import/OrigFlightList.vue
static/nmmsVer.json
src/views/nmms_import/OrigFlightList.vue
查看文件 @
661e309
...
...
@@ -115,6 +115,10 @@
departmentid:''
}
},
mounted() {
this.getdatatime();
this.getFlightList();
},
methods: {
/*设置默认航班时间*/
getdatatime(){
...
...
@@ -149,6 +153,7 @@
},
/*原始舱单跳转*/
handleEdit(index, row) {
// row.waybillType = 'MT1201'
this.$router.push(
{
path:'/enter',
...
...
@@ -158,7 +163,13 @@
},
/*进港理货跳转*/
handleDelete(index, row) {
this.$router.push({path:'entertall',query:{flightno:JSON.stringify(row.flightno),flightdate:JSON.stringify(row.flightdate),originstation:JSON.stringify(row.originstation),destinationstation:JSON.stringify(row.destinationstation)}})
// row.waybillType = 'MT5201'
this.$router.push(
{
path:'entertall',
query:row
}
)
}
},
computed:{
...
...
@@ -175,8 +186,7 @@
/*渲染方法*/
activated() {
let that=this;
that.getdatatime();
that.getFlightList();
},
}
</script>
...
...
static/nmmsVer.json
查看文件 @
661e309
{
"nmmsVer"
:
"1.0
7
"
"nmmsVer"
:
"1.0
8
"
}
...
...
请
注册
或
登录
后发表评论