소스 검색

合同支付,本期实付计算

MaiXinRong 5 달 전
부모
커밋
e6323270a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/phase_pay_detail.js

+ 1 - 1
app/service/phase_pay_detail.js

@@ -240,7 +240,7 @@ class PayCalculator {
     }
     _calculateSf(sf, pays) {
         if (sf.expr) {
-            sf.tp = this.ctx.helper.round(this._calculateExpr(sf, pays), this.decimal);
+            sf.tp = this.ctx.helper.round(this._calculateExpr(sf.expr, pays), this.decimal);
         } else {
             const yf = pays.find(x => { return x.pay_type === payType.bqyf; });
             sf.tp = yf.tp;