ERP-node/WebContent/WEB-INF/view/massProductionTransfer/massProductionTransferDashB...

103 lines
4.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 class="contents_page_basic_margin">
<div class="plm_table_wrap">
<table class="plm_table">
<colgroup>
<col width="3%">
<col width="5%">
<col width="8%">
<col width="*">
<col width="8%">
<col width="8%">
<col width="*">
<col width="5%">
<col width="10%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
</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>
<td>금형(SET)</td>
<td>금형제작</td>
<td>생산처</td>
<td>이관여부</td>
<td>파일첨부</td>
<td>비고</td>
</tr>
</thead>
</table>
<div class="plm_table_wrap">
<div class="plm_scroll_table" style="width:100.9%; height:350px;">
<table class="plm_table">
<colgroup>
<col width="3%">
<col width="5%">
<col width="8%">
<col width="*">
<col width="8%">
<col width="8%">
<col width="*">
<col width="5%">
<col width="10%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
<col width="5%">
</colgroup>
<tbody>
<tr>
<td><input type="checkbox"></td>
<td>JS</td>
<td>DASH</td>
<td></td>
<td>12345-C3000</td>
<td><a href="#" class="problemBtn">5</a></td>
<td></td>
<td>SPRC440</td>
<td>1.0t * 465 * 348</td>
<td>2017-03-12</td>
<td>230</td>
<td>우진테크</td>
<td>대신정공</td>
<td>87.3%</td>
<td><a href="#" class="file_icon"></a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</form>
</body>
</html>