미필 작업 진행 중...

main
박성영 1 week ago
parent 36e1831153
commit 6a08b6164f

@ -960,7 +960,7 @@
*/
function openHistoryWithCarFfnlgTrgtIncmpId(carFfnlgTrgtIncmpId) {
console.log('Opening history with carFfnlgTrgtIncmpId:', carFfnlgTrgtIncmpId);
var url = '<c:url value="/carInspectionPenalty/history/list.do"/>?searchCarFfnlgTrgtIncmpId=' + encodeURIComponent(carFfnlgTrgtIncmpId);
var url = '<c:url value="/carInspectionPenalty/history/list.do"/>?searchCarFfnlgTrgtId=' + encodeURIComponent(carFfnlgTrgtIncmpId);
window.open(url, '_blank');
}

Loading…
Cancel
Save