fit : 제품시리얼 조회시 검색 필수값 제거.

dev
Leeyh1121 4 months ago
parent 2d1bdf7528
commit e2f9893a24

@ -381,10 +381,6 @@
$P.fnDetailSearchList = (schYn) => {
if (schYn == "Y"){
if ($('#schText--productMain').val() == ""||$('#schText--productMain').val() == null ){
//dialog.alert("제조번호 혹은 일련번호는 필수입니다.");
//return false;
}
$P.detailControl.query = {
fg: $('#schOpt--productMain').val(), // 1-제조번호, 2-시리얼번호
p: $P.control.dataset.getCurrent().prductCd , //제품코드

Loading…
Cancel
Save