|
|
@@ -496,8 +496,9 @@ INTERFACE_EXPORT = (() => {
|
|
|
chaptNo = `${(index + 1) * 100}`;
|
|
|
lb = chaptNo;
|
|
|
}
|
|
|
- // isBidInvitation
|
|
|
- const ttl = isBidSubmission ? 0 : getFee(node.data.fees, 'common.tenderTotalFee');
|
|
|
+ // isBidSubmission //这是投标判断
|
|
|
+ let ttl = getFee(node.data.fees, 'common.tenderTotalFee');
|
|
|
+ if (isBidInvitation) ttl = 0;
|
|
|
const attrs = [
|
|
|
{name: '序号', value: hzSeq++ },
|
|
|
{name: '章次', value: chaptNo },
|