|
|
@ -78,11 +78,11 @@
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
<th style="min-width: 80px;">No.</th>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<th style="min-width: 80px;">상태</th>
|
|
|
|
|
|
|
|
<th style="min-width: 80px;">응답일시</th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
<tbody id="dmndTbody--${pageName}"></tbody>
|
|
|
|
<tbody id="dmndTbody--${pageName}"></tbody>
|
|
|
@ -90,11 +90,11 @@
|
|
|
|
<tr data-key="{INDIV_ID}">
|
|
|
|
<tr data-key="{INDIV_ID}">
|
|
|
|
<td onclick="{onclick}" class="text-end">{ROW_NUM}</td>
|
|
|
|
<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_YMD}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{RGTR}</td>
|
|
|
|
<td onclick="{onclick}" class="text-center">{RCPT_YMD}</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">{PST_NO}</td>
|
|
|
|
<td onclick="{onclick}" class="text-center">{RGTR}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{RSPNS_DT}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{STTS_NM}</td>
|
|
|
|
<td onclick="{onclick}" class="text-center">{STTS_NM}</td>
|
|
|
|
|
|
|
|
<td onclick="{onclick}" class="text-center">{RSPNS_DT}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template id="dmndNotFound--${pageName}">
|
|
|
|
<template id="dmndNotFound--${pageName}">
|
|
|
@ -385,7 +385,7 @@ $(document).ready(function(){
|
|
|
|
var ds = $P.dmndControl.dataset.getDataset();
|
|
|
|
var ds = $P.dmndControl.dataset.getDataset();
|
|
|
|
|
|
|
|
|
|
|
|
var indivIds = ds.filter(function(item){
|
|
|
|
var indivIds = ds.filter(function(item){
|
|
|
|
if(item['STTS_CD'] == '9'){
|
|
|
|
if(item['STTS_CD'] == '9' || item['STTS_CD'] == 'B'){
|
|
|
|
return item["INDIV_ID"];
|
|
|
|
return item["INDIV_ID"];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|