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