| src/views/productionManagement/workOrder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/workOrder/index.vue
@@ -711,7 +711,7 @@ const showReportDialog = row => { currentReportRowData.value = row; reportForm.planQuantity = row.planQuantity; reportForm.planQuantity = row.planQuantity - row.completeQuantity; reportForm.quantity = row.quantity !== undefined && row.quantity !== null ? row.quantity : null; reportForm.productProcessRouteItemId = row.productProcessRouteItemId;