|
|
@@ -151,7 +151,7 @@ if(typeof baseFigureMap !== 'undefined'){
|
|
|
baseFigureMap = {
|
|
|
//与清单直接关联=======
|
|
|
'分部分项工程费': {base: 'FBFXGCF', fixedFlag: fixedFlag.SUB_ENGINERRING, class: 'FBFX'},
|
|
|
- '分部分项直接费': {base: 'FBFXZJF', fixedFlag: fixedFlag.SUB_ENGINERRING, class: 'FBFX'},
|
|
|
+ //'分部分项直接费': {base: 'FBFXZJF', fixedFlag: fixedFlag.SUB_ENGINERRING, class: 'FBFX'},
|
|
|
'分部分项定额人工费': {base: 'FBFXDEJJRGF', fixedFlag: fixedFlag.SUB_ENGINERRING, class: 'FBFX'},
|
|
|
'分部分项人工费': {base: 'FBFXRGF', fixedFlag: fixedFlag.SUB_ENGINERRING, class: 'FBFX'},
|
|
|
'分部分项材料费': {base: 'FBFXCLF', fixedFlag: fixedFlag.SUB_ENGINERRING, class: 'FBFX'},
|
|
|
@@ -203,7 +203,7 @@ if(typeof baseFigureMap !== 'undefined'){
|
|
|
'分包人工工日': {base: 'FBRGGR', class: 'FBF'},
|
|
|
'估价项目定额人工费': {base: 'GJXMDERGF', class: 'GJXM'},
|
|
|
'估价项目定额机械费': {base: 'GJXMDEJXF', class: 'GJXM'},
|
|
|
- '估价项目直接费': {base: 'GJXMZJF', class: 'GJXM'},
|
|
|
+ //'估价项目直接费': {base: 'GJXMZJF', class: 'GJXM'},
|
|
|
'估价项目人工费': {base: 'GJXMRGF', class: 'GJXM'},
|
|
|
'估价项目材料费': {base: 'GJXMCLF', class: 'GJXM'},
|
|
|
'估价项目机械费': {base: 'GJXMJXF', class: 'GJXM'},
|
|
|
@@ -212,7 +212,7 @@ if(typeof baseFigureMap !== 'undefined'){
|
|
|
};
|
|
|
}
|
|
|
if(typeof baseFigureTemplate !== 'undefined'){
|
|
|
- baseFigureTemplate['FBFXZJF'] = function (tender) {//分部分项直接费
|
|
|
+ /*baseFigureTemplate['FBFXZJF'] = function (tender) {//分部分项直接费
|
|
|
if(cbTools.isUnDef(calcBase.fixedBills[fixedFlag.SUB_ENGINERRING])){
|
|
|
return 0;
|
|
|
}
|
|
|
@@ -221,7 +221,7 @@ if(typeof baseFigureTemplate !== 'undefined'){
|
|
|
if(cbTools.isUnDef(bill)) return 0;
|
|
|
if(cbTools.isUnDef(bill.feesIndex) || Object.keys(bill.feesIndex).length === 0) return 0;
|
|
|
return cbTools.isDef(bill.feesIndex.direct) && cbTools.isDef(bill.feesIndex.direct[totalFeeType]) ? bill.feesIndex.direct[totalFeeType] : 0;
|
|
|
- };
|
|
|
+ };*/
|
|
|
baseFigureTemplate['FBFXRGF'] = function (tender) {//分部分项人工费(市场人工费)
|
|
|
if(cbTools.isUnDef(calcBase.fixedBills[fixedFlag.SUB_ENGINERRING])){
|
|
|
return 0;
|
|
|
@@ -367,7 +367,7 @@ if(typeof baseFigureTemplate !== 'undefined'){
|
|
|
}
|
|
|
return rst;
|
|
|
};
|
|
|
- baseFigureTemplate['GJXMZJF'] = function (tender) {//估计项目直接费
|
|
|
+ /*baseFigureTemplate['GJXMZJF'] = function (tender) {//估计项目直接费
|
|
|
const totalFeeType = tender ? 'tenderTotalFee' : 'totalFee';
|
|
|
let rst = 0;
|
|
|
let rations = calcBase.project.Ration.datas;
|
|
|
@@ -377,7 +377,7 @@ if(typeof baseFigureTemplate !== 'undefined'){
|
|
|
}
|
|
|
}
|
|
|
return rst;
|
|
|
- };
|
|
|
+ };*/
|
|
|
baseFigureTemplate['GJXMRGF'] = function (tender) {//估计项目人工费(市场人工费)
|
|
|
const totalFeeType = tender ? 'tenderTotalFee' : 'totalFee';
|
|
|
let rst = 0;
|