공급업체 -> 메이커

This commit is contained in:
2025-11-24 15:07:34 +09:00
parent 28d121670d
commit b30e2843d9
3 changed files with 5 additions and 5 deletions

View File

@@ -248,7 +248,7 @@ $(document).ready(function(){
grid = $("#expenseDetailGrid").jqGrid({
url: ""
,datatype: "local"
,colNames: ["상태","모품번","품번","품명","수량","항목수량","재료","열처리경도","열처리방법","표면처리","공급업체","범주이름"]
,colNames: ["상태","모품번","품번","품명","수량","항목수량","재료","열처리경도","열처리방법","표면처리","메이커","범주이름"]
,colModel: [
{name:"NOTE",index:"NOTE", width: 200, align:"center", hidden: false, sortable:false, editable:true
,editoptions:{
@@ -320,7 +320,7 @@ $(document).ready(function(){
}
}
}
// 공급업체 - MAKER 컬럼으로 변경, 일반 텍스트 입력 (2025-10-29)
// 메이커 - MAKER 컬럼으로 변경, 일반 텍스트 입력 (2025-10-29)
,{name:"MAKER",index:"MAKER", width: 120, align:"center", hidden: false, sortable:false, editable:true
,editoptions:{
dataInit : function(e){

View File

@@ -278,7 +278,7 @@ function fn_initGrid() {
headerHozAlign: 'center',
hozAlign: 'left',
width: 120,
title: '공급업체',
title: '메이커',
field: 'MAKER',
headerSort: false
},

View File

@@ -151,7 +151,7 @@ function fn_initRightGrid(){
headerHozAlign: 'center',
hozAlign: 'left',
width: 120,
title: 'MAKER',
title: '메이커',
field: 'MAKER'
}
];
@@ -301,7 +301,7 @@ function clearSelection() {
<input type="text" name="search_spec" id="search_spec" value="">
</td>
<td class="label"><label for="search_maker">MAKER</label></td>
<td class="label"><label for="search_maker">메이커</label></td>
<td>
<input type="text" name="search_maker" id="search_maker" value="">
</td>