|
|
@@ -107,12 +107,12 @@ INTERFACE_EXPORT = (() => {
|
|
|
"清单 第100章 总则": true,
|
|
|
"清单 第200章 路基": true,
|
|
|
"清单 第300章 路面": true,
|
|
|
- "第400章 桥梁、涵洞工程": true,
|
|
|
- "第500章 隧道": true,
|
|
|
- "第600章 交通安全设施": true,
|
|
|
- "第700章 绿化及环境保护设施": true,
|
|
|
- "第800章 机电工程": true,
|
|
|
- "第900章 附属区房建工程":true
|
|
|
+ "清单 第400章 桥梁、涵洞工程": true,
|
|
|
+ "清单 第500章 隧道": true,
|
|
|
+ "清单 第600章 交通安全设施": true,
|
|
|
+ "清单 第700章 绿化及环境保护设施": true,
|
|
|
+ "清单 第800章 机电工程": true,
|
|
|
+ "清单 第900章 附属区房建工程":true
|
|
|
}
|
|
|
|
|
|
function getBasePrice(projectGLJID, tenderProject) {
|
|
|
@@ -1444,7 +1444,9 @@ INTERFACE_EXPORT = (() => {
|
|
|
value: totalItem.feesIndex && totalItem.feesIndex.estimate && totalItem.feesIndex.estimate.tenderTotalFee ? totalItem.feesIndex.estimate.tenderTotalFee : 0,
|
|
|
},
|
|
|
];
|
|
|
- if(isBidInvitation) attrs = [] //招标
|
|
|
+ if (isBidInvitation) {
|
|
|
+ attrs.splice(0, 3) //招标
|
|
|
+ }
|
|
|
//if (isControl) attrs.splice(1, 5); //控制价
|
|
|
if (isBidSubmission) { //投标文件时,读工程特征中的 招标控制价 值
|
|
|
let tenderSumLimit = _.find(feature, { "key": "tenderSumLimit" });
|