作者 小范

进港原始舱单界面新增原始舱单功能完善

... ... @@ -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){
... ...
{
"nmmsVer": "1.33"
"nmmsVer": "1.34"
}
... ...