|
|
|
|
@ -160,6 +160,8 @@
|
|
|
|
|
|
|
|
|
|
// URL
|
|
|
|
|
$P.prefixUrl = "${prefixUrl}";
|
|
|
|
|
// 사전통지 정보
|
|
|
|
|
$P.advntceInfo = ${advntceInfo};
|
|
|
|
|
// datasetControl
|
|
|
|
|
$P.ctrl = newSndb01060Control("${pageName}", "[data-doctx=${pageName}]");
|
|
|
|
|
// infoDialog 호출 용도(view 조회(편집불가), create 등록, update 수정)
|
|
|
|
|
@ -273,7 +275,7 @@
|
|
|
|
|
$P.$findn("sndngYmd").on("change", function() {
|
|
|
|
|
let sndngYmd = $P.$findn("sndngYmd").val();
|
|
|
|
|
sndngYmd = new Date(sndngYmd);
|
|
|
|
|
sndngYmd.setDate(sndngYmd.getDate() + $P.advntceYmdInfo.ADVNTCE_DAY_CNT);
|
|
|
|
|
sndngYmd.setDate(sndngYmd.getDate() + $P.advntceInfo.ADVNTCE_DAY_CNT);
|
|
|
|
|
|
|
|
|
|
$P.$findn("sndngEndYmd").datepicker("setDate", sndngYmd);
|
|
|
|
|
});
|
|
|
|
|
|