|
|
|
@ -78,7 +78,6 @@
|
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
|
<th style="min-width: 80px;">No.</th>
|
|
|
|
|
<th style="min-width: 80px;">요청일시</th>
|
|
|
|
|
<th style="min-width: 80px;">요청구분</th>
|
|
|
|
|
<th style="min-width: 80px;">접수일자</th>
|
|
|
|
|
<th style="min-width: 80px;">목록번호</th>
|
|
|
|
|
<th style="min-width: 80px;">요청자</th>
|
|
|
|
@ -91,7 +90,6 @@
|
|
|
|
|
<tr data-key="{INDIV_ID}">
|
|
|
|
|
<td onclick="{onclick}" class="text-end">{ROW_NUM}</td>
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{DMND_YMD}</td>
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{DMND_SE_CD}</td>
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{RCPT_YMD}</td>
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{PST_NO}</td>
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{RGTR}</td>
|
|
|
|
@ -101,7 +99,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
<template id="dmndNotFound--${pageName}">
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" colspan="8" class="dataTables_empty text-center">요청 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="7" class="dataTables_empty text-center">요청 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
@ -158,7 +156,6 @@
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* Global Variable
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
var FIM062 = new CommonCodes(${FIM062});
|
|
|
|
|
var FIM063 = new CommonCodes(${FIM063});
|
|
|
|
|
pageObject["${pageName}"] = {};
|
|
|
|
|
|
|
|
|
@ -180,7 +177,6 @@ $(document).ready(function(){
|
|
|
|
|
dataGetter : obj => obj["List"], appendData:true,
|
|
|
|
|
keymapper : info => info ? info.INDIV_ID : "",
|
|
|
|
|
formats : {
|
|
|
|
|
DMND_SE_CD : FIM062,
|
|
|
|
|
DMND_YMD : dateFormat,
|
|
|
|
|
RCPT_YMD : dateFormat,
|
|
|
|
|
RSPNS_DT : datetimeFormat
|
|
|
|
|