|
|
|
@ -144,9 +144,10 @@
|
|
|
|
|
<th class="cmn" style="width: 160px;">업무구분</th>
|
|
|
|
|
<th class="cmn" style="width: 120px;">대상여부</th>
|
|
|
|
|
<th class="cmn" style="width: 180px;" onclick="FimsSupport.searchFromGridTitle('CHG_DMND_DT', this.innerText, 'ymd', '');">요청일시</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;" onclick="FimsSupport.searchFromGridTitle('CHG_DMND_RGTR', this.innerText, 'match', 'perfect');">요청자</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;" onclick="FimsSupport.searchFromGridTitle('CHG_APRV_YN', this.innerText, 'codeValue', 'CMN006');">승인여부</th>
|
|
|
|
|
<th class="cmn" style="width: 180px;" onclick="FimsSupport.searchFromGridTitle('CHG_APRV_DT', this.innerText, 'ymd', '');">승인일시</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;" onclick="FimsSupport.searchFromGridTitle('CHG_AUTZR', this.innerText, 'match', 'part');">승인자</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;" onclick="FimsSupport.searchFromGridTitle('CHG_AUTZR', this.innerText, 'match', 'perfect');">승인자</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;" onclick="FimsSupport.searchFromGridTitle('CHG_APRV_RSN', this.innerText, 'match', 'part');">승인사유</th>
|
|
|
|
|
<th class="cmn" style="width: 200px;" onclick="FimsSupport.searchFromGridTitle('ENT_NM', this.innerText, 'match', 'part');">기업명</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;" onclick="FimsSupport.searchFromGridTitle('ENT_REG_NO', this.innerText, 'match', 'part');">법인(사업자)번호</th>
|
|
|
|
@ -179,9 +180,10 @@
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{TASK_SE_NM}</td>
|
|
|
|
|
<td class="cmn text-center fw-bold text-blue" onclick ondblclick>{TRGT_STTS_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{CHG_DMND_DT}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{CHG_DMND_RGTR_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{CHG_APRV_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{CHG_APRV_DT}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{CHG_AUTZR}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{CHG_AUTZR_NM}</td>
|
|
|
|
|
<td class="cmn text-start" onclick ondblclick>{CHG_APRV_RSN}</td>
|
|
|
|
|
<td class="cmn text-start" onclick ondblclick>{ENT_NM}</td>
|
|
|
|
|
<td class="cmn text-center" onclick ondblclick>{ENT_REG_NO}</td>
|
|
|
|
@ -207,7 +209,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
<template name="tmpltNotFound">
|
|
|
|
|
<tr class="cmn">
|
|
|
|
|
<td valign="top" colspan="29" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="30" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
|