作者 shenhailong

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

@@ -1170,8 +1170,6 @@ @@ -1170,8 +1170,6 @@
1170 this.preQuery.flightno = this.$route.params.flightData.flightno.substring(2) 1170 this.preQuery.flightno = this.$route.params.flightData.flightno.substring(2)
1171 this.carrierAndFlight = this.$route.params.flightData.flightno; 1171 this.carrierAndFlight = this.$route.params.flightData.flightno;
1172 this.preQuery.flightdate = this.$route.params.flightData.flightdate 1172 this.preQuery.flightdate = this.$route.params.flightData.flightdate
1173 - this.preQuery.originstation = this.$route.params.flightData.originstation  
1174 - this.preQuery.destinationstation = this.$route.params.flightData.destinationstation  
1175 if (this.$route.params.flightData.awba !== undefined && this.$route.params.flightData.awba !== '') { 1173 if (this.$route.params.flightData.awba !== undefined && this.$route.params.flightData.awba !== '') {
1176 this.preQuery.awba = this.$route.params.flightData.awba.substring(0, 3) + "-" + this.$route.params.flightData.awba.substring(3) 1174 this.preQuery.awba = this.$route.params.flightData.awba.substring(0, 3) + "-" + this.$route.params.flightData.awba.substring(3)
1177 } 1175 }
@@ -1524,8 +1522,6 @@ @@ -1524,8 +1522,6 @@
1524 this.preModel.flightno = this.preQuery.carrier+this.preQuery.flightno 1522 this.preModel.flightno = this.preQuery.carrier+this.preQuery.flightno
1525 } 1523 }
1526 this.preModel.flightdate = this.preQuery.flightdate 1524 this.preModel.flightdate = this.preQuery.flightdate
1527 - this.preModel.originstation = this.preQuery.originstation  
1528 - this.preModel.destinationstation = this.preQuery.destinationstation  
1529 this.preModel.customcode = this.preQuery.customcode 1525 this.preModel.customcode = this.preQuery.customcode
1530 this.dialogStatus = 'create' 1526 this.dialogStatus = 'create'
1531 this.dialogFormVisible = true 1527 this.dialogFormVisible = true