|
@@ -568,6 +568,8 @@ const handleSave = () => {
|
|
|
console.log("sunm", sunm);
|
|
|
//判断是否超过投产量
|
|
|
if (sunm > form.value.prodNum) {
|
|
|
+ console.log("firstProcessId", detailInfo.value.firstProcessId);
|
|
|
+ console.log("processId", form.value.processId);
|
|
|
//判断是否为首序
|
|
|
if (detailInfo.value.firstProcessId == form.value.processId) {
|
|
|
// 弹出确认对话框
|