diff --git a/src/views/oms/dashboard.vue b/src/views/oms/dashboard.vue
index 76653ab..91a3b63 100644
--- a/src/views/oms/dashboard.vue
+++ b/src/views/oms/dashboard.vue
@@ -108,13 +108,13 @@
- {{ omsOrderState.dispatchCount }}
+ {{ omsOrderState.dispatchCount }}
派送中
- {{ omsOrderState.signCount }}
+ {{ omsOrderState.signCount }}
已签收
diff --git a/src/views/oms/emisWaybill/OrderRecord.vue b/src/views/oms/emisWaybill/OrderRecord.vue
index b749ac4..148a612 100644
--- a/src/views/oms/emisWaybill/OrderRecord.vue
+++ b/src/views/oms/emisWaybill/OrderRecord.vue
@@ -1165,7 +1165,6 @@ created() {
this.form.sendSiteCode=postForm.sendSiteCode;
this.form.dispatchUnderlingSiteCode=postForm.dispatchUnderlingSiteCode;
-
this.form.productTypeSelArr=[this.form.transLine,this.form.productType];
}
@@ -1201,6 +1200,9 @@ methods: {
if(this.action=='copyOrder'){
this.billCode=null;
this.form.billCode=null;
+ this.sendDate=null;
+ // 加载产品列表
+ this.preCalcFee();
}
else if(this.action=='modify'){
// 加载产品列表
@@ -1318,13 +1320,19 @@ methods: {
type: "success",
distinguishCancelAndClose: true,
closeOnClickModal: false,
- showCancelButton: false,
+ showCancelButton: true,
showClose: false
}).then(() => {
this.billCode=null;
this.form.billCode=null;
// this.initData();
- });
+ this.jumpToNewOrder();
+ })
+ .catch(action => {
+ if (action === 'cancel'){
+ this.jumpToSendOrderList();
+ }
+ });
},
jumpToNewOrder(){
this.$store.dispatch("tagsView/delView", this.$route);
diff --git a/src/views/oms/emisWaybill/SendOrderbillList.vue b/src/views/oms/emisWaybill/SendOrderbillList.vue
index 4b04bb7..e726113 100644
--- a/src/views/oms/emisWaybill/SendOrderbillList.vue
+++ b/src/views/oms/emisWaybill/SendOrderbillList.vue
@@ -110,16 +110,16 @@
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
+