chenshilong 7 年之前
父节点
当前提交
bf88fb540a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/over_write/js/chongqing_2018.js

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

@@ -73,7 +73,7 @@ let overwriteRationCalcBases = function (taxType){
         rationCalcBases['定额施工机具使用费'] = function (node, isTender) {
             return calcTools.rationBaseFee(node, [gljType.GENERAL_MACHINE, gljType.INSTRUMENT], priceTypes.ptBasePrice, isTender);
         };
-        rationCalcBases['主材费(市场价)'] = function (node, isTender) {
+        rationCalcBases['市场价主材费'] = function (node, isTender) {
             return calcTools.rationBaseFee(node, [gljType.MAIN_MATERIAL], priceTypes.ptMarketPrice, isTender);
         };
         rationCalcBases['人工工日'] = function (node, isTender) {