|
@@ -197,6 +197,7 @@ const gridColModel = {
|
197
|
197
|
index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
|
198
|
198
|
label: ITP_MSG_LOCALE.label.pchPodrUnqNo, //구매발주번호
|
199
|
199
|
width: '10', fixed: false, align: 'center',
|
|
200
|
+ minwidth: 140,
|
200
|
201
|
sortable: false, hidden: false
|
201
|
202
|
},
|
202
|
203
|
{
|
|
@@ -209,12 +210,14 @@ const gridColModel = {
|
209
|
210
|
index: 'ITEM_ID', name: 'itemId',
|
210
|
211
|
label: ITP_MSG_LOCALE.label.itemId, //품목아이디
|
211
|
212
|
width: '10', fixed: false, align: 'center',
|
|
213
|
+ minwidth: 140,
|
212
|
214
|
sortable: false, hidden: false
|
213
|
215
|
},
|
214
|
216
|
{
|
215
|
217
|
index: 'ITEM_NM', name: 'itemNm',
|
216
|
218
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
217
|
219
|
width: '10', fixed: false, align: 'left',
|
|
220
|
+ minwidth: 100,
|
218
|
221
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
219
|
222
|
},
|
220
|
223
|
{
|
|
@@ -227,6 +230,7 @@ const gridColModel = {
|
227
|
230
|
index: 'WHS_NM', name: 'whsNm',
|
228
|
231
|
label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
|
229
|
232
|
width: '15', fixed: false, align: 'left',
|
|
233
|
+ minwidth: 220,
|
230
|
234
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
231
|
235
|
},
|
232
|
236
|
{
|
|
@@ -239,6 +243,7 @@ const gridColModel = {
|
239
|
243
|
index: 'UNIT_AMT', name: 'unitAmt',
|
240
|
244
|
label: ITP_MSG_LOCALE.label.unitAmt, //단가
|
241
|
245
|
width: '6', fixed: false, align: 'right',
|
|
246
|
+ minwidth: 80,
|
242
|
247
|
sortable: false, hidden: false,
|
243
|
248
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
244
|
249
|
},
|