|
@@ -44,8 +44,8 @@ const gridColModel = {
|
44
|
44
|
{
|
45
|
45
|
index: 'BRAND_NM', name: 'brandNm',
|
46
|
46
|
label: "브랜드",
|
47
|
|
- width: '10', fixed: false, align: 'left',
|
48
|
|
- sortable: false, hidden: false
|
|
47
|
+ width: '14', fixed: false, align: 'left',
|
|
48
|
+ sortable: false, hidden: false, classes: 'ui-ellipsis'
|
49
|
49
|
},
|
50
|
50
|
{
|
51
|
51
|
index: 'STORE_NM', name: 'storeNm',
|
|
@@ -68,8 +68,7 @@ const gridColModel = {
|
68
|
68
|
{
|
69
|
69
|
index: 'STTL_MGNT_UNQ_NO', name: 'sttlMgntUnqNo',
|
70
|
70
|
label: "정산번호",
|
71
|
|
- minwidth: 170,
|
72
|
|
- width: '10', fixed: false, align: 'center',
|
|
71
|
+ width: '14', fixed: false, align: 'center',
|
73
|
72
|
sortable: false, hidden: false
|
74
|
73
|
},
|
75
|
74
|
{
|
|
@@ -81,47 +80,47 @@ const gridColModel = {
|
81
|
80
|
{
|
82
|
81
|
index: 'STTL_ST_NM', name: 'sttlStNm',
|
83
|
82
|
label: "정산상태",
|
84
|
|
- width: '10', fixed: false, align: 'center',
|
|
83
|
+ width: '8', fixed: false, align: 'center',
|
85
|
84
|
sortable: false, hidden: false
|
86
|
85
|
},
|
87
|
86
|
{
|
88
|
87
|
index: 'STTL_REQ_DT', name: 'sttlReqDt',
|
89
|
88
|
label: "정산요청일",
|
90
|
|
- width: '10', fixed: false, align: 'center',
|
|
89
|
+ width: '9', fixed: false, align: 'center',
|
91
|
90
|
sortable: false, editable: false, edittype: 'text'
|
92
|
91
|
},
|
93
|
92
|
{
|
94
|
93
|
index: 'STTL_DT', name: 'sttlDt',
|
95
|
94
|
label: "정산확정일",
|
96
|
|
- width: '10', fixed: false, align: 'center',
|
|
95
|
+ width: '9', fixed: false, align: 'center',
|
97
|
96
|
sortable: false, editable: false, edittype: 'text'
|
98
|
97
|
},
|
99
|
98
|
{
|
100
|
99
|
index: 'STTL_REQ_AMT', name: 'sttlReqAmt',
|
101
|
100
|
label: "정산요청금액",
|
102
|
|
- width: '10', fixed: false, align: 'right',
|
|
101
|
+ width: '9', fixed: false, align: 'right',
|
103
|
102
|
sortable: false, editable: false, edittype: 'text',
|
104
|
103
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
105
|
104
|
},
|
106
|
105
|
{
|
107
|
106
|
index: 'STTL_REQ_AMT', name: 'sttlAmt',
|
108
|
107
|
label: "정산확정금액",
|
109
|
|
- width: '10', fixed: false, align: 'right',
|
|
108
|
+ width: '9', fixed: false, align: 'right',
|
110
|
109
|
sortable: false, editable: false, edittype: 'text',
|
111
|
110
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
112
|
111
|
},
|
113
|
112
|
{
|
114
|
113
|
index: 'UNPAID_AMT', name: 'unpaidAmt',
|
115
|
114
|
label: "미납금액",
|
116
|
|
- width: '10', fixed: false, align: 'right',
|
|
115
|
+ width: '9', fixed: false, align: 'right',
|
117
|
116
|
sortable: false, editable: false, edittype: 'text',
|
118
|
117
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
119
|
118
|
},
|
120
|
119
|
{
|
121
|
120
|
index: 'STTL_REG_MGR_NM', name: 'sttlRegMgrNm',
|
122
|
121
|
label: "등록자",
|
123
|
|
- width: '10', fixed: false, align: 'center',
|
124
|
|
- sortable: false, editable: false, edittype: 'text'
|
|
122
|
+ width: '14', fixed: false, align: 'center',
|
|
123
|
+ sortable: false, editable: false, edittype: 'text', classes: 'ui-ellipsis'
|
125
|
124
|
}
|
126
|
125
|
],
|
127
|
126
|
view: [
|
|
@@ -153,19 +152,19 @@ const gridColModel = {
|
153
|
152
|
index: 'ITEM_ID', name: 'itemId',
|
154
|
153
|
label: "품목코드",
|
155
|
154
|
minwidth: 140,
|
156
|
|
- width: '10', fixed: false, align: 'center',
|
|
155
|
+ width: '12', fixed: false, align: 'center',
|
157
|
156
|
sortable: false, editable: false, edittype: 'text'
|
158
|
157
|
},
|
159
|
158
|
{
|
160
|
159
|
index: 'ITEM_NM', name: 'itemNm',
|
161
|
160
|
label: "품목명",
|
162
|
|
- width: '10', fixed: false, align: 'center',
|
163
|
|
- sortable: false, editable: false, edittype: 'text'
|
|
161
|
+ width: '12', fixed: false, align: 'center',
|
|
162
|
+ sortable: false, editable: false, edittype: 'text', classes: 'ui-ellipsis'
|
164
|
163
|
},
|
165
|
164
|
{
|
166
|
165
|
index: 'UNIT', name: 'unit',
|
167
|
166
|
label: "단위",
|
168
|
|
- width: '8', fixed: false, align: 'center',
|
|
167
|
+ width: '7', fixed: false, align: 'center',
|
169
|
168
|
sortable: false, editable: false, edittype: 'text'
|
170
|
169
|
},
|
171
|
170
|
{
|
|
@@ -178,14 +177,14 @@ const gridColModel = {
|
178
|
177
|
{
|
179
|
178
|
index: 'PODR_QTY', name: 'podrQty',
|
180
|
179
|
label: "발주수량",
|
181
|
|
- width: '8', fixed: false, align: 'right',
|
|
180
|
+ width: '7', fixed: false, align: 'right',
|
182
|
181
|
sortable: false, editable: false, edittype: 'text',
|
183
|
182
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
184
|
183
|
},
|
185
|
184
|
{
|
186
|
185
|
index: 'DLV_QTY', name: 'dlvQty',
|
187
|
186
|
label: "납품수량",
|
188
|
|
- width: '8', fixed: false, align: 'right',
|
|
187
|
+ width: '7', fixed: false, align: 'right',
|
189
|
188
|
sortable: false, editable: false, edittype: 'text',
|
190
|
189
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
191
|
190
|
},
|
|
@@ -215,20 +214,20 @@ const gridColModel = {
|
215
|
214
|
{
|
216
|
215
|
index: 'STTL_DVSN_NM', name: 'sttlDvsnNm',
|
217
|
216
|
label: "정산구분",
|
218
|
|
- width: '8', fixed: false, align: 'center',
|
|
217
|
+ width: '7', fixed: false, align: 'center',
|
219
|
218
|
sortable: false, editable: false, edittype: 'text'
|
220
|
219
|
},
|
221
|
220
|
{
|
222
|
221
|
index: 'PODR_UNQ_NO', name: 'podrUnqNo',
|
223
|
222
|
label: "발주번호",
|
224
|
|
- width: '8', fixed: false, align: 'center',
|
|
223
|
+ width: '10', fixed: false, align: 'center',
|
225
|
224
|
minwidth: 160,
|
226
|
225
|
sortable: false, editable: false, edittype: 'text'
|
227
|
226
|
},
|
228
|
227
|
{
|
229
|
228
|
index: 'PODR_DTL_NO', name: 'podrDtlNo',
|
230
|
229
|
label: "발주항번",
|
231
|
|
- width: '8', fixed: false, align: 'center',
|
|
230
|
+ width: '7', fixed: false, align: 'center',
|
232
|
231
|
sortable: false, editable: false, edittype: 'text'
|
233
|
232
|
}
|
234
|
233
|
]
|