From 82b9ce4d557beaa6b27b3e79707a0e946ac2bb20 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 14 Mar 2025 16:02:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/outbound/bill-list.vue | 2 -- pages/outbound/bill-out-store.vue | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/outbound/bill-list.vue b/pages/outbound/bill-list.vue index 84bd112..59830d9 100644 --- a/pages/outbound/bill-list.vue +++ b/pages/outbound/bill-list.vue @@ -38,7 +38,6 @@ 申请数量 计划数量 已分配数量 - 已领数量 批次号 单位 @@ -54,7 +53,6 @@ {{e.qty}} {{e.plan_qty}} {{e.assign_qty}} - {{e.actual_qty}} {{e.pcsn}} {{e.unit_name}} diff --git a/pages/outbound/bill-out-store.vue b/pages/outbound/bill-out-store.vue index 3894f3c..a264f6e 100644 --- a/pages/outbound/bill-out-store.vue +++ b/pages/outbound/bill-out-store.vue @@ -50,6 +50,7 @@ 库存数量 出库数量 已分配数量 + 已领数量 批次号 单位 @@ -64,6 +65,7 @@ {{e.sto_qty}} {{e.assign_qty}} + {{e.actual_qty}} {{e.unit_name}}