作者 小范

舱单页面编辑弹框内起始站优化

@@ -1218,7 +1218,7 @@ @@ -1218,7 +1218,7 @@
1218 this.dialogStatus='update'; 1218 this.dialogStatus='update';
1219 this.FenStatus='ediAwbh'; 1219 this.FenStatus='ediAwbh';
1220 this.ruleForm=row; 1220 this.ruleForm=row;
1221 - this.ruleForm.originstation=this.defaultQuery.originstation+"-"+this.defaultQuery.destinationstation; 1221 + //this.ruleForm.originstation=this.defaultQuery.originstation+"-"+this.defaultQuery.destinationstation;
1222 this.ruleForm.flightno=this.defaultQuery.flightno; 1222 this.ruleForm.flightno=this.defaultQuery.flightno;
1223 this.FenQuery.awba=row.awba; 1223 this.FenQuery.awba=row.awba;
1224 this.FenQuery.flightno= row.flightno; 1224 this.FenQuery.flightno= row.flightno;
@@ -1237,7 +1237,7 @@ @@ -1237,7 +1237,7 @@
1237 this.FenStatus='addAwbh'; 1237 this.FenStatus='addAwbh';
1238 this.ruleForm=row; 1238 this.ruleForm=row;
1239 this.ruleForm.flightno=row.carrier+row.flightno; 1239 this.ruleForm.flightno=row.carrier+row.flightno;
1240 - this.ruleForm.originstation=row.originstation+"-"+row.destinationstation; 1240 + // this.ruleForm.originstation=row.originstation+"-"+row.destinationstation;
1241 }, 1241 },
1242 //发送舱单报 1242 //发送舱单报
1243 handleSend(index,row){ 1243 handleSend(index,row){
@@ -1545,6 +1545,7 @@ @@ -1545,6 +1545,7 @@
1545 username: '' 1545 username: ''
1546 } 1546 }
1547 _this.ruleForm.userinfo.username=loginedUserInfo().username; 1547 _this.ruleForm.userinfo.username=loginedUserInfo().username;
  1548 + _this.ruleForm.originstation=_this.ruleForm.originstation+"-"+_this.ruleForm.destinationstation;
1548 ediMt1201(_this.ruleForm).then(res=>{ 1549 ediMt1201(_this.ruleForm).then(res=>{
1549 let response=res.data; 1550 let response=res.data;
1550 //console.log(res); 1551 //console.log(res);