Parcourir la source

修订,签约金额计算

MaiXinRong il y a 1 an
Parent
commit
2edec0ab46
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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],