|
|
@@ -497,7 +497,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
lb = chaptNo;
|
|
|
}
|
|
|
// isBidInvitation
|
|
|
- const ttl = isBidInvitation ? 0 : getFee(node.data.fees, 'common.tenderTotalFee');
|
|
|
+ const ttl = isBidSubmission ? 0 : getFee(node.data.fees, 'common.tenderTotalFee');
|
|
|
const attrs = [
|
|
|
{name: '序号', value: hzSeq++ },
|
|
|
{name: '章次', value: chaptNo },
|