TonyKang 5 years ago
parent
commit
ceea69883a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/maintain/report/js/rpt_tpl_main.js

+ 1 - 0
web/maintain/report/js/rpt_tpl_main.js

@@ -892,6 +892,7 @@ let zTreeOprObj = {
                             if (me.currentNode.flags.hasOwnProperty('reportType')) {
                             if (me.currentNode.flags.hasOwnProperty('reportType')) {
                                 let rType = me.currentNode.flags['reportType'];
                                 let rType = me.currentNode.flags['reportType'];
                                 if (rType === 'billSummary') $("#element_rptFlags_select")[0].selectedIndex = 1
                                 if (rType === 'billSummary') $("#element_rptFlags_select")[0].selectedIndex = 1
+                                else if (rType === 'gljSummary') $("#element_rptFlags_select")[0].selectedIndex = 2
                                 else $("#element_rptFlags_select")[0].selectedIndex = 0;
                                 else $("#element_rptFlags_select")[0].selectedIndex = 0;
                             } else {
                             } else {
                                 $("#element_rptFlags_select")[0].selectedIndex = 0;
                                 $("#element_rptFlags_select")[0].selectedIndex = 0;