瀏覽代碼

修复bug

laiguoran 4 年之前
父節點
當前提交
427a2800f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/js/schedule_stage_tp.js

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

@@ -24,7 +24,7 @@ $(function () {
         fullPath: 'full_path',
         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'],
     };
     const ledgerTree = createNewPathTree('filter', treeSetting);