Explorar o código

fix: 广西养护计算基数bug

vian %!s(int64=4) %!d(string=hai) anos
pai
achega
b34a53fc53
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/over_write/js/guangxi_2021.js

+ 1 - 1
web/over_write/js/guangxi_2021.js

@@ -305,7 +305,7 @@ if (typeof baseFigureTemplate !== 'undefined') {
       },
       // 招标费 算法:按“指标建筑安装工程费”为基数,以累进办法计算。
       ZBF(tender) {
-          const baseFee = this['ZBJZAZGCF'](tender);
+          const baseFee = this['DEJZAZGCF'](tender);
           if (!tender) {
               calcBase.baseProgressiveFee = baseFee;
           }