|
|
@@ -392,9 +392,6 @@ if (typeof baseFigureTemplate !== 'undefined') {
|
|
|
|
|
|
if (typeof projectObj !== 'undefined') {
|
|
|
projectObj.isInsertEquipmentVisable = function (selected) {
|
|
|
- return true; //湖南不管是预算或者工程量清单,都显示
|
|
|
- }
|
|
|
- projectObj.isInsertEquipmentVisable = function (selected) {
|
|
|
if (projectObj.project.property.valuationType == 'bill') {//预算项目中,右键“插入设备”,仅在第一部分中显示。
|
|
|
return projectObj.project.Bills.isConstructionInstall(selected);
|
|
|
}
|