Tony Kang пре 2 година
родитељ
комит
82a78143e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/building_saas/standard_interface/export/shandong_common.js

+ 1 - 1
web/building_saas/standard_interface/export/shandong_common.js

@@ -2085,7 +2085,7 @@ INTERFACE_EXPORT = (() => {
                   if (r.data.type == rationType.ration) {
                     if( isEmptyRation(r.data) || isBidInvitation) continue; // 招标 或者 定额空行不输出到接口文件中。
                     Norms.push(new Ration(r.data));
-                  } else {
+                  } else if (!isBidInvitation) {
                     Costs.push(new Cost(r.data));
                   }
                 }