|
@@ -1809,7 +1809,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
|
|
|
|
|
let qtyFormula = data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderTotalFee : "";
|
|
let qtyFormula = data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderTotalFee : "";
|
|
|
//data.calcBase //data.calcBase ? cbParser.toFExpr(data.calcBase, tenderProject.mainTree.items) : "",
|
|
//data.calcBase //data.calcBase ? cbParser.toFExpr(data.calcBase, tenderProject.mainTree.items) : "",
|
|
|
- if (!data.name.includes('暂列金额')) {
|
|
|
|
|
|
|
+ if (!data.name.includes('暂列金额') || isBidInvitation) {
|
|
|
if (data.hasOwnProperty('calcBase')) {
|
|
if (data.hasOwnProperty('calcBase')) {
|
|
|
let chkNaN = parseFloat(data.calcBase);
|
|
let chkNaN = parseFloat(data.calcBase);
|
|
|
if (isNaN(chkNaN)) {
|
|
if (isNaN(chkNaN)) {
|
|
@@ -1977,7 +1977,8 @@ INTERFACE_EXPORT = (() => {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: "Sum",
|
|
name: "Sum",
|
|
|
- value: bills.feesIndex && bills.feesIndex.common ? bills.feesIndex.common.tenderTotalFee : "",
|
|
|
|
|
|
|
+ // value: bills.feesIndex && bills.feesIndex.common ? bills.feesIndex.common.tenderTotalFee : "",
|
|
|
|
|
+ value: _getNumValueByExportKind(bills.feesIndex && bills.feesIndex.common ? bills.feesIndex.common.tenderTotalFee : ""),
|
|
|
type:TYPE.DECIMAL
|
|
type:TYPE.DECIMAL
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|