|
@@ -500,7 +500,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
let ttl = getFee(node.data.fees, 'common.tenderTotalFee');
|
|
let ttl = getFee(node.data.fees, 'common.tenderTotalFee');
|
|
|
if (isBidInvitation) ttl = 0;
|
|
if (isBidInvitation) ttl = 0;
|
|
|
let dftName = node.data.name;
|
|
let dftName = node.data.name;
|
|
|
- if (/计日工/.test(dftName) && node.data.type === 1) {
|
|
|
|
|
|
|
+ if (/计日工/.test(dftName) && node.data.type === 1 && dftName.indexOf('计日工') === 0) {
|
|
|
dftName = '计日工合计';
|
|
dftName = '计日工合计';
|
|
|
}
|
|
}
|
|
|
const attrs = [
|
|
const attrs = [
|