339 lines
24 KiB
Plaintext
339 lines
24 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(){
|
|
$(document).ready(function(){
|
|
//구조검토제안서 등록 팝업
|
|
$(".btnRegist").click(function(){
|
|
window.open("/protoProductDevMng/devScheduleMngListFormPopUp.do", "", "width=1600, height=790");
|
|
});
|
|
|
|
changeViewColumn("lot1");
|
|
|
|
fnc_datepickForName();
|
|
|
|
});
|
|
|
|
$("#btnClose").click(function(){
|
|
self.close();
|
|
});
|
|
|
|
//취소
|
|
$("#btnCancel").click(function(){
|
|
var objId = $(this).attr("data-OBJID");
|
|
var params = "?objId="+objId;
|
|
document.form1.action ="/protoDevMng/protoPlanMngDetailPopUp.do"+params;
|
|
document.form1.submit();
|
|
});
|
|
|
|
$(".btnDetailPart").click(function(){
|
|
var partNo = $(this).attr("data-PART_NO");
|
|
fnc_openPartDetailPopup("${connectUserId}", partNo);
|
|
});
|
|
});
|
|
|
|
</script>
|
|
<script>
|
|
//단계 변경 시 컬럼 view 변경
|
|
function changeViewColumn(type){
|
|
$("td[name=devScheduleMng_lot1]").hide();
|
|
$("td[name=devScheduleMng_lot2]").hide();
|
|
$("td[name=devScheduleMng_lot3]").hide();
|
|
|
|
$("td[name=devScheduleMng_"+type+"]").show();
|
|
|
|
$("#scheduleTapSelect").val(type);
|
|
}
|
|
|
|
//작성된 개발일정 관리 내용을 저장한다.
|
|
function fn_saveProtoPlabPartInfo(){
|
|
if(fnc_valitate("form1")){
|
|
if(confirm("저장하시겠습니까?")){
|
|
var form = $("#form1").serialize();
|
|
$.ajax({
|
|
url:"/protoDevMng/saveProtoPlanPartInfo.do",
|
|
type:"POST",
|
|
data:form,
|
|
dataType:"json",
|
|
success:function(data){
|
|
if(data.result == "true" || data.result == true || data.result){
|
|
Swal.fire("저장되었습니다.");
|
|
// opener.fn_search();
|
|
self.close();
|
|
}
|
|
},
|
|
error: function(jqxhr, status, error){
|
|
}
|
|
});
|
|
}
|
|
}
|
|
}
|
|
|
|
//첨부파일 미리보기
|
|
function openImagePopUp(url){
|
|
var img=new Image();
|
|
img.src=url;
|
|
var img_width=img.width;
|
|
var img_height=img.height;
|
|
var win_width=img.width+25;
|
|
var height=img.height+30;
|
|
|
|
window.open(url,"protoStockListShapeImgPopUp","width="+img_width+",height="+height+", menubars=no, scrollbars=yes'");
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form name="form1" id="form1" action="" method="post">
|
|
<input type="hidden" name="targetObjId" id="targetObjId" value="${param.objId}">
|
|
<div id="">
|
|
<div class="plm_menu_name">
|
|
<h2>
|
|
<span>시작개발 일정관리</span>
|
|
</h2>
|
|
</div>
|
|
<section class="contents_page_basic_margin" style="width:97.5%;">
|
|
<section id="developTapWrap">
|
|
<div class="tapWrapFloat">
|
|
<select name="scheduleTapSelect" id="scheduleTapSelect" onchange="javascript:changeViewColumn(this.value);">
|
|
<option value="lot1">LOT1</option>
|
|
<option value="lot2">LOT2</option>
|
|
<option value="lot3">LOT3</option>
|
|
</select>
|
|
</div>
|
|
</section>
|
|
<div class="plm_table_wrap" style="width:100%; overflow-x:scroll;">
|
|
<div style="overflow-y:scroll; width:1929px;">
|
|
<table class="developManagementTable plm_table tab_table">
|
|
<colgroup>
|
|
<col width="90px;">
|
|
<col width="151px;">
|
|
<col width="100px;"><!-- 형상 -->
|
|
<col width="50px;">
|
|
<col width="100px;">
|
|
<col width="91px;">
|
|
<col width="50px;">
|
|
<col width="79px;">
|
|
<col width="80px;">
|
|
<col width="50px;">
|
|
<col width="50px;">
|
|
<col width="70px;"> <!-- 금형/JIG 설계 -->
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
</colgroup>
|
|
<thead>
|
|
<tr class="plm_thead">
|
|
<td colspan="4">제품기본정보</td>
|
|
<td colspan="3">EO</td>
|
|
<td colspan="3">제작공법</td>
|
|
<td rowspan="2">구분</td>
|
|
<td colspan="14" class="devScheduleMng font_size_13" name="devScheduleMng_lot1">개발일정(LOT1)</td>
|
|
<td colspan="14" class="devScheduleMng font_size_13" name="devScheduleMng_lot2">개발일정(LOT2)</td>
|
|
<td colspan="14" class="devScheduleMng font_size_13" name="devScheduleMng_lot3">개발일정(LOT3)</td>
|
|
</tr>
|
|
<tr class="plm_sub_thead">
|
|
<td>Part No.</td>
|
|
<td>Part Name</td>
|
|
<td class="img_td">형상</td>
|
|
<td>수량</td>
|
|
<td>No.</td>
|
|
<td>Date</td>
|
|
<td>Rev.</td>
|
|
<td>공법</td>
|
|
<td>재질</td>
|
|
<td>두께</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1" colspan="2">금형/JIG설계</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1" colspan="2">주물/소재준비</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1" colspan="2">가공/JIG제작</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1" colspan="2">T/O JIG 검사</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1" colspan="2">LASER/조립</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1" colspan="2">단품/ASSY검사</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1" colspan="2">초도입고</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2" colspan="2">금형/JIG설계</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2" colspan="2">주물/소재준비</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2" colspan="2">가공/JIG제작</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2" colspan="2">T/O JIG 검사</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2" colspan="2">LASER/조립</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2" colspan="2">단품/ASSY검사</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2" colspan="2">초도입고</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3" colspan="2">금형/JIG설계</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3" colspan="2">주물/소재준비</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3" colspan="2">가공/JIG제작</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3" colspan="2">T/O JIG 검사</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3" colspan="2">LASER/조립</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3" colspan="2">단품/ASSY검사</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3" colspan="2">초도입고</td>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<div class="plm_scroll_table" style="width:1929px; height:600px;">
|
|
<table class="developManagementTable plm_table tab_table">
|
|
<colgroup>
|
|
<col width="90px;">
|
|
<col width="150px;">
|
|
<col width="100px;">
|
|
<col width="50px;">
|
|
<col width="100px;">
|
|
<col width="90px;">
|
|
<col width="50px;">
|
|
<col width="80px;">
|
|
<col width="80px;">
|
|
<col width="50px;">
|
|
<col width="50px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
<col width="70px;">
|
|
</colgroup>
|
|
<tbody>
|
|
<c:choose>
|
|
<c:when test="${empty resultList}">
|
|
<tr style="text-align:center;">
|
|
<td align="center" colspan="26">조회된 데이터가 없습니다.</td>
|
|
</tr>
|
|
</c:when>
|
|
<c:otherwise>
|
|
<c:forEach var="item" items="${resultList}" varStatus="varStatus">
|
|
<input type="hidden" name="planRelObjId" value="${item.PLAN_REL_OBJID}">
|
|
<input type="hidden" name="planRelPart_${item.PLAN_REL_OBJID}" value="${item.PART_NO}">
|
|
<tr>
|
|
<%-- <td rowspan="2"><a href="#" onclick="fnc_openStartPartDetailPopup('',"${item.PART_NO}");">${item.PART_NO}</a></td>
|
|
<td rowspan="2"><a href="#" onclick="fnc_openStartPartDetailPopup('',"${item.PART_NO}");">${item.PART_NAME}</a></td> --%>
|
|
<td rowspan="2" title="${item.PART_NO}"><a href="#" class="btnDetailPart" data-PART_NO="${item.PART_NO}">${item.PART_NO}</a></td>
|
|
<td rowspan="2" title="${item.PART_NAME}"><a href="#" class="btnDetailPart" data-PART_NO="${item.PART_NO}">${item.PART_NAME}</a></td>
|
|
<td rowspan="2">
|
|
<c:choose>
|
|
<c:when test="${empty item.PROTO_RESULT_ATTACH_REAL_FILE_NAME}">
|
|
<div class="no_img_icon"></div>
|
|
</c:when>
|
|
<c:otherwise>
|
|
<script>
|
|
var srcLocation = encodeURI("/common/viewImage.do?realFileName=${item.PROTO_RESULT_ATTACH_REAL_FILE_NAME}&savedFileName=${item.PROTO_RESULT_ATTACH_SAVED_FILE_NAME}&attDir=${item.PROTO_RESULT_ATTACH_FILE_PATH}");
|
|
document.write("<img src='"+srcLocation+"' height='68px' width='auto' onclick='openImagePopUp(this.src)' style='cursor:pointer;'/>");
|
|
</script>
|
|
</c:otherwise>
|
|
</c:choose>
|
|
</td>
|
|
<td rowspan="2"><input type="number" name="quantity_${item.PLAN_REL_OBJID}" class="form_input" value="${item.QUANTITY}"></td><!-- 수량 -->
|
|
<td rowspan="2">${item.EO_NO}</td>
|
|
<td rowspan="2">${item.EO_ISSUE_DATE_TITLE}</td>
|
|
<td rowspan="2">${item.REV}</td>
|
|
<td rowspan="2"><input type="text" name="method_${item.PLAN_REL_OBJID}" class="form_input" value="${item.METHOD}"></td><!-- 공법 -->
|
|
<td rowspan="2">${item.MATERIAL_NAME}</td>
|
|
<td rowspan="2">${item.THICKNESS}</td>
|
|
<td style="background:#e2e5e7;">계획</td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planFromDate_jig_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_FROM_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planToDate_jig_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TO_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planFromDate_mold_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_MOLD_FROM_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planToDate_mold_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_MOLD_TO_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planFromDate_craft_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_CRAFT_FROM_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planToDate_craft_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_CRAFT_TO_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planFromDate_try_out_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_TRY_OUT_FROM_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planToDate_try_out_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_TRY_OUT_TO_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planFromDate_laser_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_LASER_FROM_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planToDate_laser_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_LASER_TO_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planFromDate_jig_test_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TEST_FROM_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planToDate_jig_test_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TEST_TO_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planFromDate_init_prod_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_INIT_PROD_FROM_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot1"><input type="text" name="planToDate_init_prod_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_INIT_PROD_TO_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planFromDate_jig_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_FROM_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planToDate_jig_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TO_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planFromDate_mold_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_MOLD_FROM_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planToDate_mold_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_MOLD_TO_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planFromDate_craft_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_CRAFT_FROM_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planToDate_craft_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_CRAFT_TO_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planFromDate_try_out_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_TRY_OUT_FROM_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planToDate_try_out_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_TRY_OUT_TO_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planFromDate_laser_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_LASER_FROM_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planToDate_laser_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_LASER_TO_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planFromDate_jig_test_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TEST_FROM_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planToDate_jig_test_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TEST_TO_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planFromDate_init_prod_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_INIT_PROD_FROM_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot2"><input type="text" name="planToDate_init_prod_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_INIT_PROD_TO_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planFromDate_jig_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_FROM_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planToDate_jig_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TO_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planFromDate_mold_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_MOLD_FROM_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planToDate_mold_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_MOLD_TO_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planFromDate_craft_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_CRAFT_FROM_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planToDate_craft_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_CRAFT_TO_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planFromDate_try_out_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_TRY_OUT_FROM_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planToDate_try_out_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_TRY_OUT_TO_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planFromDate_laser_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_LASER_FROM_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planToDate_laser_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_LASER_TO_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planFromDate_jig_test_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TEST_FROM_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planToDate_jig_test_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_JIG_TEST_TO_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planFromDate_init_prod_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_INIT_PROD_FROM_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng" name="devScheduleMng_lot3"><input type="text" name="planToDate_init_prod_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.PLAN_INIT_PROD_TO_DATE_LOT3}"></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="background:#e2e5e7;">실적</td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_JIG_LOT1}" name="devScheduleMng_lot1" colspan="2"><input type="text" name="actualDate_jig_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.JIG_ACTUAL_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_MOLD_LOT1}" name="devScheduleMng_lot1" colspan="2"><input type="text" name="actualDate_mold_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.MOLD_ACTUAL_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_CRAFT_LOT1}" name="devScheduleMng_lot1" colspan="2"><input type="text" name="actualDate_craft_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.CRAFT_ACTUAL_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_TRY_OUT_LOT1}" name="devScheduleMng_lot1" colspan="2"><input type="text" name="actualDate_try_out_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.TRY_OUT_ACTUAL_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_LASER_LOT1}" name="devScheduleMng_lot1" colspan="2"><input type="text" name="actualDate_laser_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.LASER_ACTUAL_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_JIG_TEST_LOT1}" name="devScheduleMng_lot1" colspan="2"><input type="text" name="actualDate_jig_test_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.JIG_TEST_ACTUAL_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_INIT_PROD_LOT1}" name="devScheduleMng_lot1" colspan="2"><input type="text" name="actualDate_init_prod_lot1_${item.PLAN_REL_OBJID}" class="form_input" value="${item.INIT_PROD_ACTUAL_DATE_LOT1}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_JIG_LOT2}" name="devScheduleMng_lot2" colspan="2"><input type="text" name="actualDate_jig_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.JIG_ACTUAL_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_MOLD_LOT2}" name="devScheduleMng_lot2" colspan="2"><input type="text" name="actualDate_mold_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.MOLD_ACTUAL_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_CRAFT_LOT2}" name="devScheduleMng_lot2" colspan="2"><input type="text" name="actualDate_craft_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.CRAFT_ACTUAL_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_TRY_OUT_LOT2}" name="devScheduleMng_lot2" colspan="2"><input type="text" name="actualDate_try_out_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.TRY_OUT_ACTUAL_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_LASER_LOT2}" name="devScheduleMng_lot2" colspan="2"><input type="text" name="actualDate_laser_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.LASER_ACTUAL_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_JIG_TEST_LOT2}" name="devScheduleMng_lot2" colspan="2"><input type="text" name="actualDate_jig_test_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.JIG_TEST_ACTUAL_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_INIT_PROD_LOT2}" name="devScheduleMng_lot2" colspan="2"><input type="text" name="actualDate_init_prod_lot2_${item.PLAN_REL_OBJID}" class="form_input" value="${item.INIT_PROD_ACTUAL_DATE_LOT2}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_JIG_LOT3}" name="devScheduleMng_lot3" colspan="2"><input type="text" name="actualDate_jig_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.JIG_ACTUAL_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_MOLD_LOT3}" name="devScheduleMng_lot3" colspan="2"><input type="text" name="actualDate_mold_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.MOLD_ACTUAL_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_CRAFT_LOT3}" name="devScheduleMng_lot3" colspan="2"><input type="text" name="actualDate_craft_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.CRAFT_ACTUAL_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_TRY_OUT_LOT3}" name="devScheduleMng_lot3" colspan="2"><input type="text" name="actualDate_try_out_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.TRY_OUT_ACTUAL_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_LASER_LOT3}" name="devScheduleMng_lot3" colspan="2"><input type="text" name="actualDate_laser_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.LASER_ACTUAL_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_JIG_TEST_LOT3}" name="devScheduleMng_lot3" colspan="2"><input type="text" name="actualDate_jig_test_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.JIG_TEST_ACTUAL_DATE_LOT3}"></td>
|
|
<td class="devScheduleMng ${item.BLINK_ACTUAL_INIT_PROD_LOT3}" name="devScheduleMng_lot3" colspan="2"><input type="text" name="actualDate_init_prod_lot3_${item.PLAN_REL_OBJID}" class="form_input" value="${item.INIT_PROD_ACTUAL_DATE_LOT3}"></td>
|
|
</tr>
|
|
</c:forEach>
|
|
</c:otherwise>
|
|
</c:choose>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="btn_wrap">
|
|
<div class="plm_btn_wrap_center">
|
|
<input type="button" value="저장" class="plm_btns" onclick="fn_saveProtoPlabPartInfo();">
|
|
<input type="button" id="btnCancel" value="취소" class="plm_btns" data-OBJID="${param.objId}">
|
|
<input type="button" value="닫기" id="btnClose" class="plm_btns">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html> |