|
@@ -59,7 +59,7 @@ const gridColModel = {
|
59
|
59
|
{
|
60
|
60
|
index: 'STORE_NM', name: 'storeNm',
|
61
|
61
|
label: ITP_MSG_LOCALE.label.storeNm, //매장명
|
62
|
|
- width: '10', fixed: false, align: 'center',
|
|
62
|
+ width: '10', fixed: false, align: 'left',
|
63
|
63
|
sortable: false, hidden: false
|
64
|
64
|
},
|
65
|
65
|
{
|
|
@@ -83,7 +83,7 @@ const gridColModel = {
|
83
|
83
|
{
|
84
|
84
|
index: 'ITEM_CNT', name: 'itemCnt',
|
85
|
85
|
label: ITP_MSG_LOCALE.label.itemCnt, //계약품목수
|
86
|
|
- width: '10', fixed: false, align: 'center',
|
|
86
|
+ width: '10', fixed: false, align: 'right',
|
87
|
87
|
sortable: false, hidden: false
|
88
|
88
|
}
|
89
|
89
|
],
|
|
@@ -127,7 +127,7 @@ const gridColModel = {
|
127
|
127
|
{
|
128
|
128
|
index: 'ITEM_NM', name: 'itemNm',
|
129
|
129
|
label: ITP_MSG_LOCALE.label.itemNm, //품목명
|
130
|
|
- width: '13', fixed: false, align: 'center',
|
|
130
|
+ width: '13', fixed: false, align: 'left',
|
131
|
131
|
sortable: false, hidden: false
|
132
|
132
|
},
|
133
|
133
|
{
|
|
@@ -160,7 +160,7 @@ const gridColModel = {
|
160
|
160
|
{
|
161
|
161
|
index: 'UNIT_AMT', name: 'unitAmt',
|
162
|
162
|
label: ITP_MSG_LOCALE.label.unitAmt, //단가
|
163
|
|
- width: '10', fixed: false, align: 'center',
|
|
163
|
+ width: '10', fixed: false, align: 'right',
|
164
|
164
|
sortable: true, editable: true, edittype: 'text',
|
165
|
165
|
editrules: {required: true},
|
166
|
166
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
|
@@ -176,22 +176,17 @@ const gridColModel = {
|
176
|
176
|
{
|
177
|
177
|
index: 'SPPLY_UNIT_AMT', name: 'spplyUnitAmt',
|
178
|
178
|
label: ITP_MSG_LOCALE.label.spplyUnitAmt, //공급단가
|
179
|
|
- width: '6', fixed: false, align: 'center',
|
|
179
|
+ width: '6', fixed: false, align: 'right',
|
180
|
180
|
sortable: false, hidden: false,
|
181
|
181
|
formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
182
|
182
|
|
183
|
183
|
},
|
184
|
184
|
{
|
185
|
185
|
index: 'SPPLY_NM', name: 'spplyNm',
|
186
|
|
- label: ITP_MSG_LOCALE.label.spplyNm, //공급단가
|
|
186
|
+ label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
|
187
|
187
|
width: '6', fixed: false, align: 'left',
|
|
188
|
+ minwidth: 160, maxwidth: 200,
|
188
|
189
|
sortable: false, hidden: false
|
189
|
|
- },
|
190
|
|
- {
|
191
|
|
- index: 'SPPLY_ID', name: 'spplyId',
|
192
|
|
- label: ITP_MSG_LOCALE.label.spplyId, //공급단가
|
193
|
|
- width: '6', fixed: false, align: 'center',
|
194
|
|
- sortable: false, hidden: true
|
195
|
190
|
}
|
196
|
191
|
],
|
197
|
192
|
sdetail: [
|
|
@@ -228,6 +223,7 @@ const gridColModel = {
|
228
|
223
|
{
|
229
|
224
|
index: 'ITEM_ID', name: 'itemId',
|
230
|
225
|
label: ITP_MSG_LOCALE.label.itemId, //품목번호
|
|
226
|
+ minwidth: 160,
|
231
|
227
|
width: '10', fixed: false, align: 'center',
|
232
|
228
|
sortable: false, hidden: false
|
233
|
229
|
},
|