zhangweicheng 5 лет назад
Родитель
Сommit
c5eb3ffcf3

+ 2 - 0
web/building_saas/standard_interface/export/guangdong_zhongshan.js

@@ -1139,6 +1139,8 @@ INTERFACE_EXPORT = (() => {
           if (isBidSubmission || isControl || CostKind==1 ||CostKind==2) { 
             attrs[5].value = data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderUnitFee : "";
             attrs[7].value = data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderTotalFee : "";
+            //暂列金额 数量为0的时候,单价输出0
+            if( CostKind==2 && !gljUtil.isNotEmpty(data.quantity)) attrs[5].value  = 0
           }
 
           Element.call(this, "Item", attrs);