|
@@ -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) {
|