|
@@ -48,8 +48,7 @@ const gridColModel = {
|
48
|
48
|
index: 'BRAND_NM', name: 'brandNm',
|
49
|
49
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
50
|
50
|
width: '10', fixed: false, align: 'left',
|
51
|
|
- minwidth: 100,
|
52
|
|
- sortable: false, hidden: false
|
|
51
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
53
|
52
|
},
|
54
|
53
|
{
|
55
|
54
|
index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
|
|
@@ -61,7 +60,7 @@ const gridColModel = {
|
61
|
60
|
{
|
62
|
61
|
index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
|
63
|
62
|
label: ITP_MSG_LOCALE.label.pchPodrDtlNo, //구매발주항번
|
64
|
|
- width: '10', fixed: false, align: 'right',
|
|
63
|
+ width: '10', fixed: false, align: 'center',
|
65
|
64
|
sortable: false, hidden: false
|
66
|
65
|
},
|
67
|
66
|
{
|
|
@@ -76,7 +75,7 @@ const gridColModel = {
|
76
|
75
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
77
|
76
|
width: '10', fixed: false, align: 'left',
|
78
|
77
|
minwidth: 100,
|
79
|
|
- sortable: false, hidden: false
|
|
78
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
80
|
79
|
},
|
81
|
80
|
{
|
82
|
81
|
index: 'WHS_ID', name: 'whsId',
|
|
@@ -89,7 +88,7 @@ const gridColModel = {
|
89
|
88
|
label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
|
90
|
89
|
width: '15', fixed: false, align: 'left',
|
91
|
90
|
minwidth: 220,
|
92
|
|
- sortable: false, hidden: false
|
|
91
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
93
|
92
|
},
|
94
|
93
|
{
|
95
|
94
|
index: 'LOCATION', name: 'location',
|
|
@@ -178,7 +177,7 @@ const gridColModel = {
|
178
|
177
|
label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
|
179
|
178
|
width: '10', fixed: false, align: 'left',
|
180
|
179
|
minwidth: 220,
|
181
|
|
- sortable: false, hidden: false
|
|
180
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
182
|
181
|
}
|
183
|
182
|
],
|
184
|
183
|
detail: [
|
|
@@ -192,7 +191,7 @@ const gridColModel = {
|
192
|
191
|
index: 'BRAND_NM', name: 'brandNm',
|
193
|
192
|
label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
|
194
|
193
|
width: '10', fixed: false, align: 'center',
|
195
|
|
- sortable: false, hidden: false
|
|
194
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
196
|
195
|
},
|
197
|
196
|
{
|
198
|
197
|
index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
|
|
@@ -216,7 +215,7 @@ const gridColModel = {
|
216
|
215
|
index: 'ITEM_NM', name: 'itemNm',
|
217
|
216
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
218
|
217
|
width: '10', fixed: false, align: 'left',
|
219
|
|
- sortable: false, hidden: false
|
|
218
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
220
|
219
|
},
|
221
|
220
|
{
|
222
|
221
|
index: 'WHS_ID', name: 'whsId',
|
|
@@ -228,7 +227,7 @@ const gridColModel = {
|
228
|
227
|
index: 'WHS_NM', name: 'whsNm',
|
229
|
228
|
label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
|
230
|
229
|
width: '15', fixed: false, align: 'left',
|
231
|
|
- sortable: false, hidden: false
|
|
230
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
232
|
231
|
},
|
233
|
232
|
{
|
234
|
233
|
index: 'LOCATION', name: 'location',
|
|
@@ -315,7 +314,7 @@ const gridColModel = {
|
315
|
314
|
index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
|
316
|
315
|
label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
|
317
|
316
|
width: '10', fixed: false, align: 'center',
|
318
|
|
- sortable: false, hidden: false
|
|
317
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
319
|
318
|
}
|
320
|
319
|
]
|
321
|
320
|
};
|