Procházet zdrojové kódy

重算计量数据

laiguoran před 4 roky
rodič
revize
ecca148bcb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/public/js/schedule_stage_tp.js

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

@@ -25,7 +25,7 @@ $(function () {
         calcFun: function (node) {
             node.dgn_price = ZhCalc.round(ZhCalc.div(node.total_price, node.dgn_qty1), 2);
         },
-        calcFields: ['plan_tp', 'next_plan_tp', 'end_plan_tp', 'year_plan_tp', 'total_price'],
+        calcFields: ['plan_tp', 'next_plan_tp', 'end_plan_tp', 'year_plan_tp', 'total_price', 'end_gather_tp', 'year_gather_tp', 'gather_tp'],
     };
     const ledgerTree = createNewPathTree('filter', treeSetting);