Browse Source

材差原报显示调整

Tony Kang 10 months ago
parent
commit
17e192d7f2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/public/report/js/rpt_signature.js

+ 2 - 2
app/public/report/js/rpt_signature.js

@@ -922,8 +922,8 @@ let rptSignatureHelper = {
                 // break; //因为实际业务中会有反复,所以就不break了,一直判断,以最后一个为准
             }
         }
-        if (!rst) {
-            // 还有原报需要检测
+        if (!rst && current_stage_id > 0) {
+            // 还有原报需要检测(这里是计量期单独的判断)
             for (const stg_ort_rpt of STAGE_LIST) {
                 if (role_rel.acc_id === stg_ort_rpt.user_id) {
                     if (stg_ort_rpt.status !== 1 && stg_ort_rpt.status !== 4) {