컬럼명 수정 (출하대기 -> 포장)

This commit is contained in:
2026-02-10 14:57:13 +09:00
parent 47d71b3699
commit 1ed0a6f5c3
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ var columns = [
headerHozAlign: 'center',
hozAlign: 'right',
width: 90,
title: '출하대기',
title: '포장',
field: 'SHIP_WAIT_QTY',
cssClass: 'col-light-green',
formatter: fnc_createGridAnchorTag,

View File

@@ -390,7 +390,7 @@ window.addEventListener('unload', function() {
<th style="width:150px;">날짜</th>
<th style="width:120px;">완조립</th>
<th style="width:120px;">검사</th>
<th style="width:120px;">출하대기</th>
<th style="width:120px;">포장</th>
<th style="width:60px;">삭제</th>
</tr>
</thead>