ソースを参照

台账修订计算相关

MaiXinRong 3 週間 前
コミット
31b8303782
2 ファイル変更1 行追加0 行削除
  1. 1 0
      app/lib/revise_price.js
  2. 0 0
      app/view/quality/lab_modal.ejs

+ 1 - 0
app/lib/revise_price.js

@@ -396,6 +396,7 @@ class revisePriceCalc {
         const decimal = this.ctx.tender.info.decimal;
         const said = this.ctx.session.sessionUser.accountId;
         const calcType = this.ctx.tender.info.calc_type;
+        const self = this;
         billsTree.calculateAll(node => {
             if (node.children && node.children.length > 0) return;
             if (node.cur_id && (node.cur_contract_qty || node.cur_qc_qty || node.cur_ex_stage_qty1)) {

+ 0 - 0
app/view/quality/lab_modal.ejs