|
@@ -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');
|
|
|
<% } %>
|