|
|
@@ -475,6 +475,11 @@ if (typeof projectObj !== 'undefined') {
|
|
|
projectObj.isInsertEquipmentVisable = function (selected) {
|
|
|
return true; //全国不管是预算或者工程量清单,都是显示
|
|
|
}
|
|
|
+
|
|
|
+ projectObj.getSaveProductionCostCode = function(){
|
|
|
+ //公路云里18的清单范本安全生产费是102-3的;养护云里浙江养护的安全生产费是102-4。
|
|
|
+ return '102-3'
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if (typeof module !== 'undefined' && !module.nodeType) {
|