|
|
@@ -1984,7 +1984,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
];
|
|
|
//投标、招标控制价时。取单价。
|
|
|
//招标时,如果是“安全生产费”或“暂列金额”,取单价,否则取0。
|
|
|
- if (isBidSubmission || isControl || CostKind==1 ||CostKind==2 || ProvisionalType === 2) {
|
|
|
+ if (isBidSubmission || isControl || CostKind==1 ||CostKind==2 || ProvisionalType === 2 || ProvisionalType === 3) {
|
|
|
attrs[5].value = data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderUnitFee : "";
|
|
|
attrs[7].value = data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderTotalFee : "";
|
|
|
//暂列金额 数量为0的时候,单价输出0
|