fit : 조회조건 ymd 에서 prdValidDe로 변경.

dev
Leeyh1121 4 months ago
parent e0a024a381
commit 999b8052ba

@ -377,7 +377,7 @@
$P.detailControl.query = { $P.detailControl.query = {
fg: "1", // 1-제조번호, 2-시리얼번호 fg: "1", // 1-제조번호, 2-시리얼번호
p: $P.control.dataset.getCurrent().prductCd , //제품코드 p: $P.control.dataset.getCurrent().prductCd , //제품코드
ymd: prdValidDe, prdValidDe: prdValidDe,
t: "", //제조번호 또는 시리얼번호 t: "", //제조번호 또는 시리얼번호
userId: "${currentUser.account}" userId: "${currentUser.account}"
}; };

Loading…
Cancel
Save