diff --git a/src/components/Print/出库单.vue b/src/components/Print/出库单.vue index 69d1368..d471fae 100644 --- a/src/components/Print/出库单.vue +++ b/src/components/Print/出库单.vue @@ -63,35 +63,36 @@
| 批次号 | 物料号 | 所属仓库 | +批次号 | +需求零件数 | +库存箱数 | 库存零件数 | -需求零件数 | + -
|---|---|---|---|---|---|---|---|
| {{ item.patchcode }} | +|||||||
| {{ item.materialCode }} | {{ item.warehouseCode }} | +{{ item.patchcode }} | +{{ item.partnumberNum }} | + +{{ item.inventory_pack_num }} | {{ item.inventory_num }} | -{{ item.requireNum }} | +|
| - |