Ver código fonte

广西导出招标100章清单问题

Tony Kang 2 anos atrás
pai
commit
d0cf57ee38

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

@@ -1478,8 +1478,8 @@ INTERFACE_EXPORT = (() => {
               attrs[5].value = '' + ttlSum;
             }
           }
-          // 清单100章Price、Sum不用输出
-          if (_isChapter100(bNode)) {
+          // 导出招标时 清单100章Price、Sum不用输出
+          if (isBidInvitation && _isChapter100(bNode)) {
             attrs[4].value = 0;
             attrs[5].value = 0;
           }