Browse Source

费用定额编辑页面,去掉一些库不存在的时候,不初始化选项的条件

vian 5 năm trước cách đây
mục cha
commit
342cec58df
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      web/users/js/compilation.js

+ 2 - 2
web/users/js/compilation.js

@@ -502,9 +502,9 @@ function initCompilation() {
         TREE_SHEET_HELPER.showTreeData(mainTreeColObj, colSpread.getActiveSheet(), billsTemplateTree);
     }*/
 
-    if (billListData.length <= 0 || rationLibData.length <= 0 || gljLibData.length <= 0) {
+    /* if (billListData.length <= 0 || rationLibData.length <= 0 || gljLibData.length <= 0) {
         return false;
-    }
+    } */
 
     // 标准清单
     let html = '';