| | |
| | | keyFlag: item.keyFlag, |
| | | checkFlag: item.checkFlag, |
| | | backflushFlag: item.backflushFlag, |
| | | outputItemId: item.outputItemId, |
| | | outputItemCode: item.outputItemCode, |
| | | outputItemName: item.outputItemName, |
| | | outputItemIds: item.outputItemIds, |
| | | outputItemNames: item.outputItemNames, |
| | | remark: item.remark, |
| | | bomItems: item.bomItems, |
| | | })); |
| | |
| | | width="500px" |
| | | @ok="handleQuantityConfirm" |
| | | > |
| | | <p class="mb-3 text-xs text-gray-400 leading-relaxed"> |
| | | 用料比例 = 生产 1 件产品消耗该物料的数量;「倒冲」工序将在报工后据此自动扣减库存。 |
| | | </p> |
| | | <div class="space-y-3 py-2"> |
| | | <div |
| | | v-for="(item, idx) in pendingItems" |