|
|
@ -47,13 +47,13 @@
|
|
|
|
<%-- <label for="bssh--${pageName}">폐기 정보</label>--%>
|
|
|
|
<%-- <label for="bssh--${pageName}">폐기 정보</label>--%>
|
|
|
|
<div class="row my-1 mx-4 g-1 border-card rounded-3">
|
|
|
|
<div class="row my-1 mx-4 g-1 border-card rounded-3">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<label for="hdrDe--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">폐기일자</label>
|
|
|
|
<label for="hdrDe--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">취급일자</label>
|
|
|
|
<input type="text" class="form-control w-45 form-date" id="hdrDe--${pageName}" name="hdrDe" data-fmt-type="day" data-map="hdrDe" autocomplete="off" title="종료 날짜 선택" />
|
|
|
|
<input type="text" class="form-control w-45 form-date" id="hdrDe--${pageName}" name="hdrDe" data-fmt-type="day" data-map="hdrDe" autocomplete="off" title="취급일자 선택" />
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-8">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<label for="dsuseDe--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">폐기일자</label>
|
|
|
|
<label for="dsuseDe--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">폐기일자</label>
|
|
|
|
<input type="text" class="form-control w-px-130 form-date" id="dsuseDe--${pageName}" name="dsuseDe" data-fmt-type="day" data-map="dsuseDe" autocomplete="off" title="종료 날짜 선택" />
|
|
|
|
<input type="text" class="form-control w-px-130 form-date" id="dsuseDe--${pageName}" name="dsuseDe" data-fmt-type="day" data-map="dsuseDe" autocomplete="off" title="폐기일자 선택" />
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
<button type="button" class="bx bx-lg bx-calendar bg-white"></button>
|
|
|
|
<span style="display: none; padding-left: 10px; font-weight: bold; color: red; align-items: center" id="spnDsuseDe">폐기일자 변경 불가[다른 폐기관리에서 폐기사진 사용중]</span>
|
|
|
|
<span style="display: none; padding-left: 10px; font-weight: bold; color: red; align-items: center" id="spnDsuseDe">폐기일자 변경 불가[다른 폐기관리에서 폐기사진 사용중]</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -183,7 +183,7 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
const fnRsltImgList = (list, isOnload) => {
|
|
|
|
const fnRsltImgList = (list, isOnload) => {
|
|
|
|
// onload시 이미지가 있는지 여부 체크
|
|
|
|
// onload시 이미지가 있는지 여부 체크
|
|
|
|
if(isOnload) isOnloadExistRsltImg = list[0].SELF_YN === 'Y';
|
|
|
|
if(isOnload) isOnloadExistRsltImg = list[0]?.SELF_YN === 'Y';
|
|
|
|
if(!list || list.length === 0) return;
|
|
|
|
if(!list || list.length === 0) return;
|
|
|
|
|
|
|
|
|
|
|
|
// 폐기결과 이미지를 등록한 폐기관리 ID면 skip - 이미지 추가 삭제 가능
|
|
|
|
// 폐기결과 이미지를 등록한 폐기관리 ID면 skip - 이미지 추가 삭제 가능
|
|
|
@ -410,8 +410,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
// DataTables에 스크롤이 맨 밑으로 이동했을 때 이벤트
|
|
|
|
// DataTables에 스크롤이 맨 밑으로 이동했을 때 이벤트
|
|
|
|
$P.scrollDataList = () => {
|
|
|
|
$P.scrollDataList = () => {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$P.control.load($P.control.query.pageNum + 1);
|
|
|
|
$P.control.load($P.control.query.pageNum + 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -589,6 +587,7 @@
|
|
|
|
// 폐기결과이미지 저장 목록 조회 셋
|
|
|
|
// 폐기결과이미지 저장 목록 조회 셋
|
|
|
|
fnRsltImgList(${dsuseRsltImgList}, true);
|
|
|
|
fnRsltImgList(${dsuseRsltImgList}, true);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 취급일자 및 페기일자에 값이 없는 경우 당일로 초기화.
|
|
|
|
// 취급일자 및 페기일자에 값이 없는 경우 당일로 초기화.
|
|
|
|
if (($P.control.getValue("dsuseDe") == null || $P.control.getValue("dsuseDe") == "") &&
|
|
|
|
if (($P.control.getValue("dsuseDe") == null || $P.control.getValue("dsuseDe") == "") &&
|
|
|
|
($P.control.getValue("hdrDe") == null || $P.control.getValue("hdrDe") == "")){
|
|
|
|
($P.control.getValue("hdrDe") == null || $P.control.getValue("hdrDe") == "")){
|
|
|
|