기타 수정.

main
jjh 3 months ago
parent 29e771912c
commit 9893bd9216

@ -668,7 +668,8 @@
// DataTables(그리드) // DataTables(그리드)
$P.ctrl.query.cellDefs = $P.ctrl.query.cellDefs =
AppSupport.getCellDefs($P.$find("theadTr").find("th").not(".dummy-th").not(":eq(0)") AppSupport.getCellDefs($P.$find("theadTr").find("th").not(".dummy-th").not(":eq(0)")
, $($P.find("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)")); , $($P.find("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)")
, FimsSupport.getCellDefsForPrivacyCell);
$P.ctrl.download(); $P.ctrl.download();
} }

@ -32,7 +32,7 @@
<!-- 메인 조건 --> <!-- 메인 조건 -->
<div class="container-search"> <div class="container-search">
<div class="row g-1"> <div class="row g-1">
<!-- 업무구분 --> <!-- 업무 구분 -->
<div class="col-12"> <div class="col-12">
<span class="form-label form-search-title w-px-120 text-end fw-bold">업무구분</span> <span class="form-label form-search-title w-px-120 text-end fw-bold">업무구분</span>
<span class="form-search-linebox"> <span class="form-search-linebox">
@ -787,7 +787,8 @@
// DataTables(그리드) // DataTables(그리드)
$P.ctrl.query.cellDefs = $P.ctrl.query.cellDefs =
AppSupport.getCellDefs($P.$find("theadTr").find("th").not(".dummy-th").not(":eq(0)") AppSupport.getCellDefs($P.$find("theadTr").find("th").not(".dummy-th").not(":eq(0)")
, $($P.find("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)")); , $($P.find("tmpltRows").content).find("td").not(".dummy-td").not(":eq(0)")
, FimsSupport.getCellDefsForPrivacyCell);
$P.ctrl.download(); $P.ctrl.download();
} }

@ -306,7 +306,6 @@
// 수기 수납 취소 callback // 수기 수납 취소 callback
$P.ctrlRcvmt.onSave = (params, resp) => { $P.ctrlRcvmt.onSave = (params, resp) => {
// let dialogTitle = $("#" + $P.ctrlRcvmt.prefix + "Dialog--${pageName}").find("h5.modal-title").html();
let dialogTitle = $("#" + $P.selfDlgId()).find("h5.modal-title").html(); let dialogTitle = $("#" + $P.selfDlgId()).find("h5.modal-title").html();
let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, dialogTitle); let showMessage = resp.rtnMsg.replace(/[S]|[F]/g, dialogTitle);

Loading…
Cancel
Save