切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
2 years ago
提交
3ed47ab33c96fca38aacb0f711fdc1a029f6e0c1
1 个父辈
2e0cf241
舱单页面编辑弹框内起始站优化
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
src/views/nmms_import/OrigMaster.vue
src/views/nmms_import/OrigMaster.vue
查看文件 @
3ed47ab
...
...
@@ -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);
...
...
请
注册
或
登录
后发表评论