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}}