|
@@ -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;
|