|
@@ -113,7 +113,13 @@ const gridColModel = {
|
113
|
113
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
114
|
114
|
},
|
115
|
115
|
{
|
116
|
|
- index: 'COL_DVSN_NM', name: 'rtnDvsnNm',
|
|
116
|
+ index: 'RTN_DVSN_NM', name: 'rtnDvsnNm',
|
|
117
|
+ label: '반품구분',
|
|
118
|
+ width: 100, minwidth:80, fixed: false, align: 'center',
|
|
119
|
+ sortable: false, hidden: false
|
|
120
|
+ },
|
|
121
|
+ {
|
|
122
|
+ index: 'COL_DVSN_NM', name: 'colDvsnNm',
|
117
|
123
|
label: '수거구분',
|
118
|
124
|
width: 100, minwidth:80, fixed: false, align: 'center',
|
119
|
125
|
sortable: false, hidden: false
|