|
@@ -281,7 +281,7 @@ const gridColModel = {
|
281
|
281
|
{
|
282
|
282
|
index: 'EXPRY_DATE', name: 'expryDate',
|
283
|
283
|
label: ITP_MSG_LOCALE.label.expryDate, //유통일자
|
284
|
|
- width: '20', fixed: false, align: 'center',
|
|
284
|
+ width: '15', fixed: false, align: 'center',
|
285
|
285
|
sortable: false, hidden: false,
|
286
|
286
|
editable: true, sorttype: "date",
|
287
|
287
|
editoptions: { dataInit: function(e) { $(e).datepicker(ITP_DATE_LANGUAGE); } , 'readonly': 'readonly'}
|
|
@@ -296,7 +296,7 @@ const gridColModel = {
|
296
|
296
|
{
|
297
|
297
|
index: 'DLV_REQ_DT', name: 'dlvReqDt',
|
298
|
298
|
label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
|
299
|
|
- width: '13', fixed: false, align: 'center',
|
|
299
|
+ width: '15', fixed: false, align: 'center',
|
300
|
300
|
sortable: false, hidden: false
|
301
|
301
|
},
|
302
|
302
|
{
|
|
@@ -314,7 +314,7 @@ const gridColModel = {
|
314
|
314
|
{
|
315
|
315
|
index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
|
316
|
316
|
label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
|
317
|
|
- width: '12', fixed: false, align: 'left',
|
|
317
|
+ width: '14', fixed: false, align: 'left',
|
318
|
318
|
sortable: false, hidden: false, classes: 'ui-ellipsis'
|
319
|
319
|
}
|
320
|
320
|
]
|