|
@@ -1404,6 +1404,17 @@ let zTreeOprObj = {
|
|
} else {
|
|
} else {
|
|
$("#element_costIndexFlags_audit")[0].selectedIndex = 0;
|
|
$("#element_costIndexFlags_audit")[0].selectedIndex = 0;
|
|
}
|
|
}
|
|
|
|
+ if (me.currentNode.flags.hasOwnProperty("rptFormatAdjust")) {
|
|
|
|
+ let rType = me.currentNode.flags["rptFormatAdjust"];
|
|
|
|
+ if (rType === "T") {
|
|
|
|
+ $("#report_format_adjustable")[0].selectedIndex = 1;
|
|
|
|
+ } else {
|
|
|
|
+ $("#report_format_adjustable")[0].selectedIndex = 0;
|
|
|
|
+ }
|
|
|
|
+ } else {
|
|
|
|
+ $("#report_format_adjustable")[0].selectedIndex = 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
} else {
|
|
} else {
|
|
$("#element_flags_select")[0].selectedIndex = 0;
|
|
$("#element_flags_select")[0].selectedIndex = 0;
|
|
$("#element_prjFlags_select")[0].selectedIndex = 0;
|
|
$("#element_prjFlags_select")[0].selectedIndex = 0;
|
|
@@ -1418,6 +1429,7 @@ let zTreeOprObj = {
|
|
$("#element_Flags_tplType")[0].selectedIndex = 0;
|
|
$("#element_Flags_tplType")[0].selectedIndex = 0;
|
|
$("#element_costIndexFlags_audit")[0].selectedIndex = 0;
|
|
$("#element_costIndexFlags_audit")[0].selectedIndex = 0;
|
|
$("#select_aid_report_data_select")[0].selectedIndex = 0;
|
|
$("#select_aid_report_data_select")[0].selectedIndex = 0;
|
|
|
|
+ $("#report_format_adjustable")[0].selectedIndex = 0;
|
|
}
|
|
}
|
|
|
|
|
|
if (
|
|
if (
|