|
@@ -82,8 +82,8 @@ var projectInfoObj = {
|
|
|
//init decimal
|
|
//init decimal
|
|
|
setDecimal(decimalObj, data.property.decimal);
|
|
setDecimal(decimalObj, data.property.decimal);
|
|
|
billsQuanDecimal.datas = data.property.billsQuantityDecimal || [billsDecimalView.angleDecimal];
|
|
billsQuanDecimal.datas = data.property.billsQuantityDecimal || [billsDecimalView.angleDecimal];
|
|
|
- // 工程量清单项目显示基本信息,预算项目不显示
|
|
|
|
|
- if (data.property.valuationType === BUDGET) {
|
|
|
|
|
|
|
+ // 建设项目为工程量清单项目显示基本信息,预算项目不显示
|
|
|
|
|
+ if (data.property.projectValuationType === BUDGET) {
|
|
|
// 隐藏基本信息
|
|
// 隐藏基本信息
|
|
|
$('#tab_poj-settings-basicInfo').removeClass('active');
|
|
$('#tab_poj-settings-basicInfo').removeClass('active');
|
|
|
$('#tab_poj-settings-basicInfo').hide();
|
|
$('#tab_poj-settings-basicInfo').hide();
|