diff --git a/klp-ui/src/components/KLPService/CustomerSelect/index.vue b/klp-ui/src/components/KLPService/CustomerSelect/index.vue
index 8372ef6e..ed1dafc8 100644
--- a/klp-ui/src/components/KLPService/CustomerSelect/index.vue
+++ b/klp-ui/src/components/KLPService/CustomerSelect/index.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/klp-ui/src/views/wms/order/index.vue b/klp-ui/src/views/wms/order/index.vue
index 91a75819..7a744e6d 100644
--- a/klp-ui/src/views/wms/order/index.vue
+++ b/klp-ui/src/views/wms/order/index.vue
@@ -87,6 +87,8 @@
+
+
@@ -150,6 +152,12 @@
+
+
+
+
+
+
@@ -274,7 +282,9 @@ export default {
createTime: undefined,
createBy: undefined,
updateTime: undefined,
- updateBy: undefined
+ updateBy: undefined,
+ taxAmount: undefined,
+ noTaxAmount: undefined,
};
this.resetForm("form");
},
diff --git a/klp-ui/src/views/wms/order/panels/detail.vue b/klp-ui/src/views/wms/order/panels/detail.vue
index 76bce271..4c10d177 100644
--- a/klp-ui/src/views/wms/order/panels/detail.vue
+++ b/klp-ui/src/views/wms/order/panels/detail.vue
@@ -75,6 +75,8 @@
+
+
@@ -119,6 +121,12 @@
+
+
+
+
+
+
@@ -242,13 +250,15 @@ export default {
orderId: this.orderId,
productId: undefined,
quantity: undefined,
+ taxPrice: undefined,
+ noTaxPrice: undefined,
unit: undefined,
remark: undefined,
delFlag: undefined,
createTime: undefined,
createBy: undefined,
updateTime: undefined,
- updateBy: undefined
+ updateBy: undefined,
};
this.resetForm && this.resetForm("form");
},
diff --git a/klp-ui/src/views/wms/order/pre.vue b/klp-ui/src/views/wms/order/pre.vue
index 45cfbb44..ef7e147d 100644
--- a/klp-ui/src/views/wms/order/pre.vue
+++ b/klp-ui/src/views/wms/order/pre.vue
@@ -85,6 +85,8 @@
+
+
@@ -147,6 +149,12 @@
+
+
+
+
+
+
@@ -266,7 +274,9 @@ export default {
createTime: undefined,
createBy: undefined,
updateTime: undefined,
- updateBy: undefined
+ updateBy: undefined,
+ taxAmount: undefined,
+ noTaxAmount: undefined,
};
this.resetForm("form");
},