正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -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); |
-
请 注册 或 登录 后发表评论