|
@@ -36,7 +36,7 @@ const gridColModel = {
|
36
|
36
|
index: 'BRAND_NM', name: 'brandNm',
|
37
|
37
|
label: ITP_MSG_LOCALE.label.brandNm, // 브랜드명
|
38
|
38
|
width: '10', fixed: false, align: 'left',
|
39
|
|
- sortable: false, hidden: false
|
|
39
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
40
|
40
|
},
|
41
|
41
|
{
|
42
|
42
|
index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
|
|
@@ -47,7 +47,7 @@ const gridColModel = {
|
47
|
47
|
{
|
48
|
48
|
index: 'RTN_ODR_STNM', name: 'rtnOdrStNm',
|
49
|
49
|
label: ITP_MSG_LOCALE.label.rtnOdrStNm, // 번품발주상태명
|
50
|
|
- width: '8', fixed: false, align: 'left',
|
|
50
|
+ width: '8', fixed: false, align: 'center',
|
51
|
51
|
sortable: false, hidden: false
|
52
|
52
|
},
|
53
|
53
|
{
|
|
@@ -66,8 +66,7 @@ const gridColModel = {
|
66
|
66
|
index: 'RTN_WHS_NM', name: 'rtnWhsNm',
|
67
|
67
|
label: ITP_MSG_LOCALE.label.rtnWhsNm, // 수거장소
|
68
|
68
|
width: '10', fixed: false, align: 'left',
|
69
|
|
- minwidth: 240,
|
70
|
|
- sortable: false, hidden: false
|
|
69
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
71
|
70
|
},
|
72
|
71
|
{
|
73
|
72
|
index: 'RTN_DODR_TOTAL_AMT', name: 'rtnDodrTotalAmt',
|
|
@@ -86,7 +85,7 @@ const gridColModel = {
|
86
|
85
|
index: 'RTN_MGR_NM', name: 'rtnMgrNm',
|
87
|
86
|
label: ITP_MSG_LOCALE.label.rtnMgrNm, // 수거 담당자
|
88
|
87
|
width: '7', fixed: false, align: 'center',
|
89
|
|
- sortable: false, hidden: false
|
|
88
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
90
|
89
|
}
|
91
|
90
|
],
|
92
|
91
|
view: [],
|
|
@@ -94,20 +93,20 @@ const gridColModel = {
|
94
|
93
|
{
|
95
|
94
|
index: 'RTN_PODR_DTL_NO', name: 'rtnPodrDtlNo',
|
96
|
95
|
label: ITP_MSG_LOCALE.label.rtnPodrDtlNo, // 반품발주항번
|
97
|
|
- width: '8', fixed: false, align: 'center',
|
|
96
|
+ width: '6', fixed: false, align: 'center',
|
98
|
97
|
sortable: false, hidden: false
|
99
|
98
|
},
|
100
|
99
|
{
|
101
|
100
|
index: 'ITEM_ID', name: 'itemId',
|
102
|
101
|
label: ITP_MSG_LOCALE.label.itemId, // 품목번호
|
103
|
|
- width: '12', fixed: false, align: 'center',
|
|
102
|
+ width: '10', fixed: false, align: 'center',
|
104
|
103
|
sortable: false, hidden: false
|
105
|
104
|
},
|
106
|
105
|
{
|
107
|
106
|
index: 'ITEM_NM', name: 'itemNm',
|
108
|
107
|
label: ITP_MSG_LOCALE.label.itemNm, // 품목명
|
109
|
|
- width: '8', fixed: false, align: 'left',
|
110
|
|
- sortable: false, hidden: false
|
|
108
|
+ width: '16', fixed: false, align: 'left',
|
|
109
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
111
|
110
|
},
|
112
|
111
|
{
|
113
|
112
|
index: 'UNIT_AMT', name: 'unitAmt',
|
|
@@ -138,7 +137,7 @@ const gridColModel = {
|
138
|
137
|
{
|
139
|
138
|
index: 'COL_REQ_DT', name: 'colReqDt',
|
140
|
139
|
label: ITP_MSG_LOCALE.label.colReqDt, // 수거요청일
|
141
|
|
- width: '10', fixed: false, align: 'center',
|
|
140
|
+ width: '8', fixed: false, align: 'center',
|
142
|
141
|
sortable: false, hidden: false
|
143
|
142
|
}
|
144
|
143
|
]
|