ERP-node/WebContent/WEB-INF/view/massProductionTransfer/massProductionTransferList.jsp

220 lines
8.5 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>
$(document).ready(function(){
$("#btn_close").click(function(){
self.close(0);
});
//첨부파일 등록 팝업
$(".file_icon").click(function(){
window.open("/massProductionTransfer/moldTransferFileFormPopUp.do", "", "width=590, height=310");
});
//이관승인 팝업
$(".transferApply").click(function(){
window.open("/massProductionTransfer/moldTransferStatusFormPopUp.do", "", "width=333, height=265");
});
//상태 팝업
$(".document_icon").click(function(){
window.open("/massProductionTransfer/moldTransferStatusDetailListPopUp.do", "", "width=450, height=390");
});
//갑지 팝업
$(".registBtn").click(function(){
window.open("/massProductionTransfer/massTransferFormPopUp.do", "", "width=500, height=230");
});
//문제점 팝업
$(".problemBtn").click(function(){
window.open("/massProductionTransfer/massProductionMoldProblemPopUp.do", "", "width=1505, height=705");
});
});
</script>
<script>
function fn_documentTransferPopUp(){
window.open("/massProductionTransfer/documentTransferFormPopUp.do", "", "width=1630, height=470");
}
</script>
</head>
<body>
<form name="form1" action="" method="post">
<div style="min-width:1500px;">
<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="" style="width:300px;">
<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="">이관여부</label></td>
<td>
<select name="" id="">
<option value="">Y</option>
<option value="">N</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 colspan="3">
<input type="text" style="width:142px;">&nbsp;~&nbsp;<input type="text" style="width:142px;">
</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">
<input type="button" value="등록" class="plm_btns registBtn">
<input type="button" value="이관승인" class="plm_btns transferApply">
<input type="button" value="문서이관" class="plm_btns" onclick="fn_documentTransferPopUp();">
</div>
</div>
<div class="plm_table_wrap">
<div style="overflow-y:scroll;">
<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%">
<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>
<td>상태</td>
</tr>
</thead>
</table>
</div>
<div class="plm_scroll_table" style="width:100%; height:700px;">
<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%">
<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">10</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>
<td><a href="#" class="document_icon"></a></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</div>
</form>
</body>
</html>