|
@@ -92,12 +92,6 @@ const gridColModel = {
|
92
|
92
|
width: '10', fixed: false, align: 'center',
|
93
|
93
|
sortable: false, hidden: false
|
94
|
94
|
},
|
95
|
|
- {
|
96
|
|
- index: 'STTL_DT', name: 'sttlDt',
|
97
|
|
- label: "정산일",
|
98
|
|
- width: '10', fixed: false, align: 'center',
|
99
|
|
- sortable: false, hidden: false
|
100
|
|
- },
|
101
|
95
|
{
|
102
|
96
|
index: 'STTL_REQ_AMT', name: 'sttlReqAmt',
|
103
|
97
|
label: '정산요청금액',
|
|
@@ -105,6 +99,12 @@ const gridColModel = {
|
105
|
99
|
sortable: false, hidden: false,
|
106
|
100
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
107
|
101
|
},
|
|
102
|
+ {
|
|
103
|
+ index: 'STTL_DT', name: 'sttlDt',
|
|
104
|
+ label: "정산일",
|
|
105
|
+ width: '10', fixed: false, align: 'center',
|
|
106
|
+ sortable: false, hidden: false
|
|
107
|
+ },
|
108
|
108
|
{
|
109
|
109
|
index: 'STTL_AMT', name: 'sttlAmt',
|
110
|
110
|
label: '정산금액',
|