src/views/productionManagement/workOrder/index.vue
@@ -251,8 +251,12 @@ width: "140", }, { label: "规格", prop: "model", label: "图纸编号", prop: "model" }, { label: "规格型号", prop: "drawingNumber", }, { label: "单位", @@ -493,7 +497,7 @@ const showReportDialog = row => { currentReportRowData.value = row; reportForm.planQuantity = row.planQuantity; reportForm.planQuantity = row.planQuantity - row.completeQuantity; reportForm.quantity = row.quantity; reportForm.productProcessRouteItemId = row.productProcessRouteItemId; reportForm.workOrderId = row.id;