作者 小范

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

@@ -1486,9 +1486,9 @@ @@ -1486,9 +1486,9 @@
1486 this.dialogStatus="create"; 1486 this.dialogStatus="create";
1487 this.outerVisible = true; 1487 this.outerVisible = true;
1488 this.FenStatus='ediAwbh'; 1488 this.FenStatus='ediAwbh';
1489 - this.ruleForm.flightno=JSON.parse(this.$route.query.flightno);  
1490 - this.ruleForm.flightdate=JSON.parse(this.$route.query.flightdate);  
1491 - this.ruleForm.originstation=JSON.parse(this.$route.query.originstation)+"-"+JSON.parse(this.$route.query.destinationstation); 1489 + this.ruleForm.flightno=this.$route.query.flightno;
  1490 + this.ruleForm.flightdate=this.$route.query.flightdate;
  1491 + this.ruleForm.originstation=this.$route.query.originstation+"-"+this.$route.query.destinationstation;
1492 }, 1492 },
1493 //新增原始分单 1493 //新增原始分单
1494 addFen(formName){ 1494 addFen(formName){
1 { 1 {
2 - "nmmsVer": "1.33" 2 + "nmmsVer": "1.34"
3 } 3 }