|
@@ -47,7 +47,7 @@ const gridColModel = {
|
47
|
47
|
index: 'BRAND_NM', name: 'brandNm',
|
48
|
48
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
49
|
49
|
width: '10', fixed: false, align: 'left',
|
50
|
|
- minwidth: 100,
|
|
50
|
+ minwidth: 200,
|
51
|
51
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
52
|
52
|
},
|
53
|
53
|
{
|
|
@@ -71,27 +71,27 @@ const gridColModel = {
|
71
|
71
|
},
|
72
|
72
|
{
|
73
|
73
|
index: 'RTN_REQ_DTL_NO', name: 'rtnReqDtlNo',
|
74
|
|
- label: ITP_MSG_LOCALE.label.rtnReqDtlNo, //반품요청항번
|
|
74
|
+ label: '항번', //반품요청항번
|
75
|
75
|
width: '10', fixed: false, align: 'center',
|
76
|
76
|
sortable: false, hidden: true
|
77
|
77
|
},
|
78
|
78
|
{
|
79
|
79
|
index: 'ITEM_ID', name: 'itemId',
|
80
|
|
- label: ITP_MSG_LOCALE.label.itemId, //품목아이디
|
|
80
|
+ label: ITP_MSG_LOCALE.label.itemId, //품목아이디
|
81
|
81
|
width: '10', fixed: false, align: 'center',
|
82
|
82
|
minwidth: 140,
|
83
|
83
|
sortable: false, hidden: false
|
84
|
84
|
},
|
85
|
85
|
{
|
86
|
86
|
index: 'ITEM_NM', name: 'itemNm',
|
87
|
|
- label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
|
87
|
+ label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
88
|
88
|
width: '10', fixed: false, align: 'left',
|
89
|
|
- minwidth: 100,
|
|
89
|
+ minwidth: 200,
|
90
|
90
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
91
|
91
|
},
|
92
|
92
|
{
|
93
|
93
|
index: 'RTN_WHS_ID', name: 'rtnWhsId',
|
94
|
|
- label: ITP_MSG_LOCALE.label.rtnWhsId, //수거창고아이디
|
|
94
|
+ label: ITP_MSG_LOCALE.label.rtnWhsId, //수거창고아이디
|
95
|
95
|
width: '13', fixed: false, align: 'center',
|
96
|
96
|
sortable: false, hidden: true
|
97
|
97
|
},
|
|
@@ -103,8 +103,9 @@ const gridColModel = {
|
103
|
103
|
},
|
104
|
104
|
{
|
105
|
105
|
index: 'RTN_WHS_NM', name: 'rtnWhsNm',
|
106
|
|
- label: ITP_MSG_LOCALE.label.rtnWhsNm, //수거창고명
|
|
106
|
+ label: ITP_MSG_LOCALE.label.rtnWhsNm, //수거창고명
|
107
|
107
|
width: '15', fixed: false, align: 'left',
|
|
108
|
+ minwidth: 200,
|
108
|
109
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
109
|
110
|
},
|
110
|
111
|
{
|
|
@@ -170,6 +171,7 @@ const gridColModel = {
|
170
|
171
|
index: 'WHS_NM', name: 'whsNm',
|
171
|
172
|
label: ITP_MSG_LOCALE.label.locationNm, //입고창고명
|
172
|
173
|
width: '15', fixed: false, align: 'left',
|
|
174
|
+ minwidth: 200,
|
173
|
175
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
174
|
176
|
}
|
175
|
177
|
],
|
|
@@ -184,19 +186,20 @@ const gridColModel = {
|
184
|
186
|
index: 'BRAND_NM', name: 'brandNm',
|
185
|
187
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
186
|
188
|
width: '10', fixed: false, align: 'center',
|
187
|
|
- minwidth: 100,
|
|
189
|
+ minwidth: 200,
|
188
|
190
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
189
|
191
|
},
|
190
|
192
|
{
|
191
|
193
|
index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
|
192
|
194
|
label: ITP_MSG_LOCALE.label.rtnPodrUnqNo, //반품발주번호
|
193
|
195
|
width: '10', fixed: false, align: 'center',
|
|
196
|
+ minwidth: 180,
|
194
|
197
|
sortable: false, hidden: false
|
195
|
198
|
},
|
196
|
199
|
{
|
197
|
200
|
index: 'RTN_PODR_DTL_NO', name: 'rtnPodrDtlNo',
|
198
|
|
- label: ITP_MSG_LOCALE.label.rtnPodrDtlNo, //반품발주항번
|
199
|
|
- width: '10', fixed: false, align: 'center',
|
|
201
|
+ label: '항번', //반품발주항번
|
|
202
|
+ width: '7', fixed: false, align: 'center',
|
200
|
203
|
sortable: false, hidden: false
|
201
|
204
|
},
|
202
|
205
|
{
|
|
@@ -207,20 +210,22 @@ const gridColModel = {
|
207
|
210
|
},
|
208
|
211
|
{
|
209
|
212
|
index: 'RTN_REQ_DTL_NO', name: 'rtnReqDtlNo',
|
210
|
|
- label: ITP_MSG_LOCALE.label.rtnReqDtlNo, //반품요청항번
|
|
213
|
+ label: '항번', //반품요청항번
|
211
|
214
|
width: '10', fixed: false, align: 'center',
|
212
|
215
|
sortable: false, hidden: true
|
213
|
216
|
},
|
214
|
217
|
{
|
215
|
218
|
index: 'ITEM_ID', name: 'itemId',
|
216
|
|
- label: ITP_MSG_LOCALE.label.itemId, //품목아이디
|
|
219
|
+ label: ITP_MSG_LOCALE.label.itemId, //품목아이디
|
217
|
220
|
width: '10', fixed: false, align: 'center',
|
|
221
|
+ minwidth: 180,
|
218
|
222
|
sortable: false, hidden: false
|
219
|
223
|
},
|
220
|
224
|
{
|
221
|
225
|
index: 'ITEM_NM', name: 'itemNm',
|
222
|
226
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
223
|
227
|
width: '10', fixed: false, align: 'left',
|
|
228
|
+ minwidth: 200,
|
224
|
229
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
225
|
230
|
},
|
226
|
231
|
{
|
|
@@ -238,13 +243,15 @@ const gridColModel = {
|
238
|
243
|
{
|
239
|
244
|
index: 'RTN_WHS_NM', name: 'rtnWhsNm',
|
240
|
245
|
label: ITP_MSG_LOCALE.label.rtnWhsNm, //수거창고명
|
241
|
|
- width: '15', fixed: false, align: 'center',
|
|
246
|
+ width: '15', fixed: false, align: 'left',
|
|
247
|
+ minwidth: 200,
|
242
|
248
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
243
|
249
|
},
|
244
|
250
|
{
|
245
|
251
|
index: 'UNIT_AMT', name: 'unitAmt',
|
246
|
252
|
label: ITP_MSG_LOCALE.label.unitAmt, //단가
|
247
|
|
- width: '6', fixed: false, align: 'right',
|
|
253
|
+ width: '10', fixed: false, align: 'right',
|
|
254
|
+ minwidth: 110,
|
248
|
255
|
sortable: false, hidden: false,
|
249
|
256
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
250
|
257
|
},
|
|
@@ -252,6 +259,7 @@ const gridColModel = {
|
252
|
259
|
index: 'RTN_REQ_QTY', name: 'rtnReqQty',
|
253
|
260
|
label: ITP_MSG_LOCALE.label.rtnReqQty, //반품요청수량
|
254
|
261
|
width: '10', fixed: false, align: 'right',
|
|
262
|
+ minwidth: 110,
|
255
|
263
|
sortable: false, hidden: false,
|
256
|
264
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
257
|
265
|
},
|
|
@@ -259,6 +267,7 @@ const gridColModel = {
|
259
|
267
|
index: 'RTN_ODR_QTY', name: 'rtnOdrQty',
|
260
|
268
|
label: ITP_MSG_LOCALE.label.rtnOdrQty, //반품발주수량
|
261
|
269
|
width: '10', fixed: false, align: 'right',
|
|
270
|
+ minwidth: 110,
|
262
|
271
|
sortable: false, hidden: false,
|
263
|
272
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
264
|
273
|
},
|
|
@@ -267,6 +276,7 @@ const gridColModel = {
|
267
|
276
|
label: ITP_MSG_LOCALE.label.colQty, //수거수량
|
268
|
277
|
width: '10', fixed: false, align: 'right',
|
269
|
278
|
sortable: true, editable: true, edittype: 'text',
|
|
279
|
+ minwidth: 110,
|
270
|
280
|
editrules: { required: true, number: true },
|
271
|
281
|
editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"},
|
272
|
282
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
|
@@ -275,6 +285,7 @@ const gridColModel = {
|
275
|
285
|
index: 'RTN_AMT', name: 'rtnAmt',
|
276
|
286
|
label: ITP_MSG_LOCALE.label.rtnAmt, //수거발주금액
|
277
|
287
|
width: '10', fixed: false, align: 'right',
|
|
288
|
+ minwidth: 110,
|
278
|
289
|
sortable: false, hidden: false,
|
279
|
290
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
280
|
291
|
},
|
|
@@ -292,7 +303,7 @@ const gridColModel = {
|
292
|
303
|
},
|
293
|
304
|
{
|
294
|
305
|
index: 'WHS_ID', name: 'whsId',
|
295
|
|
- label: ITP_MSG_LOCALE.label.whsId, //입고창고아이디
|
|
306
|
+ label: ITP_MSG_LOCALE.label.whsId, //입고창고아이디
|
296
|
307
|
width: '13', fixed: false, align: 'left',
|
297
|
308
|
sortable: false, hidden: true
|
298
|
309
|
},
|
|
@@ -304,8 +315,9 @@ const gridColModel = {
|
304
|
315
|
},
|
305
|
316
|
{
|
306
|
317
|
index: 'WHS_NM', name: 'whsNm',
|
307
|
|
- label: ITP_MSG_LOCALE.label.whsNm, //입고창고명
|
|
318
|
+ label: ITP_MSG_LOCALE.label.whsNm, //입고창고명
|
308
|
319
|
width: '15', fixed: false, align: 'left',
|
|
320
|
+ minwidth: 200,
|
309
|
321
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
310
|
322
|
}
|
311
|
323
|
]
|
|
@@ -484,7 +496,8 @@ let pageObj = {
|
484
|
496
|
$('#ITP_TAB_INOUTMNG03010 .input-group.date').datepicker(ITP_DATE_LANGUAGE);
|
485
|
497
|
$('#ITP_FORM_INOUTMNG03010_DETAIL_COL_SCH_DT').datepicker('setDate', new Date(param.colSchDt));
|
486
|
498
|
$('#ITP_FORM_INOUTMNG03010_DETAIL .fnBrandNm').text(param.brandNm);
|
487
|
|
-
|
|
499
|
+ itp_fn_jqgrid_resize(INOUTMNG03010_DETAIL_GRID_ID, INOUTMNG03010_DETAIL_GRID_LIST, 'lg');
|
|
500
|
+
|
488
|
501
|
this.gridRows = param.recordData;
|
489
|
502
|
this.unload();
|
490
|
503
|
this.load(param.recordData);
|