|
|
|
@ -66,8 +66,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<button type="button" class="btn btn-search w-px-120" id="btnProductSearch--${pageName}" title="검색">제품 검색</button>
|
|
|
|
|
<%-- FIXME: 바코드 사용시 검색 활성화 처리 --%>
|
|
|
|
|
<button style="display: none" type="button" class="btn btn-search w-px-120" id="btnProductBarcodeSearch--${pageName}" title="바코드 검색">바코드 검색</button>
|
|
|
|
|
<button type="button" class="btn btn-search w-px-120" id="btnProductBarcodeSearch--${pageName}" title="바코드 검색">바코드 검색</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<label for="prdValidDe--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">유효기간</label>
|
|
|
|
@ -619,6 +618,9 @@
|
|
|
|
|
}
|
|
|
|
|
initDatepicker("bssh--${pageName}");
|
|
|
|
|
$("#dsuseAcdtDe--${pageName}").datepicker("setDate", new Date());
|
|
|
|
|
|
|
|
|
|
//FIXME: 바코드 사용시 제거
|
|
|
|
|
$("#btnProductBarcodeSearch--${pageName}").prop("disabled", true);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|