|
|
|
@ -378,18 +378,6 @@
|
|
|
|
|
t: $('#schText--productMain').val(), //제조번호 또는 시리얼번호
|
|
|
|
|
userId: "${currentUser.account}"
|
|
|
|
|
};
|
|
|
|
|
/*
|
|
|
|
|
}else{
|
|
|
|
|
$P.detailControl.query.pageNum = 1;
|
|
|
|
|
$P.detailControl.query = {
|
|
|
|
|
fg: "1", // 1-제조번호, 2-시리얼번호
|
|
|
|
|
pg: $P.detailControl.query.pageNum,
|
|
|
|
|
p: $P.control.dataset.getCurrent().prductCd , //제품코드
|
|
|
|
|
prdValidDe: $("input[name='schPrdValidDe']").val().replaceAll("-", ""),
|
|
|
|
|
t: $('#schText--productMain').val(), //제조번호 또는 시리얼번호
|
|
|
|
|
userId: "${currentUser.account}"
|
|
|
|
|
};
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
$P.detailControl.query.fetchSize = FETCH_MD; // 한번에 조회되는 자료 건수
|
|
|
|
|
$P.detailControl.query.delYn = "N"; // 삭제 여부
|
|
|
|
|