47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<input type="hidden" name="objId" value="${objid}">
|
|
<input type="hidden" name="mngItemReceptLength" id="mngItemReceptLength">
|
|
<section class="part_excel_popup_min_width" style="min-width:300px;">
|
|
<div class="pdm_menu_name_sc">
|
|
<h2>
|
|
<span>Part 관리항목 목록</span>
|
|
</h2>
|
|
</div>
|
|
<div>
|
|
<div id="partExcelPopupFormWrap" style="width:99%;">
|
|
<div class="form_popup_title"> 관리항목</div>
|
|
<div id="excelUploadPopupForm">
|
|
<table>
|
|
<colgroup>
|
|
<col width="5%"/>
|
|
<col width="25%"/>
|
|
<col width="*%"/>
|
|
<col width="20%"/>
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<td>No</td>
|
|
<td>구분</td>
|
|
<td>파일명</td>
|
|
<td>상태</td>
|
|
</tr>
|
|
</thead>
|
|
<tr id="defaultMngItemReceptListRow">
|
|
<td colspan="4">확인이 필요한 Part 관리항목이 없습니다.</td>
|
|
</tr>
|
|
<tbody id="mngItemReceptList">
|
|
</tbody>
|
|
</table>
|
|
<div class="btnCenterWrap">
|
|
<center class="center_btns_wrap">
|
|
<input type="button" value="확인" id="btn_confirm" class="pdm_btns" onclick="checkPartMngFile('confirm');">
|
|
<input type="button" value="닫기" id="btn_close" class="pdm_btns" onclick="layerClose();">
|
|
</center>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<script type="text/javascript">
|
|
getMngItemReceptList();
|
|
</script> |