|
@@ -121,31 +121,31 @@ const gridColModel = {
|
121
|
121
|
{
|
122
|
122
|
index: 'ITEM_ID', name: 'itemId',
|
123
|
123
|
label: ITP_MSG_LOCALE.label.itemId, //품목번호
|
124
|
|
- width: '12', fixed: false, align: 'center',
|
|
124
|
+ width: '14', fixed: false, align: 'center',
|
125
|
125
|
sortable: false, hidden: false
|
126
|
126
|
},
|
127
|
127
|
{
|
128
|
128
|
index: 'ITEM_NM', name: 'itemNm',
|
129
|
129
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
130
|
130
|
width: '11', fixed: false, align: 'left',
|
131
|
|
- sortable: false, hidden: false
|
|
131
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
132
|
132
|
},
|
133
|
133
|
{
|
134
|
134
|
index: 'CONT_STT_DT', name: 'contSttDt',
|
135
|
135
|
label: ITP_MSG_LOCALE.label.contSttDt, //계약시작일
|
136
|
|
- width: '10', fixed: false, align: 'center',
|
|
136
|
+ width: '7', fixed: false, align: 'center',
|
137
|
137
|
sortable: false, hidden: false
|
138
|
138
|
},
|
139
|
139
|
{
|
140
|
140
|
index: 'CONT_END_DT', name: 'contEndDt',
|
141
|
141
|
label: ITP_MSG_LOCALE.label.contEndDt, //계약종료일
|
142
|
|
- width: '10', fixed: false, align: 'center',
|
|
142
|
+ width: '7', fixed: false, align: 'center',
|
143
|
143
|
sortable: false, hidden: false
|
144
|
144
|
},
|
145
|
145
|
{
|
146
|
146
|
index: 'UNIT', name: 'unit',
|
147
|
147
|
label: ITP_MSG_LOCALE.label.unit, //기본단위
|
148
|
|
- width: '8', fixed: false, align: 'center',
|
|
148
|
+ width: '6', fixed: false, align: 'center',
|
149
|
149
|
sortable: false, editable: false, formatter: 'select', edittype: 'select',
|
150
|
150
|
editoptions: {value: ITP_COMMON_CD_DSTRBT_COST_UNIT}
|
151
|
151
|
},
|
|
@@ -161,7 +161,7 @@ const gridColModel = {
|
161
|
161
|
{
|
162
|
162
|
index: 'UNIT_AMT', name: 'unitAmt',
|
163
|
163
|
label: ITP_MSG_LOCALE.label.unitAmt, //단가
|
164
|
|
- width: '10', fixed: false, align: 'right',
|
|
164
|
+ width: '9', fixed: false, align: 'right',
|
165
|
165
|
sortable: true, editable: true, edittype: 'text',
|
166
|
166
|
classes: 'input_color',
|
167
|
167
|
editrules: {required: true},
|
|
@@ -180,7 +180,7 @@ const gridColModel = {
|
180
|
180
|
{
|
181
|
181
|
index: 'SPPLY_UNIT_AMT', name: 'spplyUnitAmt',
|
182
|
182
|
label: ITP_MSG_LOCALE.label.spplyUnitAmt, //공급단가
|
183
|
|
- width: '6', fixed: false, align: 'right',
|
|
183
|
+ width: '9', fixed: false, align: 'right',
|
184
|
184
|
sortable: false, hidden: false,
|
185
|
185
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
186
|
186
|
|
|
@@ -188,9 +188,9 @@ const gridColModel = {
|
188
|
188
|
{
|
189
|
189
|
index: 'SPPLY_NM', name: 'spplyNm',
|
190
|
190
|
label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
|
191
|
|
- width: '6', fixed: false, align: 'left',
|
|
191
|
+ width: '8', fixed: false, align: 'left',
|
192
|
192
|
minwidth: 240,
|
193
|
|
- sortable: false, hidden: false
|
|
193
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
194
|
194
|
}
|
195
|
195
|
],
|
196
|
196
|
sdetail: [
|
|
@@ -228,38 +228,38 @@ const gridColModel = {
|
228
|
228
|
index: 'ITEM_ID', name: 'itemId',
|
229
|
229
|
label: ITP_MSG_LOCALE.label.itemId, //품목번호
|
230
|
230
|
minwidth: 160,
|
231
|
|
- width: '10', fixed: false, align: 'center',
|
|
231
|
+ width: '13', fixed: false, align: 'center',
|
232
|
232
|
sortable: false, hidden: false
|
233
|
233
|
},
|
234
|
234
|
{
|
235
|
235
|
index: 'ITEM_NM', name: 'itemNm',
|
236
|
236
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
237
|
237
|
width: '13', fixed: false, align: 'center',
|
238
|
|
- sortable: false, hidden: false
|
|
238
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
239
|
239
|
},
|
240
|
240
|
{
|
241
|
241
|
index: 'CONT_STT_DT', name: 'contSttDt',
|
242
|
242
|
label: ITP_MSG_LOCALE.label.contSttDt, //계약시작일
|
243
|
|
- width: '10', fixed: false, align: 'center',
|
|
243
|
+ width: '7', fixed: false, align: 'center',
|
244
|
244
|
sortable: false, hidden: false
|
245
|
245
|
},
|
246
|
246
|
{
|
247
|
247
|
index: 'CONT_END_DT', name: 'contEndDt',
|
248
|
248
|
label: ITP_MSG_LOCALE.label.contEndDt, //계약종료일
|
249
|
|
- width: '10', fixed: false, align: 'center',
|
|
249
|
+ width: '7', fixed: false, align: 'center',
|
250
|
250
|
sortable: false, hidden: false
|
251
|
251
|
},
|
252
|
252
|
{
|
253
|
253
|
index: 'UNIT', name: 'unit',
|
254
|
254
|
label: ITP_MSG_LOCALE.label.unit, //기본단위
|
255
|
|
- width: '9', fixed: false, align: 'center',
|
|
255
|
+ width: '8', fixed: false, align: 'center',
|
256
|
256
|
sortable: false, editable: false, formatter: 'select', edittype: 'select',
|
257
|
257
|
editoptions: {value: ITP_COMMON_CD_DSTRBT_COST_UNIT}
|
258
|
258
|
},
|
259
|
259
|
{
|
260
|
260
|
index: 'CURR', name: 'curr',
|
261
|
261
|
label: ITP_MSG_LOCALE.label.curr, //통화
|
262
|
|
- width: '9', fixed: false, align: 'center',
|
|
262
|
+ width: '7', fixed: false, align: 'center',
|
263
|
263
|
sortable: false, editable: false, formatter: 'select', edittype: 'select',
|
264
|
264
|
editoptions: {value: ITP_COMMON_CD_CURR}
|
265
|
265
|
},
|