From 9e3e4b8fe4807faac78d63129d8c2d429302ff5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Tue, 29 Oct 2024 13:37:56 +0800 Subject: [PATCH] =?UTF-8?q?mycomponents/balance=E4=B8=8B=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=BF=81=E7=A7=BB=208/8-10/25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/balance/balance.vue | 9 +- .../balance/handleBalanceBatch.vue | 85 +++++++++++++++++++ src/mycomponents/balance/pack.vue | 8 +- .../balance/recommendBalanceBatch.vue | 77 +++++++++++++++++ 4 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 src/mycomponents/balance/handleBalanceBatch.vue create mode 100644 src/mycomponents/balance/recommendBalanceBatch.vue diff --git a/src/mycomponents/balance/balance.vue b/src/mycomponents/balance/balance.vue index 75fdf2a3..4ac5a6e4 100644 --- a/src/mycomponents/balance/balance.vue +++ b/src/mycomponents/balance/balance.vue @@ -2,7 +2,8 @@ - + @@ -66,7 +67,11 @@ const props = defineProps({ isShowToLocation: { type: Boolean, default: false - } + }, + isShowParentPack: { + type: Boolean, + default: true + }, }) const copy = () => { // HPQ;V1.0;ICE115F11161AG;PP20230427000026;B20230427002;Q100 diff --git a/src/mycomponents/balance/handleBalanceBatch.vue b/src/mycomponents/balance/handleBalanceBatch.vue new file mode 100644 index 00000000..4ab44d8e --- /dev/null +++ b/src/mycomponents/balance/handleBalanceBatch.vue @@ -0,0 +1,85 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/balance/pack.vue b/src/mycomponents/balance/pack.vue index a205761e..d6e30c11 100644 --- a/src/mycomponents/balance/pack.vue +++ b/src/mycomponents/balance/pack.vue @@ -1,11 +1,13 @@ diff --git a/src/mycomponents/balance/recommendBalanceBatch.vue b/src/mycomponents/balance/recommendBalanceBatch.vue new file mode 100644 index 00000000..b682d4d2 --- /dev/null +++ b/src/mycomponents/balance/recommendBalanceBatch.vue @@ -0,0 +1,77 @@ + + + + +