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;