...
|
...
|
@@ -1218,7 +1218,7 @@ |
|
|
this.dialogStatus='update';
|
|
|
this.FenStatus='ediAwbh';
|
|
|
this.ruleForm=row;
|
|
|
this.ruleForm.originstation=this.defaultQuery.originstation+"-"+this.defaultQuery.destinationstation;
|
|
|
//this.ruleForm.originstation=this.defaultQuery.originstation+"-"+this.defaultQuery.destinationstation;
|
|
|
this.ruleForm.flightno=this.defaultQuery.flightno;
|
|
|
this.FenQuery.awba=row.awba;
|
|
|
this.FenQuery.flightno= row.flightno;
|
...
|
...
|
@@ -1237,7 +1237,7 @@ |
|
|
this.FenStatus='addAwbh';
|
|
|
this.ruleForm=row;
|
|
|
this.ruleForm.flightno=row.carrier+row.flightno;
|
|
|
this.ruleForm.originstation=row.originstation+"-"+row.destinationstation;
|
|
|
// this.ruleForm.originstation=row.originstation+"-"+row.destinationstation;
|
|
|
},
|
|
|
//发送舱单报
|
|
|
handleSend(index,row){
|
...
|
...
|
@@ -1545,6 +1545,7 @@ |
|
|
username: ''
|
|
|
}
|
|
|
_this.ruleForm.userinfo.username=loginedUserInfo().username;
|
|
|
_this.ruleForm.originstation=_this.ruleForm.originstation+"-"+_this.ruleForm.destinationstation;
|
|
|
ediMt1201(_this.ruleForm).then(res=>{
|
|
|
let response=res.data;
|
|
|
//console.log(res);
|
...
|
...
|
|