ERP-node/WebContent/WEB-INF/view/devInfoMng/moldInfoMngList.jsp

134 lines
5.1 KiB
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page import="com.pms.common.utils.*"%>
<%@ page import="java.util.*" %>
<%@include file= "/init.jsp" %>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><%=Constants.SYSTEM_NAME%></title>
<script>
$(function(){
//금형정보관리 팝업
$(".btnBtn").click(function(){
window.open("/devInfoMng/moldInfoMngPopup.do", "", "width=1400, height=520");
});
});
</script>
</head>
<body>
<form name="form1" action="" method="post">
<div id="pageMinWidth">
<div class="plm_menu_name">
<h2>
<span>금형이력관리</span>
</h2>
</div>
<div id="plmSearchZon">
<table>
<tr>
<td><label for="">고객사</label></td>
<td>
<select name="" id="" style="width:80px;">
<option value=""></option>
<option value=""></option>
</select>
</td>
<td><label for="">차종</label></td>
<td>
<select name="" id="" style="width:80px;">
<option value=""></option>
<option value=""></option>
</select>
</td>
<td><label for="">제품군</label></td>
<td>
<select name="" id="">
<option value=""></option>
<option value=""></option>
</select>
</td>
<td><label for="">사양</label></td>
<td>
<select name="" id="">
<option value=""></option>
<option value=""></option>
</select>
</td>
<td><label for="">품명</label></td>
<td>
<select name="" id="">
<option value=""></option>
<option value=""></option>
</select>
</td>
<td><label for="">품번</label></td>
<td>
<input type="text">
</td>
<td><label for="">금형업체</label></td>
<td>
<select name="" id="">
<option value=""></option>
<option value=""></option>
</select>
</td>
</tr>
</table>
</div>
<section class="contents_page_basic_margin">
<div class="btn_wrap">
<div class="plm_btn_wrap">
<input type="button" value="Excel upload" class="plm_btns">
<input type="button" value="등록" class="plm_btns">
<input type="button" value="조회" class="plm_btns">
</div>
</div>
<div id="pastProblemUpperTableWrap">
<table class="plm_table">
<colgroup>
<col width="3%">
<col width="*">
<col width="*">
<col width="*">
<col width="18%">
<col width="15%">
<col width="*">
<col width="*">
<col width="*">
<col width="*">
</colgroup>
<thead>
<tr class="plm_thead">
<td><input type="checkbox"></td>
<td>고객사</td>
<td>차종</td>
<td>제품군</td>
<td>품명</td>
<td>담당자</td>
<td>등록일</td>
<td>금형수량</td>
<td>금형업체</td>
<td>상태</td>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"></td>
<td>HMC</td>
<td>JS</td>
<td>DASH</td>
<td><a href="#" class="btnBtn">PNL ASSY-DASH COMPL</a></td>
<td>개발팀 채원병과장</td>
<td>2017-12-15</td>
<td><a href="#">32</a></td>
<td></td>
<td>작성중</td>
</tr>
</tbody>
</table>
</div>
</div>
</form>
</body>
</html>