|
|
@@ -186,6 +186,7 @@ INTERFACE_IMPORT = (() => {
|
|
|
if (item._ProvisionalType == '3') {
|
|
|
let sumVal = getValue(item, ['_Sum']);
|
|
|
let priceVal = getValue(item, ['_Price']);
|
|
|
+ if ((+sumVal) < (+priceVal)) sumVal = priceVal;
|
|
|
bill.fees = [{ fieldName: "common",tenderTotalFee:sumVal, tenderUnitFee: priceVal, totalFee: sumVal, unitFee: priceVal }];
|
|
|
bill.calcBase = sumVal;
|
|
|
bill.calcFlag = 1;
|