Commit 7956107b010410ac90a4f3bec88152da22141b4c

Authored by qmj
1 parent 0e309562

调整已暂停任务可完工

src/mes/scheduledTasks/machineTasks/index.js
@@ -574,7 +574,7 @@ const MachineTasks = baseProps => { @@ -574,7 +574,7 @@ const MachineTasks = baseProps => {
574 btnBgColor = "#AAA"; 574 btnBgColor = "#AAA";
575 sDefault = "${false}"; 575 sDefault = "${false}";
576 } 576 }
577 - if (iStar !== 1) { 577 + if (iStar === 2) {
578 finishBtnBgColor = "#AAA" 578 finishBtnBgColor = "#AAA"
579 finishSdefault = "${false}"; 579 finishSdefault = "${false}";
580 } else { 580 } else {