浏览代码

山东接口微调

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));
                   }
                 }