| src/views/productionManagement/productionOrder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/productionOrder/index.vue
@@ -628,7 +628,7 @@ pickingTableData.value = materials.map(item => ({ ...item, quantity: 0, unpickedQuantity: (item.demandedQuantity || 0) - (item.pickedQuantity || 0), unpickedQuantity: (item.demandedQuantity || 0) - (item.completedQuantity || 0), })); } catch (e) { console.error("获取物料清单失败:", e);