diff --git a/src/views/oms/emisWaybill/OrderRecord.vue b/src/views/oms/emisWaybill/OrderRecord.vue index 2d33ae3..e91e978 100644 --- a/src/views/oms/emisWaybill/OrderRecord.vue +++ b/src/views/oms/emisWaybill/OrderRecord.vue @@ -1016,7 +1016,6 @@ created() { if(this.$route.query.action=="copyOrder"){ - // this.$router.meta.title="再来一单"; this.action=this.$route.query.action; this.billCode=this.$route.query.billCode; @@ -1129,6 +1128,8 @@ methods: { this.form.blAcceptMessage='1' this.form.billWeight='1' this.isNeedSave=true; + this.form.blAgree=0; + this.form.pickStartDate=null; // 获取默认专属业务员 this.initPrivSalesmen(); @@ -1207,18 +1208,13 @@ methods: { return } - // if(this.action!='add'){ - // this.jumpToNewOrder(); - // return - // } - let msgInfo="下单成功,运单号是["+this.billCode+"]请等待快递小哥上门取件~"; if(this.form.pickMethod==1){ msgInfo="下单成功,运单号是["+this.billCode+"]请联系仓库"; } this.$confirm(msgInfo, "提示", { - confirmButtonText: "再下一单", + confirmButtonText: "再下一单", type: "success", distinguishCancelAndClose: true, closeOnClickModal: false, @@ -1227,8 +1223,7 @@ methods: { }).then(() => { this.billCode=null; this.form.billCode=null; - this.initData(); - + // this.initData(); }); }, jumpToNewOrder(){ @@ -1382,6 +1377,7 @@ methods: { extInfo:null, orderRemark:null, filePath:null, + blAgree:null, }; this.resetForm("form"); },