ERP-node/WebContent/WEB-INF/view/project/partMaster/getPartMasterSearchPopup.jsp

142 lines
5.2 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>
</head>
<body>
<form name="form1" action="" method="post">
<div style="min-width:500px;">
<div class="plm_menu_name">
<h2>
<span>파트 마스터 관리</span>
</h2>
</div>
<div id="plmSearchZon">
<table>
<tr>
<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>
<select name="" id="">
<option value=""></option>
<option value=""></option>
</select>
</td>
</tr>
<tr>
<td><label for="">Part No</label></td>
<td>
<select name="" id="">
<option value=""></option>
<option value=""></option>
</select>
</td>
<td><label for="">Part Name</label></td>
<td>
<select name="" id="">
<option value=""></option>
<option value=""></option>
</select>
</td>
<td><label for="">Part 구분</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="조회" class="plm_btns">
</div>
</div>
<div class="plm_table_wrap">
<table class="plm_table" style="width:99.4%">
<colgroup>
<col width="2%">
<col width="5%">
<col width="8%">
<col width="8%">
<col width="13%">
<col width="*">
<col width="8%">
<col width="13%">
<col width="*">
</colgroup>
<thead>
<tr class="plm_thead">
<td><input type="checkbox"></td>
<td>No</td>
<td>고객사</td>
<td>차종</td>
<td>제품군</td>
<td>제품</td>
<td>Part 구분</td>
<td>Part No</td>
<td>Part Name</td>
</tr>
</thead>
</table>
<div class="plm_scroll_table" style="height:430px;">
<table class="plm_table">
<colgroup>
<col width="2%">
<col width="5%">
<col width="8%">
<col width="8%">
<col width="13%">
<col width="*">
<col width="8%">
<col width="13%">
<col width="*">
</colgroup>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</div>
</form>
</body>
</html>