...
|
...
|
@@ -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){
|
...
|
...
|
|