Browse Source

fix: 计量管理状态判断问题

Tony Kang 3 tháng trước cách đây
mục cha
commit
e200963a94
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/public/report/js/rpt_main.js

+ 1 - 1
app/public/report/js/rpt_main.js

@@ -1580,7 +1580,7 @@ function getStageStatus() {
             return ppStatus
         } else return current_stage_status;
     } else {
-        if ([-100, -200, -600, -700].includes(current_stage_id)) {
+        if ([-100, -200, -600].includes(current_stage_id)) {
             return 3
         } else if ([-150, -300, -301, -302, -303, -700].includes(current_stage_id)) {
             // return 3; // 临时的