From 9507f591f076393d313f0ef141d0b08c23b66d28 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 26 Jun 2024 09:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A1=E5=88=92=E5=A4=96?= =?UTF-8?q?=E5=87=BA=E5=BA=93=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/balance/balance.vue | 38 +++++++++++++++------- src/pages/unPlanned/record/issueRecord.vue | 4 +-- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/mycomponents/balance/balance.vue b/src/mycomponents/balance/balance.vue index 3239f206..a1e31de1 100644 --- a/src/mycomponents/balance/balance.vue +++ b/src/mycomponents/balance/balance.vue @@ -2,28 +2,40 @@ - + - - - - - + + - - 复制 + + + + + + + + + 复制 + + + + + + + + @@ -38,6 +50,7 @@ import recommendQty from '@/mycomponents/qty/recommendQty.vue' import compareQty from '@/mycomponents/qty/compareQty.vue' import config from '@/static/config.js' + import moveStatus from '@/mycomponents/balance/moveStatus.vue' export default { components: { @@ -48,6 +61,7 @@ qty, recommendQty, compareQty, + moveStatus }, data() { diff --git a/src/pages/unPlanned/record/issueRecord.vue b/src/pages/unPlanned/record/issueRecord.vue index ffe8fda5..89e1fb3a 100644 --- a/src/pages/unPlanned/record/issueRecord.vue +++ b/src/pages/unPlanned/record/issueRecord.vue @@ -13,7 +13,7 @@ + @removePack="removePack" :isShowToLocation="false"> @@ -151,7 +151,7 @@ if (item == undefined) { var itemp = createItemInfo(balance, pack); let newDetail = createDetailInfo(balance, pack); // - newDetail.inventoryStatus ="OK"; + // newDetail.inventoryStatus ="OK"; itemp.subList.push(newDetail); this.detailSource.push(itemp) } else {