-
+
-
+
+
-
+
ERP默认收货库位
{{dataContent.defaultErpLocationCode}}
+
-
+
@@ -102,6 +110,22 @@
type: Boolean,
default: false
},
+ isShowTimeQty: {
+ type: Boolean,
+ default: true
+ },
+ isShowFromLocation: {
+ type: Boolean,
+ default: false
+ },
+ isShowERPLocation: {
+ type: Boolean,
+ default: true
+ },
+ fromWhere: {
+ type: String,
+ default: ''
+ },
},
diff --git a/src/mycomponents/qty/recommendHandleQty.vue b/src/mycomponents/qty/recommendHandleQty.vue
index 58459d1c..d8f9195b 100644
--- a/src/mycomponents/qty/recommendHandleQty.vue
+++ b/src/mycomponents/qty/recommendHandleQty.vue
@@ -18,7 +18,7 @@