|
|
@@ -555,6 +555,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
/* 生成定额信息表 */
|
|
|
function createDEXXB(node) {
|
|
|
const rst = [];
|
|
|
+ if(isBidInvitation) return rst; //招标工程量清单不导出定额数据
|
|
|
node.children.forEach(ration => {
|
|
|
const dexxb = new DEXXB(ration);
|
|
|
rst.push(dexxb);
|
|
|
@@ -749,7 +750,6 @@ INTERFACE_EXPORT = (() => {
|
|
|
rationSeq = 1;
|
|
|
jrgSeq = 1;
|
|
|
hzSeq = 1;
|
|
|
- debugger;
|
|
|
curTender = tenderDetailMap[tender.ID];
|
|
|
const {
|
|
|
gongLBDGC,
|