|
@@ -85,19 +85,19 @@ const gridColModel = {
|
85
|
85
|
index: 'BRAND_NM', name: 'brandNm',
|
86
|
86
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
87
|
87
|
width: '10', fixed: false, align: 'left',
|
88
|
|
- sortable: false, hidden: false
|
|
88
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
89
|
89
|
},
|
90
|
90
|
{
|
91
|
91
|
index: 'RTN_WHS_NM', name: 'rtnWhsNm',
|
92
|
92
|
label: '반품장소',
|
93
|
93
|
width: '10', fixed: false, align: 'left',
|
94
|
|
- sortable: false, hidden: false
|
|
94
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
95
|
95
|
},
|
96
|
96
|
{
|
97
|
97
|
index: 'SPPLY_NM', name: 'spplyNm',
|
98
|
98
|
label: '공급사명',
|
99
|
99
|
width: '10', fixed: false, align: 'left',
|
100
|
|
- sortable: false, hidden: false
|
|
100
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
101
|
101
|
},
|
102
|
102
|
{
|
103
|
103
|
index: 'ITEM_ID', name: 'itemId',
|
|
@@ -110,7 +110,7 @@ const gridColModel = {
|
110
|
110
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
111
|
111
|
minwidth: 100,
|
112
|
112
|
width: '7', fixed: false, align: 'left',
|
113
|
|
- sortable: false, hidden: false
|
|
113
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
114
|
114
|
},
|
115
|
115
|
{
|
116
|
116
|
index: 'RTN_QTY', name: 'rtnQty',
|
|
@@ -130,7 +130,8 @@ const gridColModel = {
|
130
|
130
|
label: '반품금액',
|
131
|
131
|
width: '10', fixed: false, align: 'right',
|
132
|
132
|
sortable: false, hidden: true,
|
133
|
|
- formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
|
133
|
+ formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' },
|
|
134
|
+ classes: 'ui-ellipsis'
|
134
|
135
|
},
|
135
|
136
|
{
|
136
|
137
|
index: 'RTN_REQ_DT', name: 'rtnReqDt',
|
|
@@ -216,7 +217,7 @@ const gridColModel = {
|
216
|
217
|
width: '8', fixed: false, align: 'right',
|
217
|
218
|
sortable: false, editable: true, edittype: 'text',
|
218
|
219
|
editrules: {required: true}, hidden: false,
|
219
|
|
- editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"},
|
|
220
|
+ editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10},
|
220
|
221
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
221
|
222
|
},
|
222
|
223
|
{
|
|
@@ -237,7 +238,7 @@ const gridColModel = {
|
237
|
238
|
{
|
238
|
239
|
index: 'RTN_DVSN', name: 'rtnDvsn',
|
239
|
240
|
label: '반품구분',
|
240
|
|
- width: '6', fixed: false, align: 'left',
|
|
241
|
+ width: '6', fixed: false, align: 'center',
|
241
|
242
|
sortable: false, editable: false, edittype: 'text',
|
242
|
243
|
hidden: true
|
243
|
244
|
},
|
|
@@ -341,7 +342,7 @@ const gridColModel = {
|
341
|
342
|
width: '10', fixed: false, align: 'right',
|
342
|
343
|
sortable: false, editable: true, edittype: 'text',
|
343
|
344
|
editrules: {required: true}, hidden: false,
|
344
|
|
- editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"},
|
|
345
|
+ editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10},
|
345
|
346
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
346
|
347
|
},
|
347
|
348
|
{
|
|
@@ -350,7 +351,7 @@ const gridColModel = {
|
350
|
351
|
width: '10', fixed: false, align: 'right',
|
351
|
352
|
sortable: false, editable: false, edittype: 'text',
|
352
|
353
|
hidden: false,
|
353
|
|
- formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
|
354
|
+ formatter:'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
354
|
355
|
},
|
355
|
356
|
{
|
356
|
357
|
index: 'RTN_DVSN', name: 'rtnDvsn',
|
|
@@ -372,7 +373,8 @@ const gridColModel = {
|
372
|
373
|
index: 'RTN_RSN', name: 'rtnRsn',
|
373
|
374
|
label: '반품사유', classes: 'input_color',
|
374
|
375
|
width: '15', fixed: false, align: 'left',
|
375
|
|
- sortable: false, editable: true, edittype: 'text'
|
|
376
|
+ sortable: false, editable: true, edittype: 'text',
|
|
377
|
+ editoptions: {maxlength: 200}
|
376
|
378
|
},
|
377
|
379
|
{
|
378
|
380
|
index: 'BRAND_UNIT_UNQ_NO', name: 'brandUnitUnqNo',
|