diff --git a/mycomponents/balance/balance.vue b/mycomponents/balance/balance.vue
index 1d9e56ed..24244efd 100644
--- a/mycomponents/balance/balance.vue
+++ b/mycomponents/balance/balance.vue
@@ -4,7 +4,7 @@
-
+
@@ -61,7 +61,7 @@
type: Boolean,
default: true
},
- isShowLocation: {
+ isShowFromLocation: {
type: Boolean,
default: true
},
diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue
index a27e9af7..393053e6 100644
--- a/mycomponents/record/recordComDetailCard.vue
+++ b/mycomponents/record/recordComDetailCard.vue
@@ -16,7 +16,7 @@
+ :isShowPack="true" :isShowFromLocation="isShowFromLocation" :isShowToLocation="true">
@@ -73,7 +73,7 @@
default: false
},
- isShowLocation: {
+ isShowFromLocation: {
type: Boolean,
default: true
},
diff --git a/pages/putaway/record/putawayRecord.vue b/pages/putaway/record/putawayRecord.vue
index 93dd25a9..62fdf419 100644
--- a/pages/putaway/record/putawayRecord.vue
+++ b/pages/putaway/record/putawayRecord.vue
@@ -1,24 +1,26 @@
-
+
+ :isShowFromLocation="false" @removeItem="removeItem(index,item)"
+ @updateData="updateData" @removePack="removePack">
-
+
@@ -37,7 +39,8 @@
-
+
+