연계결과 표출 최상단으로 순서 변경

main
박성영 3 weeks ago
parent eeda47f292
commit 40a33790ea

@ -403,6 +403,10 @@
html += '<table class="result-detail-table">';
html += '<colgroup><col style="width:20%"><col style="width:30%"><col style="width:20%"><col style="width:30%"></colgroup>';
// 처리불가 정보
html += '<tr><th>처리불가사유코드</th><td>' + this.nvl(data.PRCS_IMPRTY_RSN_CD) + '</td>';
html += '<th>처리불가사유명세</th><td colspan="3">' + this.nvl(data.PRCS_IMPRTY_RSN_DTLS) + '</td></tr>';
// 기본 정보
html += '<tr><th>차량번호</th><td>' + this.nvl(data.VHRNO) + '</td>';
html += '<th>차명</th><td>' + this.nvl(data.ATMB_NM) + '</td></tr>';
@ -514,10 +518,6 @@
html += '<tr><th>저당수</th><td>' + this.nvl(data.MRTG_CNT) + '</td>';
html += '<th>압류건수</th><td>' + this.nvl(data.SZR_CNT) + '</td></tr>';
// 처리불가 정보
html += '<tr><th>처리불가사유코드</th><td>' + this.nvl(data.PRCS_IMPRTY_RSN_CD) + '</td>';
html += '<th>처리불가사유명세</th><td colspan="3">' + this.nvl(data.PRCS_IMPRTY_RSN_DTLS) + '</td></tr>';
html += '</table>';
html += '</div>';
return html;

Loading…
Cancel
Save