浏览代码

调整补漏

Tony Kang 3 年之前
父节点
当前提交
881c1d7328
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/building_saas/standard_interface/export/guangxi_common.js

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

@@ -1299,7 +1299,7 @@ INTERFACE_EXPORT = (() => {
             this.children.push(CostStructure(data))
   
             function CostComposition(bNode) {
-              if (isBidInvitation && ProvisionalType !== 0 && ProvisionalType !== 1) return null;
+              if (isBidInvitation && !(ProvisionalType === 0 || ProvisionalType === 1)) return null;
               let CostComposition = new emptyElement('CostComposition');
               CostComposition.attrs =[{
                 name: "KeyId",