From f1d71b7339f7d4900f265a7ee393fe94dd5f7c40 Mon Sep 17 00:00:00 2001
From: niexiting <85552560@qq.com>
Date: Fri, 29 Dec 2023 09:55:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=9F=E6=96=99=E7=9B=B4?=
=?UTF-8?q?=E6=8E=A5=E4=B8=8A=E6=9E=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mycomponents/balance/balance.vue | 4 ++--
mycomponents/record/recordComDetailCard.vue | 4 ++--
pages/putaway/record/putawayRecord.vue | 19 +++++++++++--------
3 files changed, 15 insertions(+), 12 deletions(-)
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 @@
-
+
+