Browse Source

显示定制与推荐报表问题(第一次没出来)

Tony Kang 1 year ago
parent
commit
a146346b4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/view/report/rpt_all_popup.ejs

+ 1 - 1
app/view/report/rpt_all_popup.ejs

@@ -754,7 +754,7 @@
     zTreeOprObj.getCustomerCfg();
     zTreeOprObj.iniFontCfgDom(CUST_CFG);
     
-    <% if (stg_id === -200 || stg_id > 0) { %>
+    <% if (![-100, -300, -301, -302, -303].includes(stg_id)) { %>
     buildCustRptCommon('report_cust_group_common', ORG_TOP_TREE_NODES[1], CUST_TREE_NODES.common, 'true');
     buildCustRptCommon('report_cust_group_individual', ORG_TOP_TREE_NODES[0], CUST_TREE_NODES.customize, 'false');
     <% } %>