切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
3 years ago
提交
85c55ea59da249c18ab7e40d5d6967f1ae774dab
1 个父辈
0fb9e73e
进港原始舱单界面新增原始舱单功能完善
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
src/views/nmms_import/OrigMaster.vue
static/nmmsVer.json
src/views/nmms_import/OrigMaster.vue
查看文件 @
85c55ea
...
...
@@ -1486,9 +1486,9 @@
this.dialogStatus="create";
this.outerVisible = true;
this.FenStatus='ediAwbh';
this.ruleForm.flightno=JSON.parse(this.$route.query.flightno);
this.ruleForm.flightdate=JSON.parse(this.$route.query.flightdate);
this.ruleForm.originstation=JSON.parse(this.$route.query.originstation)+"-"+JSON.parse(this.$route.query.destinationstation);
this.ruleForm.flightno=this.$route.query.flightno;
this.ruleForm.flightdate=this.$route.query.flightdate;
this.ruleForm.originstation=this.$route.query.originstation+"-"+this.$route.query.destinationstation;
},
//新增原始分单
addFen(formName){
...
...
static/nmmsVer.json
查看文件 @
85c55ea
{
"nmmsVer"
:
"1.3
3
"
"nmmsVer"
:
"1.3
4
"
}
...
...
请
注册
或
登录
后发表评论