|
|
let sumVal = getValue(item, ['_Sum']);
|
|
let sumVal = getValue(item, ['_Sum']);
|
|
|
let priceVal = getValue(item, ['_Price']);
|
|
let priceVal = getValue(item, ['_Price']);
|
|
|
bill.fees = [{ fieldName: "common",tenderTotalFee:sumVal, tenderUnitFee: priceVal, totalFee: sumVal, unitFee: priceVal }];
|
|
bill.fees = [{ fieldName: "common",tenderTotalFee:sumVal, tenderUnitFee: priceVal, totalFee: sumVal, unitFee: priceVal }];
|