bom list 수정 반영

This commit is contained in:
2025-10-13 19:44:37 +09:00
parent a47b1f1ff6
commit a95069a5cd
4 changed files with 68 additions and 30 deletions

View File

@@ -798,13 +798,7 @@ function fn_save(){
<input type="hidden" name="CUSTOMER_OBJID" id="CUSTOMER_OBJID" value="${CUSTOMER_OBJID}">
<input type="hidden" name="CONTRACT_OBJID" id="CONTRACT_OBJID" value="${CONTRACT_OBJID}">
<input type="hidden" name="BOM_REPORT_OBJID" id="BOM_REPORT_OBJID" value="${param.BOM_REPORT_OBJID}">
<%--
<input type="hidden" name="PROJECT_NO" id="PROJECT_NO" value="${info.PROJECT_NO}">
--%>
<input type="hidden" name="UNIT_CODE" id="UNIT_CODE" value="${UNIT_CODE}">
<%-- <input type="hidden" name="product_mgmt_spec" id="product_mgmt_spec" value="${product_mgmt_spec}">
<input type="hidden" name="upg_no" id="upg_no" value="${upg_no}"> --%>
<section>
<div class="plm_menu_name">
<h2><span>PART 및 구조등록 Excel upload</span></h2>
@@ -832,7 +826,18 @@ function fn_save(){
<col width="200px">
</colgroup>
<tr>
<td style="font-size:12px;"><label for="street_number">고객사</label></td>
<td style="font-size:12px;width: 70px;"><label for="street_number">제품구분</label></td>
<td>
<select name="product_cd" id="product_cd" disabled="disabled" style="width: 100px;">
${code_map.product_cd}
</select>
</td>
<!-- <td style="font-size:12px;"><label for="street_number">고객사</label></td>
<td>
<select name="customer_cd" id="customer_cd" disabled="disabled">
${code_map.customer_cd}
@@ -860,7 +865,7 @@ function fn_save(){
<select name="unit" id="unit" disabled="disabled">
${code_map.unit_code}
</select>
</td>
</td> -->
<!-- <td class="btn_td">
<div class="btn_wrap">
<div class="plm_btn_wrap" style="padding:0 8 0 8; text-align: right;">
@@ -873,7 +878,7 @@ function fn_save(){
</table>
</div>
<div id="expenseApplyPopupFormWrap1" style="margin-top:30px;position: ">
<!-- <div id="expenseApplyPopupFormWrap1" style="margin-top:30px;position: ">
<table class="pmsPopupForm">
<colgroup>
@@ -931,10 +936,10 @@ function fn_save(){
<td><select name="APPLICATION_PROJECT_NO10" id="APPLICATION_PROJECT_NO10" type="select" class="select2 APPLICATION_PROJECT_NO" autocomplete="off"></select></td>
</tr>
</table>
</div>
</div> -->
<div style="clear:both"></div>
<div style="width:50%; display: inline-block; float:left;">
<div style="width:100%; display: inline-block; float:left;">
<div style=" margin: 0 8px;">
<div id="partExcelPopupFormWrap">
<div class="form_popup_title" style="position:relative;">&nbsp;&nbsp;&nbsp;Excel upload<img src="/images/btnExcel.png" style="position:absolute; top:9px; right:135px;"/><span style="position:absolute; top:0px; right:10px; cursor:pointer;" id="templateDownload">Template Download</span></div>
@@ -975,7 +980,7 @@ function fn_save(){
</div>
</section>
</div>
<div style="width:50%; display: inline-block;">
<div style="width:50%; display: none;">
<div class="in_table_scroll_wrap _table2" style="height:680px;width:99.4%;">
<table class="plm_table" id="headtr">
<colgroup>
@@ -1068,8 +1073,8 @@ function fn_save(){
</tr>
</c:forEach>
</table>
</div>
</div>
</div>
</div>
</div>
<textarea style="width:0px; height:0px; visibility: hidden;" id="unit_cd">${code_map.unit_cd}</textarea><!-- 코드동적설정 -->
<textarea style="width:0px; height:0px; visibility: hidden;" id="part_type">${code_map.part_type}</textarea><!-- 코드동적설정 -->