|
@@ -928,8 +928,8 @@ var projectObj = {
|
|
|
if(colSettingObj.getVisible('itemCharacterText')){
|
|
|
switchTznrHtml(false);
|
|
|
}
|
|
|
- let budgetType = projectObj.project.property.budgetType||commonConstants.BudgetType.BUILDING
|
|
|
- if(budgetType === commonConstants.BudgetType.BUILDING) $("#stdBillsGuidanceTab").hide();//建筑项目不显示章节表
|
|
|
+ /* let budgetType = projectObj.project.property.budgetType||commonConstants.BudgetType.BUILDING
|
|
|
+ if(budgetType === commonConstants.BudgetType.BUILDING) $("#stdBillsGuidanceTab").hide();//建筑项目不显示章节表 */
|
|
|
if (!err) {
|
|
|
that.project.projectGLJ.calcQuantity(true);//计算分部分项和技术措施项目消耗量;
|
|
|
let quantityTime = +new Date();
|