src/views/productionManagement/workOrder/index.vue
@@ -214,6 +214,11 @@ width: "140", }, { label: "生产订单号", prop: "productOrderNpsNo", width: "140", }, { label: "产品名称", prop: "productName", width: "140", @@ -284,6 +289,7 @@ clickFun: row => { showReportDialog(row); }, disabled: row => row.planQuantity <= 0, }, ], }, @@ -395,6 +401,12 @@ }; const handleReport = () => { if (reportForm.planQuantity <= 0) { ElMessageBox.alert("待生产数量为0,无法报工", "提示", { confirmButtonText: "确定", }); return; } if (!reportForm.quantity || reportForm.quantity <= 0) { ElMessageBox.alert("请输入有效的本次生产数量", "提示", { confirmButtonText: "确定",