|
|
@ -98,6 +98,7 @@
|
|
|
|
<input type="checkbox" class="form-check-input" id="gridAllCheckbox--${pageName}"
|
|
|
|
<input type="checkbox" class="form-check-input" id="gridAllCheckbox--${pageName}"
|
|
|
|
onchange="pageObject['${pageName}'].control.select(this.checked);" />
|
|
|
|
onchange="pageObject['${pageName}'].control.select(this.checked);" />
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<th class="cmn" style="width: 170.141px;">관할관청</th>
|
|
|
|
<th class="cmn" style="width: 130.141px;">폐기관리번호</th>
|
|
|
|
<th class="cmn" style="width: 130.141px;">폐기관리번호</th>
|
|
|
|
<th class="cmn" style="width: 120.141px;">취급일자</th>
|
|
|
|
<th class="cmn" style="width: 120.141px;">취급일자</th>
|
|
|
|
<th class="cmn" style="width: 120.469px;">폐기일자</th>
|
|
|
|
<th class="cmn" style="width: 120.469px;">폐기일자</th>
|
|
|
@ -121,6 +122,7 @@
|
|
|
|
<input type="checkbox" class="form-check-input" name="gridCheckbox" value="{dscdmng_id}"
|
|
|
|
<input type="checkbox" class="form-check-input" name="gridCheckbox" value="{dscdmng_id}"
|
|
|
|
onchange="pageObject['${pageName}'].control.select('{dscdmng_id}', this.checked);">
|
|
|
|
onchange="pageObject['${pageName}'].control.select('{dscdmng_id}', this.checked);">
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{dept_nm}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{dscdmng_id}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{dscdmng_id}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{hdr_de}</td>
|
|
|
|
<td class="cmn text-center" onclick="{onclick}" ondblclick="{ondblclick}">{hdr_de}</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>
|
|
|
|