|
@@ -144,7 +144,7 @@ const gridColModel = {
|
144
|
144
|
},
|
145
|
145
|
{
|
146
|
146
|
index: 'WHS_COL_QTY', name: 'whsColQty',
|
147
|
|
- label: "입고/수거수량",
|
|
147
|
+ label: "입고수량",
|
148
|
148
|
width: '13', fixed: false, align: 'right',
|
149
|
149
|
minwidth: 120,
|
150
|
150
|
sortable: false, editable: false, edittype: 'text',
|
|
@@ -152,14 +152,14 @@ const gridColModel = {
|
152
|
152
|
},
|
153
|
153
|
{
|
154
|
154
|
index: 'WHS_COL_DT', name: 'whsColDt',
|
155
|
|
- label: "입고/수거일자",
|
|
155
|
+ label: "입고일자",
|
156
|
156
|
width: '10', fixed: false, align: 'center',
|
157
|
157
|
minwidth: 100,
|
158
|
158
|
sortable: false, editable: false, edittype: 'text'
|
159
|
159
|
},
|
160
|
160
|
{
|
161
|
161
|
index: 'WHS_COL_AMT', name: 'whsColAmt',
|
162
|
|
- label: "입고/수거금액",
|
|
162
|
+ label: "입고금액",
|
163
|
163
|
width: '13', fixed: false, align: 'right',
|
164
|
164
|
minwidth: 120,
|
165
|
165
|
sortable: false, editable: false, edittype: 'text',
|
|
@@ -221,12 +221,14 @@ const gridColModel = {
|
221
|
221
|
index: 'ITEM_ID', name: 'itemId',
|
222
|
222
|
label: "품목코드",
|
223
|
223
|
width: '10', fixed: false, align: 'center',
|
|
224
|
+ minwidth: 180,
|
224
|
225
|
sortable: false, editable: false, edittype: 'text'
|
225
|
226
|
},
|
226
|
227
|
{
|
227
|
228
|
index: 'ITEM_NM', name: 'itemNm',
|
228
|
229
|
label: "품목명",
|
229
|
230
|
width: '12', fixed: false, align: 'left',
|
|
231
|
+ minwidth: 180,
|
230
|
232
|
sortable: false, edittype: 'text', classes: 'ui-ellipsis'
|
231
|
233
|
},
|
232
|
234
|
{
|
|
@@ -258,20 +260,20 @@ const gridColModel = {
|
258
|
260
|
},
|
259
|
261
|
{
|
260
|
262
|
index: 'WHS_COL_QTY', name: 'whsColQty',
|
261
|
|
- label: "입고/수거수량",
|
|
263
|
+ label: "입고수량",
|
262
|
264
|
width: '13', fixed: false, align: 'right',
|
263
|
265
|
sortable: false, editable: false, edittype: 'text',
|
264
|
266
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
265
|
267
|
},
|
266
|
268
|
{
|
267
|
269
|
index: 'WHS_COL_DT', name: 'whsColDt',
|
268
|
|
- label: "입고/수거일자",
|
|
270
|
+ label: "입고일자",
|
269
|
271
|
width: '13', fixed: false, align: 'center',
|
270
|
272
|
sortable: false, editable: false, edittype: 'text'
|
271
|
273
|
},
|
272
|
274
|
{
|
273
|
275
|
index: 'WHS_COL_AMT', name: 'whsColAmt',
|
274
|
|
- label: "입고/수거금액",
|
|
276
|
+ label: "입고금액",
|
275
|
277
|
width: '13', fixed: false, align: 'right',
|
276
|
278
|
sortable: false, editable: false, edittype: 'text',
|
277
|
279
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
|
@@ -279,19 +281,20 @@ const gridColModel = {
|
279
|
281
|
{
|
280
|
282
|
index: 'STTL_DVSN_NM', name: 'sttlDvsnNm',
|
281
|
283
|
label: "정산구분",
|
282
|
|
- width: '6', fixed: false, align: 'center',
|
|
284
|
+ width: '7', fixed: false, align: 'center',
|
283
|
285
|
sortable: false, editable: false, edittype: 'text'
|
284
|
286
|
},
|
285
|
287
|
{
|
286
|
288
|
index: 'PODR_UNQ_NO', name: 'podrUnqNo',
|
287
|
289
|
label: "발주번호",
|
288
|
290
|
width: '10', fixed: false, align: 'center',
|
|
291
|
+ minwidth: 180,
|
289
|
292
|
sortable: false, editable: false, edittype: 'text'
|
290
|
293
|
},
|
291
|
294
|
{
|
292
|
295
|
index: 'PODR_DTL_NO', name: 'podrDtlNo',
|
293
|
296
|
label: "발주항번",
|
294
|
|
- width: '6', fixed: false, align: 'center',
|
|
297
|
+ width: '7', fixed: false, align: 'center',
|
295
|
298
|
sortable: false, editable: false, edittype: 'text'
|
296
|
299
|
}
|
297
|
300
|
]
|
|
@@ -672,6 +675,7 @@ let modifyObj = {
|
672
|
675
|
init: function() {
|
673
|
676
|
this.unload();
|
674
|
677
|
this.load();
|
|
678
|
+ itp_fn_jqgrid_resize(SETTMNG01010_DETAIL_GRID_ID, SETTMNG01010_DETAIL_GRID_LIST, 'lg');
|
675
|
679
|
},
|
676
|
680
|
load : function() {
|
677
|
681
|
let param = $('#ITP_FORM_SETTMNG01010_DETAIL').serializeObject();
|