|
|
@@ -18,7 +18,7 @@ if (typeof feeRateObject !== 'undefined') {
|
|
|
}
|
|
|
|
|
|
// 清单基数
|
|
|
-const progression = ['养护单位(业主)管理费', '养护单位(业主)管理费(未单独设置)', '养护项目审计费', '养护工程监理费(路线工程)', '养护工程监理费(桥梁及隧道工程)', '设计文件审查费', '养护工程设计费(路线工程)', '养护工程设计费(独立桥梁、隧道工程)', '施工场地建设费'];
|
|
|
+const progression = ['养护单位(业主)管理费', '养护单位(业主)管理费(未单独设置)', '养护工程监理费(路线工程)', '养护工程监理费(桥梁及隧道工程)', '设计文件审查费', '养护工程设计费(路线工程)', '养护工程设计费(独立桥梁、隧道工程)', '施工场地建设费'];
|
|
|
const deficiency = {};
|
|
|
if (typeof baseFigureMap !== 'undefined') {
|
|
|
const { fixedFlag } = commonConstants;
|
|
|
@@ -87,14 +87,6 @@ if (typeof baseFigureMap !== 'undefined') {
|
|
|
pick: true,
|
|
|
},
|
|
|
// 显示:仅清单固定类别是“养护工程其他费用”部分可显示。
|
|
|
- '养护项目审计费': {
|
|
|
- isProgressive: true,
|
|
|
- base: 'YHXMSJF',
|
|
|
- fixedFlag: null,
|
|
|
- filter: [fixedFlag.MAINTENANCE_EXPENSES],
|
|
|
- pick: true,
|
|
|
- },
|
|
|
- // 显示:仅清单固定类别是“养护工程其他费用”部分可显示。
|
|
|
'养护工程监理费(路线工程)': {
|
|
|
isProgressive: true,
|
|
|
base: 'YHGCJLFLXGC',
|
|
|
@@ -138,7 +130,7 @@ if (typeof baseFigureMap !== 'undefined') {
|
|
|
isProgressive: true,
|
|
|
base: 'SGCDJSF',
|
|
|
fixedFlag: null,
|
|
|
- filter: [fixedFlag.MAINTENANCE_EXPENSES],
|
|
|
+ filter: [fixedFlag.CONSTRUCTION_PLANT_COST],
|
|
|
pick: true,
|
|
|
},
|
|
|
// 显示:除清单固定类别是“一二三四部分合计”的以外部分可显示。
|
|
|
@@ -239,14 +231,6 @@ if (typeof baseFigureTemplate !== 'undefined') {
|
|
|
}
|
|
|
return calculateUtil.getProgressiveFee(baseFee, '养护单位(业主)管理费(未单独设置)', projectObj.project.property.progressiveInterval, decimalObj.bills.totalPrice, deficiency);
|
|
|
},
|
|
|
- // 养护项目审计费 算法:以{定额建筑安装工程费}为基数,采用累进办法计算。
|
|
|
- YHXMSJF(tender) {
|
|
|
- const baseFee = this['DEJZAZGCF'](tender);
|
|
|
- if (!tender) {
|
|
|
- calcBase.baseProgressiveFee = baseFee;
|
|
|
- }
|
|
|
- return calculateUtil.getProgressiveFee(baseFee, '养护项目审计费', projectObj.project.property.progressiveInterval, decimalObj.bills.totalPrice, deficiency);
|
|
|
- },
|
|
|
// 养护工程监理费(路线工程) 算法:以{定额建筑安装工程费}为基数,采用累进办法计算
|
|
|
YHGCJLFLXGC(tender) {
|
|
|
const baseFee = this['DEJZAZGCF'](tender);
|