|
|
|
|
@ -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');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|