|
|
|
@ -589,8 +589,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 취급일자 및 페기일자에 값이 없는 경우 당일로 초기화.
|
|
|
|
|
if (($P.control.getValue("dsuseDe") == null || $P.control.getValue("dsuseDe") == "") &&
|
|
|
|
|
($P.control.getValue("hdrDe") == null || $P.control.getValue("hdrDe") == "")){
|
|
|
|
|
if (($P.control.getValue("dsuseDe") === null || $P.control.getValue("dsuseDe") === "") &&
|
|
|
|
|
($P.control.getValue("hdrDe") === null || $P.control.getValue("hdrDe") === "")){
|
|
|
|
|
$("#hdrDe--${pageName}").datepicker("setDate", new Date()); // 취급 일자
|
|
|
|
|
$("#dsuseDe--${pageName}").datepicker("setDate", new Date()); // 폐기 일자
|
|
|
|
|
}
|
|
|
|
|