|
@@ -48,7 +48,7 @@ const gridColModel = {
|
48
|
48
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
49
|
49
|
width: '10', fixed: false, align: 'left',
|
50
|
50
|
minwidth: 100,
|
51
|
|
- sortable: false, hidden: false
|
|
51
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
52
|
52
|
},
|
53
|
53
|
{
|
54
|
54
|
index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
|
|
@@ -60,7 +60,7 @@ const gridColModel = {
|
60
|
60
|
{
|
61
|
61
|
index: 'RTN_PODR_DTL_NO', name: 'rtnPodrDtlNo',
|
62
|
62
|
label: ITP_MSG_LOCALE.label.rtnPodrDtlNo, //반품발주항번
|
63
|
|
- width: '10', fixed: false, align: 'right',
|
|
63
|
+ width: '10', fixed: false, align: 'center',
|
64
|
64
|
sortable: false, hidden: false
|
65
|
65
|
},
|
66
|
66
|
{
|
|
@@ -87,7 +87,7 @@ const gridColModel = {
|
87
|
87
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
88
|
88
|
width: '10', fixed: false, align: 'left',
|
89
|
89
|
minwidth: 100,
|
90
|
|
- sortable: false, hidden: false
|
|
90
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
91
|
91
|
},
|
92
|
92
|
{
|
93
|
93
|
index: 'RTN_WHS_ID', name: 'rtnWhsId',
|
|
@@ -105,7 +105,7 @@ const gridColModel = {
|
105
|
105
|
index: 'RTN_WHS_NM', name: 'rtnWhsNm',
|
106
|
106
|
label: ITP_MSG_LOCALE.label.rtnWhsNm, //수거창고명
|
107
|
107
|
width: '15', fixed: false, align: 'left',
|
108
|
|
- sortable: false, hidden: false
|
|
108
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
109
|
109
|
},
|
110
|
110
|
{
|
111
|
111
|
index: 'UNIT_AMT', name: 'unitAmt',
|
|
@@ -171,7 +171,7 @@ const gridColModel = {
|
171
|
171
|
index: 'WHS_NM', name: 'whsNm',
|
172
|
172
|
label: ITP_MSG_LOCALE.label.locationNm, //입고창고명
|
173
|
173
|
width: '15', fixed: false, align: 'left',
|
174
|
|
- sortable: false, hidden: false
|
|
174
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
175
|
175
|
}
|
176
|
176
|
],
|
177
|
177
|
detail: [
|
|
@@ -186,7 +186,7 @@ const gridColModel = {
|
186
|
186
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
187
|
187
|
width: '10', fixed: false, align: 'center',
|
188
|
188
|
minwidth: 100,
|
189
|
|
- sortable: false, hidden: false
|
|
189
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
190
|
190
|
},
|
191
|
191
|
{
|
192
|
192
|
index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
|
|
@@ -222,7 +222,7 @@ const gridColModel = {
|
222
|
222
|
index: 'ITEM_NM', name: 'itemNm',
|
223
|
223
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
224
|
224
|
width: '10', fixed: false, align: 'left',
|
225
|
|
- sortable: false, hidden: false
|
|
225
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
226
|
226
|
},
|
227
|
227
|
{
|
228
|
228
|
index: 'RTN_WHS_ID', name: 'rtnWhsId',
|
|
@@ -240,7 +240,7 @@ const gridColModel = {
|
240
|
240
|
index: 'RTN_WHS_NM', name: 'rtnWhsNm',
|
241
|
241
|
label: ITP_MSG_LOCALE.label.rtnWhsNm, //수거창고명
|
242
|
242
|
width: '15', fixed: false, align: 'center',
|
243
|
|
- sortable: false, hidden: false
|
|
243
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
244
|
244
|
},
|
245
|
245
|
{
|
246
|
246
|
index: 'UNIT_AMT', name: 'unitAmt',
|
|
@@ -307,7 +307,7 @@ const gridColModel = {
|
307
|
307
|
index: 'WHS_NM', name: 'whsNm',
|
308
|
308
|
label: ITP_MSG_LOCALE.label.whsNm, //입고창고명
|
309
|
309
|
width: '15', fixed: false, align: 'left',
|
310
|
|
- sortable: false, hidden: false
|
|
310
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
311
|
311
|
}
|
312
|
312
|
]
|
313
|
313
|
};
|