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 @@ + + + + +