This commit is contained in:
linfso 2024-12-29 10:51:18 +08:00
parent 56bf41e994
commit 4372ae69ca

View File

@ -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,11 +1208,6 @@ methods: {
return
}
// if(this.action!='add'){
// this.jumpToNewOrder();
// return
// }
let msgInfo="下单成功,运单号是["+this.billCode+"]请等待快递小哥上门取件~";
if(this.form.pickMethod==1){
msgInfo="下单成功,运单号是["+this.billCode+"]请联系仓库";
@ -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");
},