|
|
@@ -72,7 +72,7 @@ var projectInfoObj = {
|
|
|
showProjectInfo: function (data) {
|
|
|
if (data) {
|
|
|
//如果是工程量清单项目,则显示导入、分摊功能
|
|
|
- if (data.property.valuationType === 'ration') {
|
|
|
+ if (data.property.valuationType === 'ration' || data.property.valuationType === 'bill_budget') {
|
|
|
$('#importSpan').show();
|
|
|
$('#tab_divide').show();
|
|
|
}
|
|
|
@@ -104,7 +104,7 @@ var projectInfoObj = {
|
|
|
});
|
|
|
SHARE_TO.handleEventListener();
|
|
|
$("[data-toggle='tooltip']").tooltip();
|
|
|
- if (data.property.valuationType !== BOQ) {
|
|
|
+ if (data.property.valuationType !== BOQ && data.property.valuationType !== 'bill_budget') {
|
|
|
$("#tab_tender_price").css('display', 'none');
|
|
|
}/* else {
|
|
|
$("#about-calc").css('display', 'none');
|