瀏覽代碼

修订,签约金额计算

MaiXinRong 1 年之前
父節點
當前提交
2edec0ab46
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/js/revise.js

+ 1 - 1
app/public/js/revise.js

@@ -169,7 +169,7 @@ $(document).ready(() => {
         level: 'level',
         rootId: -1,
         keys: ['id', 'tender_id', 'ledger_id'],
-        calcFields: ['sgfh_tp', 'sjcl_tp', 'qtcl_tp', 'total_price'],
+        calcFields: ['sgfh_tp', 'sjcl_tp', 'qtcl_tp', 'total_price', 'deal_tp'],
         autoExpand: 3,
         markExpandKey: 'revise-bills-expand',
         markExpandSubKey: window.location.pathname.split('/')[2],