|
@@ -126,14 +126,14 @@ const gridColModel = {
|
126
|
126
|
{
|
127
|
127
|
index: 'UNIT_AMT', name: 'unitAmt',
|
128
|
128
|
label: ITP_MSG_LOCALE.label.unitAmt, // 단가
|
129
|
|
- width: '3', fixed: false, align: 'right',
|
|
129
|
+ width: '5', fixed: false, align: 'right',
|
130
|
130
|
sortable: false, hidden: false,
|
131
|
131
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
132
|
132
|
},
|
133
|
133
|
{
|
134
|
134
|
index: 'UNIT', name: 'unit',
|
135
|
135
|
label: ITP_MSG_LOCALE.label.unit, // 기본단위
|
136
|
|
- width: '5', fixed: false, align: 'center',
|
|
136
|
+ width: '3', fixed: false, align: 'center',
|
137
|
137
|
sortable: false, hidden: false
|
138
|
138
|
},
|
139
|
139
|
{
|
|
@@ -158,7 +158,7 @@ const gridColModel = {
|
158
|
158
|
{
|
159
|
159
|
index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
|
160
|
160
|
label: ITP_MSG_LOCALE.label.pchPodrDtlNo, // 발주항번
|
161
|
|
- width: '3', fixed: false, align: 'right',
|
|
161
|
+ width: '3', fixed: false, align: 'center',
|
162
|
162
|
sortable: false, hidden: false
|
163
|
163
|
},
|
164
|
164
|
{
|