|
@@ -110,7 +110,7 @@ $(document).ready(() => {
|
|
|
setAuditValue: function () {
|
|
|
for (const c of changeList) {
|
|
|
for (const j of aidList) {
|
|
|
- c['audit_amount_' + j] = ZhCalc.round(c['audit_amount_' + j], findDecimal(c.unit);
|
|
|
+ c['audit_amount_' + j] = ZhCalc.round(c['audit_amount_' + j], findDecimal(c.unit));
|
|
|
c['sa_tp_' + j] = ZhCalc.round(ZhCalc.mul(c['audit_amount_' + j], ZhCalc.round(c.unit_price, unitPriceUnit)), totalPriceUnit);
|
|
|
}
|
|
|
}
|