|
@@ -59,6 +59,18 @@ const gridColModel = {
|
59
|
59
|
width: '8', fixed: false, align: 'center',
|
60
|
60
|
sortable: false, hidden: false
|
61
|
61
|
},
|
|
62
|
+ {
|
|
63
|
+ index: 'DLV_DVSN', name: 'dlvDvsn',
|
|
64
|
+ label: ITP_MSG_LOCALE.label.dlvDvsnNm, // 배송구분
|
|
65
|
+ width: '10', fixed: false, align: 'left',
|
|
66
|
+ sortable: false, hidden: true, classes: 'ui-ellipsis'
|
|
67
|
+ },
|
|
68
|
+ {
|
|
69
|
+ index: 'DLV_DVSN_NM', name: 'dlvDvsnNm',
|
|
70
|
+ label: ITP_MSG_LOCALE.label.dlvDvsnNm, // 배송구분명
|
|
71
|
+ width: '10', fixed: false, align: 'left',
|
|
72
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
|
73
|
+ },
|
62
|
74
|
{
|
63
|
75
|
index: 'WHS_NM', name: 'whsNm',
|
64
|
76
|
label: ITP_MSG_LOCALE.label.locationNm, // 입고처
|