|
@@ -171,28 +171,29 @@ const gridColModel = {
|
171
|
171
|
{
|
172
|
172
|
index: 'UNIT_AMT', name: 'unitAmt',
|
173
|
173
|
label: "단가",
|
174
|
|
- width: '8', fixed: false, align: 'center',
|
|
174
|
+ width: '8', fixed: false, align: 'right',
|
175
|
175
|
sortable: false, editable: false, edittype: 'text',
|
176
|
176
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
177
|
177
|
},
|
178
|
178
|
{
|
179
|
179
|
index: 'PODR_QTY', name: 'podrQty',
|
180
|
180
|
label: "발주수량",
|
181
|
|
- width: '8', fixed: false, align: 'center',
|
|
181
|
+ width: '8', fixed: false, align: 'right',
|
182
|
182
|
sortable: false, editable: false, edittype: 'text',
|
183
|
183
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
184
|
184
|
},
|
185
|
185
|
{
|
186
|
186
|
index: 'DLV_QTY', name: 'dlvQty',
|
187
|
187
|
label: "납품수량",
|
188
|
|
- width: '8', fixed: false, align: 'center',
|
|
188
|
+ width: '8', fixed: false, align: 'right',
|
189
|
189
|
sortable: false, editable: false, edittype: 'text',
|
190
|
190
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
191
|
191
|
},
|
192
|
192
|
{
|
193
|
193
|
index: 'WHS_COL_QTY', name: 'whsColQty',
|
194
|
194
|
label: "입고/수거수량",
|
195
|
|
- width: '8', fixed: false, align: 'center',
|
|
195
|
+ width: '8', fixed: false, align: 'right',
|
|
196
|
+ minwidth: 80,
|
196
|
197
|
sortable: false, editable: false, edittype: 'text',
|
197
|
198
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
198
|
199
|
},
|
|
@@ -200,13 +201,15 @@ const gridColModel = {
|
200
|
201
|
index: 'WHS_COL_DT', name: 'whsColDt',
|
201
|
202
|
label: "입고/수거일자",
|
202
|
203
|
width: '8', fixed: false, align: 'center',
|
|
204
|
+ minwidth: 80,
|
203
|
205
|
sortable: false, editable: false, edittype: 'text'
|
204
|
206
|
},
|
205
|
207
|
{
|
206
|
208
|
index: 'WHS_COL_AMT', name: 'whsColAmt',
|
207
|
209
|
label: "입고/수거금액",
|
208
|
|
- width: '8', fixed: false, align: 'center',
|
|
210
|
+ width: '8', fixed: false, align: 'right',
|
209
|
211
|
sortable: false, editable: false, edittype: 'text',
|
|
212
|
+ minwidth: 80,
|
210
|
213
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
211
|
214
|
},
|
212
|
215
|
{
|
|
@@ -219,6 +222,7 @@ const gridColModel = {
|
219
|
222
|
index: 'PODR_UNQ_NO', name: 'podrUnqNo',
|
220
|
223
|
label: "발주번호",
|
221
|
224
|
width: '8', fixed: false, align: 'center',
|
|
225
|
+ minwidth: 160,
|
222
|
226
|
sortable: false, editable: false, edittype: 'text'
|
223
|
227
|
},
|
224
|
228
|
{
|