|
|
@ -97,7 +97,6 @@
|
|
|
|
<th class="cmn" style="width: 180px;">폐기방법</th>
|
|
|
|
<th class="cmn" style="width: 180px;">폐기방법</th>
|
|
|
|
<th class="cmn" style="width: 230.469px;">폐기장소</th>
|
|
|
|
<th class="cmn" style="width: 230.469px;">폐기장소</th>
|
|
|
|
<th class="cmn" style="width: 230.469px;">폐기일자</th>
|
|
|
|
<th class="cmn" style="width: 230.469px;">폐기일자</th>
|
|
|
|
<th class="cmn" style="width: 500.469px;">특기사항</th>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
<tbody id="tbody--${pageName}">
|
|
|
|
<tbody id="tbody--${pageName}">
|
|
|
@ -118,7 +117,6 @@
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{DSUSE_MTH_NM}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{DSUSE_MTH_NM}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{DSUSE_LOC}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{DSUSE_LOC}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{DSUSE_DE}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{DSUSE_DE}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{DSUSE_RMK}</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template id="${infoPrefix}NotFound--${pageName}">
|
|
|
|
<template id="${infoPrefix}NotFound--${pageName}">
|
|
|
@ -344,7 +342,6 @@
|
|
|
|
dsuseMthCd: row.DSUSE_MTH_CD,
|
|
|
|
dsuseMthCd: row.DSUSE_MTH_CD,
|
|
|
|
dsuseLoc: row.DSUSE_LOC,
|
|
|
|
dsuseLoc: row.DSUSE_LOC,
|
|
|
|
prgrsSttsCd: row.PRGRS_STTS_CD
|
|
|
|
prgrsSttsCd: row.PRGRS_STTS_CD
|
|
|
|
dsuseRmk: row.DSUSE_RMK,
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
ajax.get({
|
|
|
|
ajax.get({
|
|
|
|