|
|
|
@ -408,7 +408,7 @@ $(document).ready(function(){
|
|
|
|
|
$("#"+dialogId).attr("name", dialogName);
|
|
|
|
|
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
|
|
|
|
|
let refDlgId = $P.refDlgId("seallDmndDialog");
|
|
|
|
|
initDatepicker(document.getElementById(refDlgId));
|
|
|
|
|
AppSupport.initDatepicker(document.getElementById(refDlgId));
|
|
|
|
|
$("#"+refDlgId).find("[name='rcptYmd']").datepicker('setDate', TODAY());
|
|
|
|
|
$("#"+refDlgId).find("[name='btnCreate']").on("click", () => $P.fnCreateDmnd());
|
|
|
|
|
},
|
|
|
|
@ -461,7 +461,7 @@ $(document).ready(function(){
|
|
|
|
|
* 초기화
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
//달력 초기화
|
|
|
|
|
initDatepicker($P.find("frmSearch"));
|
|
|
|
|
AppSupport.initDatepicker($P.find("frmSearch"));
|
|
|
|
|
|
|
|
|
|
var defaultBizValue = $("#layout-navbar input[name='taskSeCd']:checked").val();
|
|
|
|
|
$P.$find("frmSearch").find("input[name='taskSeCd'][value='" + defaultBizValue + "']").prop("checked",true);
|
|
|
|
|