|
@@ -159,7 +159,7 @@ INTERFACE_IMPORT = (() => {
|
|
|
if (ratio && ratio !== '') {
|
|
if (ratio && ratio !== '') {
|
|
|
let dRation = parseFloat(ratio);
|
|
let dRation = parseFloat(ratio);
|
|
|
if (!isNaN(dRation) && dRation != 1) {
|
|
if (!isNaN(dRation) && dRation != 1) {
|
|
|
- bill.calcBase = `(${formula} * ${dRation})`; // 如果有费率且不等于1,还需要调整基数公式
|
|
|
|
|
|
|
+ bill.calcBase = `(${formula}) * ${dRation}`; // 如果有费率且不等于1,还需要调整基数公式
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|