瀏覽代碼

Merge branch 'master' of http://smartcost.f3322.net:3000/SmartCost/ConstructionOperation

TonyKang 7 年之前
父節點
當前提交
6b56c42c8d
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      web/maintain/main_col_lib/js/main_tree_col.js
  2. 3 0
      web/users/js/main_tree_col.js

+ 3 - 0
web/maintain/main_col_lib/js/main_tree_col.js

@@ -122,6 +122,9 @@ let MainTreeCol = {
         feeRate: function () {
             return feeRateObject.getFeeRateEditCellType();
         },
+        quantity:function () {
+
+        },
         calcBase: function () {
             return calcBaseView.getCalcBaseCellType();
         },

+ 3 - 0
web/users/js/main_tree_col.js

@@ -122,6 +122,9 @@ let MainTreeCol = {
         feeRate: function () {
             return feeRateObject.getFeeRateEditCellType();
         },
+        quantity:function () {
+
+        },
         calcBase: function () {
             return calcBaseView.getCalcBaseCellType();
         },