fix: 폐기보고통계 - 마약류구분별통계

dev
Jonguk. Lim 4 months ago
parent 4778d74056
commit fd9a33f6df

@ -208,6 +208,7 @@
});
let replacer = (str, dataItem) => str
.replace(/{onclick}/gi, "pageObject['${pageName}'].control.setCurrent('" + dataItem.getValue("dept_cd") + "');");
let trs = empty ? [document.getElementById("${infoPrefix}NotFound--${pageName}").content.outerHTML]
: ${infoPrefix}List.inStrings(foundTr.outerHTML, replacer);
@ -355,7 +356,7 @@
$('#schSttsCd--${pageName}').val('06');
$('#schSggCd--${pageName}').val("${currentUser.deptCode}");
$P.fnSearchList();
$P.fnSearchList();
}
@ -366,9 +367,7 @@ $P.fnSearchList();
$P.setEvent();
// 2. 초기 설정 및 업무 구분 변경
//$P.fnReset();
$P.control.load(1);
$P.fnReset();
});
</script>

Loading…
Cancel
Save