|
@@ -928,13 +928,13 @@ var projectObj = {
|
|
}
|
|
}
|
|
if (!err) {
|
|
if (!err) {
|
|
that.project.projectGLJ.calcQuantity(true);//计算分部分项和技术措施项目消耗量;
|
|
that.project.projectGLJ.calcQuantity(true);//计算分部分项和技术措施项目消耗量;
|
|
|
|
+ let quantityTime = +new Date();
|
|
|
|
+ console.log(`计算quantity时间——${quantityTime - mTime}`);
|
|
|
|
+ that.project.property = projectObj.project.projectInfo.property;
|
|
gljCol.initGljCol(that.project.projSetting.glj_col?that.project.projSetting.glj_col.showAdjustPrice:false,
|
|
gljCol.initGljCol(that.project.projSetting.glj_col?that.project.projSetting.glj_col.showAdjustPrice:false,
|
|
that.project.property.tenderSetting.showTenderFields?that.project.property.tenderSetting.showTenderFields:false);
|
|
that.project.property.tenderSetting.showTenderFields?that.project.property.tenderSetting.showTenderFields:false);
|
|
subObj.initSubSpread();//初始化主界面下方的表格
|
|
subObj.initSubSpread();//初始化主界面下方的表格
|
|
|
|
|
|
- let quantityTime = +new Date();
|
|
|
|
- console.log(`计算quantity时间——${quantityTime - mTime}`);
|
|
|
|
- that.project.property = projectObj.project.projectInfo.property;
|
|
|
|
if (typeof overwriteRationCalcBases === 'function')
|
|
if (typeof overwriteRationCalcBases === 'function')
|
|
overwriteRationCalcBases(that.project.property.taxType);
|
|
overwriteRationCalcBases(that.project.property.taxType);
|
|
//that.project.calcProgram.compileAllTemps();
|
|
//that.project.calcProgram.compileAllTemps();
|