소스 검색

修订,签约金额计算

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',
         level: 'level',
         rootId: -1,
         rootId: -1,
         keys: ['id', 'tender_id', 'ledger_id'],
         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,
         autoExpand: 3,
         markExpandKey: 'revise-bills-expand',
         markExpandKey: 'revise-bills-expand',
         markExpandSubKey: window.location.pathname.split('/')[2],
         markExpandSubKey: window.location.pathname.split('/')[2],