| src/pages/productionManagement/productionReport/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/productionManagement/productionReport/index.vue
@@ -423,8 +423,11 @@ } } form.value.planQuantity = orderRow.planQuantity != null ? String(orderRow.planQuantity) : ""; const planQuantity = Number(orderRow.planQuantity || 0); const completeQuantity = Number(orderRow.completeQuantity || 0); form.value.planQuantity = String( Math.max(0, planQuantity - completeQuantity) ); form.value.workOrderId = orderRow.id || ""; form.value.reportWork = orderRow.reportWork || ""; form.value.productionOrderRoutingOperationId =