Просмотр исходного кода

导出接口 招标、控制价总承包服务费费用项费率取0

zhongzewei 6 лет назад
Родитель
Сommit
80c25894f3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/building_saas/main/js/models/exportStandardInterface.js

+ 1 - 1
web/building_saas/main/js/models/exportStandardInterface.js

@@ -691,7 +691,7 @@ const XMLStandard = (function () {
                 {name: '计算基础', value: exportKind === _config.EXPORT_KIND.Tender ? source.calcBaseValue : '', type: _config.TYPE.DECIMAL, required: true},
                 {name: '服务内容', value: source.serviceContent, maxLen: 255, required: true,
                     failHint: `第${source.row}行承包服务费清单-“服务内容”`},
-                {name: '费率', value: exportKind === _config.EXPORT_KIND.Tender ? source.feeRate : '100', type: _config.TYPE.DECIMAL, required: true},
+                {name: '费率', value: exportKind === _config.EXPORT_KIND.Tender ? source.feeRate : '0', type: _config.TYPE.DECIMAL, required: true},
                 {name: '金额', value: exportKind === _config.EXPORT_KIND.Tender ? _util.getFee(source.fees, 'common.totalFee') : '0', type: _config.TYPE.NUM2, required: true},
                 {name: '备注', value: source.remark}
             ];