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

@@ -146,10 +146,16 @@ $(document).ready(function(){
var columns = [
/* {headerHozAlign : 'center', hozAlign : 'center', width : '60', title : '순', field : 'NUM' }, */
{headerHozAlign : 'center', hozAlign : 'left ', width : '120', title : '프로젝트번호', field : 'PROJECT_NO' },
/* {headerHozAlign : 'center', hozAlign : 'left ', width : '120', title : '프로젝트번호', field : 'PROJECT_NO' },
{headerHozAlign : 'center', hozAlign : 'left', width : '140', title : '고객사', field : 'CUSTOMER_NAME' },
{headerHozAlign : 'center', hozAlign : 'left', width : '200', title : '고객사프로젝트명', field : 'CUSTOMER_PROJECT_NAME' },
{headerHozAlign : 'center', hozAlign : 'left', width : '270', title : '유닛명', field : 'UNIT_NAME' },
{headerHozAlign : 'center', hozAlign : 'left', width : '270', title : '유닛명', field : 'UNIT_NAME' },*/
{headerHozAlign : 'center', hozAlign : 'center', width : '120', title : '제품구분', field : 'PRODUCT_NAME' },
{headerHozAlign : 'center', hozAlign : 'center', width : '120', title : '품번', field : 'PART_NO' },
{headerHozAlign : 'center', hozAlign : 'center', width : '120', title : '품명', field : 'PART_NAME' },
{headerHozAlign : 'center', hozAlign : 'center', width : '80', title : 'E-BOM', field : 'BOM_CNT',
formatter: fnc_subInfoValueFormatter,
cellClick:function(e, cell){
@@ -158,12 +164,12 @@ var columns = [
fn_openSetStructure(objId);
}
},
{headerHozAlign : 'center', hozAlign : 'center', width : '120', title : '등록자', field : 'DEPT_USER_NAME' },
// {headerHozAlign : 'center', hozAlign : 'center', width : '120', title : '등록자', field : 'DEPT_USER_NAME' },
{headerHozAlign : 'center', hozAlign : 'center', width : '100', title : '등록일', field : 'REG_DATE' },
{headerHozAlign : 'center', hozAlign : 'center', width : '100', title : '배포일', field : 'DEPLOY_DATE' },
// {headerHozAlign : 'center', hozAlign : 'center', width : '100', title : '배포일', field : 'DEPLOY_DATE' },
{headerHozAlign : 'center', hozAlign : 'center', width : '85', title : 'Version', field : 'REVISION' },
{headerHozAlign : 'center', hozAlign : 'left', /* width : '200', */ title : '배포사유', field : 'NOTE' },
{headerHozAlign : 'center', hozAlign : 'center', width : '100', title : '상태', field : 'STATUS_TITLE' }
];
@@ -527,7 +533,7 @@ function saveexcelpop() {
<div class="content-box-s">
<div class="plm_menu_name_gdnsi">
<h2>
<span>제품관리_PART 및 구조등록</span>
<span>E-BOM List</span>
</h2>
<div class="btnArea">
<input type="button" value="배포" class="plm_btns" id="btnDeploy">
@@ -540,7 +546,7 @@ function saveexcelpop() {
<div id="plmSearchZon">
<table>
<tr>
<td><label for="customer_cd">고객사</label></td>
<!-- <td><label for="customer_cd">고객사</label></td>
<td>
<select name="customer_cd" id="customer_cd" style="width:170px" class="select2" autocomplete="off">
<option value="">선택</option>
@@ -570,17 +576,37 @@ function saveexcelpop() {
</td>
<td>
<select name="SEARCH_WRITER" id="SEARCH_WRITER" style="width:190px;" autocomplete="off" class="select2"></select>
</td>
</td> -->
<td><label for="product_cd">제품구분</label></td>
<td>
<select name="product_cd" id="product_cd" style="width:170px" class="select2" autocomplete="off">
<option value="">선택</option>
${code_map.product_cd}
</select>
</td>
<td class="label"><label for="">품번</label></td>
<td>
<input type="text" name="SEARCH_PART_NO" id="SEARCH_PART_NO">
</td>
<td class="label"><label for="">품멸</label></td>
<td>
<input type="text" name="SEARCH_PART_NAME" id="SEARCH_PART_NAME">
</td>
<td class="align_r">
<label>배포일</label>
<label>등록일</label>
</td>
<td>
<input type="text" name="SEARCH_DEPLOY_DATE_FROM" id="SEARCH_DEPLOY_DATE_FROM" style="width:90px;" autocomplete="off" value="${param.SEARCH_DEPLOY_DATE_FROM}">~
<input type="text" name="SEARCH_DEPLOY_DATE_TO" id="SEARCH_DEPLOY_DATE_TO" style="width:90px;" autocomplete="off" value="${param.SEARCH_DEPLOY_DATE_TO}">
</td>
</tr>
<tr>
<td><label for="status">상태</label></td>
<td>
<select id="status" name="status" class="select2" style="width:170px;">
@@ -589,8 +615,9 @@ function saveexcelpop() {
<option value="changeDesign" ${param.status eq 'changeDesign'?'selected':''}>설계변경미배포</option>
<option value="deploy"${param.status eq 'deploy'?'selected':''}>배포완료</option>
</select>
</td>
</td>
</tr>
</table>
</div>