Browse Source

关联台账,超计相关

MaiXinRong 2 months ago
parent
commit
b2b17c470d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/sr_detail.js

+ 1 - 1
app/public/js/sr_detail.js

@@ -317,7 +317,7 @@ $(document).ready(() => {
             }
         }
         if (checkTzMeasureType()) {
-            return checkUtils.posOver(data)  ? '#f8d7da' : defaultColor;
+            return checkUtils.posOver(data, tenderInfo.checkOverInfo)  ? '#f8d7da' : defaultColor;
         }
     };
     sjsSettingObj.setGridSelectStyle(posSpreadSetting);