Преглед изворни кода

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();
         },