기타 수정.

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();
} }

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