作者 shenhailong

出港预配 头部信息 新增页面 取消 起始站目的站 赋值

... ... @@ -1170,8 +1170,6 @@
this.preQuery.flightno = this.$route.params.flightData.flightno.substring(2)
this.carrierAndFlight = this.$route.params.flightData.flightno;
this.preQuery.flightdate = this.$route.params.flightData.flightdate
this.preQuery.originstation = this.$route.params.flightData.originstation
this.preQuery.destinationstation = this.$route.params.flightData.destinationstation
if (this.$route.params.flightData.awba !== undefined && this.$route.params.flightData.awba !== '') {
this.preQuery.awba = this.$route.params.flightData.awba.substring(0, 3) + "-" + this.$route.params.flightData.awba.substring(3)
}
... ... @@ -1524,8 +1522,6 @@
this.preModel.flightno = this.preQuery.carrier+this.preQuery.flightno
}
this.preModel.flightdate = this.preQuery.flightdate
this.preModel.originstation = this.preQuery.originstation
this.preModel.destinationstation = this.preQuery.destinationstation
this.preModel.customcode = this.preQuery.customcode
this.dialogStatus = 'create'
this.dialogFormVisible = true
... ...