|
@@ -86,7 +86,7 @@ function overwriteRationCalcBases (taxType){
|
|
rationCalcBases['材料费价差'] = function (node, isTender) {
|
|
rationCalcBases['材料费价差'] = function (node, isTender) {
|
|
return calcTools.rationBaseFee(node, baseMaterialTypes, priceTypes.ptDiffPrice, isTender);
|
|
return calcTools.rationBaseFee(node, baseMaterialTypes, priceTypes.ptDiffPrice, isTender);
|
|
};
|
|
};
|
|
- if (isJY){
|
|
|
|
|
|
+/* if (isJY){
|
|
rationCalcBases['计价材料价差'] = function (node, isTender) {
|
|
rationCalcBases['计价材料价差'] = function (node, isTender) {
|
|
let baseMaterialTypesWithoutOtherMaterial = [
|
|
let baseMaterialTypesWithoutOtherMaterial = [
|
|
gljType.GENERAL_MATERIAL,
|
|
gljType.GENERAL_MATERIAL,
|
|
@@ -98,7 +98,7 @@ function overwriteRationCalcBases (taxType){
|
|
];
|
|
];
|
|
return calcTools.rationBaseFee(node, baseMaterialTypesWithoutOtherMaterial, priceTypes.ptDiffPrice, isTender);
|
|
return calcTools.rationBaseFee(node, baseMaterialTypesWithoutOtherMaterial, priceTypes.ptDiffPrice, isTender);
|
|
};
|
|
};
|
|
- };
|
|
|
|
|
|
+ };*/
|
|
rationCalcBases['机上人工费价差'] = function (node, isTender) {
|
|
rationCalcBases['机上人工费价差'] = function (node, isTender) {
|
|
return calcTools.rationBaseFee(node, [gljType.MACHINE_LABOUR], priceTypes.ptDiffPrice, isTender);
|
|
return calcTools.rationBaseFee(node, [gljType.MACHINE_LABOUR], priceTypes.ptDiffPrice, isTender);
|
|
};
|
|
};
|