作者 小范

进港航班申报停留原页面

... ... @@ -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>
... ...
{
"nmmsVer": "1.07"
"nmmsVer": "1.08"
}
... ...