TonyKang 5 년 전
부모
커밋
ceea69883a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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')) {
                                 let rType = me.currentNode.flags['reportType'];
                                 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;