|
@@ -109,7 +109,7 @@ const gridColModel = {
|
109
|
109
|
index: 'ITEM_NM', name: 'itemNm',
|
110
|
110
|
label: "품목명",
|
111
|
111
|
width: '12', fixed: false, align: 'left',
|
112
|
|
- sortable: false, editable: false, edittype: 'text', classes: 'ui-ellipsis'
|
|
112
|
+ sortable: false, editable: false, classes: 'ui-ellipsis'
|
113
|
113
|
},
|
114
|
114
|
{
|
115
|
115
|
index: 'UNIT', name: 'unit',
|
|
@@ -120,7 +120,7 @@ const gridColModel = {
|
120
|
120
|
{
|
121
|
121
|
index: 'UNIT_AMT', name: 'unitAmt',
|
122
|
122
|
label: "단가",
|
123
|
|
- width: '12', fixed: false, align: 'right',
|
|
123
|
+ width: '13', fixed: false, align: 'right',
|
124
|
124
|
sortable: false, editable: false, edittype: 'text',
|
125
|
125
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
126
|
126
|
},
|
|
@@ -209,8 +209,9 @@ const gridColModel = {
|
209
|
209
|
{
|
210
|
210
|
index: 'STORE_NM', name: 'storeNm',
|
211
|
211
|
label: "매장명",
|
|
212
|
+ minwidth: 60,
|
212
|
213
|
width: '10', fixed: false, align: 'center',
|
213
|
|
- sortable: false, hidden: true
|
|
214
|
+ sortable: false, hidden: true, classes: 'ui-ellipsis'
|
214
|
215
|
},
|
215
|
216
|
{
|
216
|
217
|
index: 'ITEM_ID', name: 'itemId',
|
|
@@ -221,72 +222,72 @@ const gridColModel = {
|
221
|
222
|
{
|
222
|
223
|
index: 'ITEM_NM', name: 'itemNm',
|
223
|
224
|
label: "품목명",
|
224
|
|
- width: '10', fixed: false, align: 'left',
|
225
|
|
- sortable: false, editable: false, edittype: 'text'
|
|
225
|
+ width: '12', fixed: false, align: 'left',
|
|
226
|
+ sortable: false, edittype: 'text', classes: 'ui-ellipsis'
|
226
|
227
|
},
|
227
|
228
|
{
|
228
|
229
|
index: 'UNIT', name: 'unit',
|
229
|
230
|
label: "단위",
|
230
|
|
- width: '8', fixed: false, align: 'center',
|
|
231
|
+ width: '6', fixed: false, align: 'center',
|
231
|
232
|
sortable: false, editable: false, edittype: 'text'
|
232
|
233
|
},
|
233
|
234
|
{
|
234
|
235
|
index: 'UNIT_AMT', name: 'unitAmt',
|
235
|
236
|
label: "단가",
|
236
|
|
- width: '8', fixed: false, align: 'right',
|
|
237
|
+ width: '13', fixed: false, align: 'right',
|
237
|
238
|
sortable: false, editable: false, edittype: 'text',
|
238
|
239
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
239
|
240
|
},
|
240
|
241
|
{
|
241
|
242
|
index: 'PODR_QTY', name: 'podrQty',
|
242
|
243
|
label: "발주수량",
|
243
|
|
- width: '8', fixed: false, align: 'right',
|
|
244
|
+ width: '13', fixed: false, align: 'right',
|
244
|
245
|
sortable: false, editable: false, edittype: 'text',
|
245
|
246
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
246
|
247
|
},
|
247
|
248
|
{
|
248
|
249
|
index: 'DLV_QTY', name: 'dlvQty',
|
249
|
250
|
label: "납품수량",
|
250
|
|
- width: '8', fixed: false, align: 'right',
|
|
251
|
+ width: '13', fixed: false, align: 'right',
|
251
|
252
|
sortable: false, editable: false, edittype: 'text',
|
252
|
253
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
253
|
254
|
},
|
254
|
255
|
{
|
255
|
256
|
index: 'WHS_COL_QTY', name: 'whsColQty',
|
256
|
257
|
label: "입고/수거수량",
|
257
|
|
- width: '8', fixed: false, align: 'right',
|
|
258
|
+ width: '13', fixed: false, align: 'right',
|
258
|
259
|
sortable: false, editable: false, edittype: 'text',
|
259
|
260
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
260
|
261
|
},
|
261
|
262
|
{
|
262
|
263
|
index: 'WHS_COL_DT', name: 'whsColDt',
|
263
|
264
|
label: "입고/수거일자",
|
264
|
|
- width: '8', fixed: false, align: 'right',
|
|
265
|
+ width: '13', fixed: false, align: 'center',
|
265
|
266
|
sortable: false, editable: false, edittype: 'text'
|
266
|
267
|
},
|
267
|
268
|
{
|
268
|
269
|
index: 'WHS_COL_AMT', name: 'whsColAmt',
|
269
|
270
|
label: "입고/수거금액",
|
270
|
|
- width: '8', fixed: false, align: 'right',
|
|
271
|
+ width: '13', fixed: false, align: 'right',
|
271
|
272
|
sortable: false, editable: false, edittype: 'text',
|
272
|
273
|
formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
|
273
|
274
|
},
|
274
|
275
|
{
|
275
|
276
|
index: 'STTL_DVSN_NM', name: 'sttlDvsnNm',
|
276
|
277
|
label: "정산구분",
|
277
|
|
- width: '8', fixed: false, align: 'center',
|
|
278
|
+ width: '6', fixed: false, align: 'center',
|
278
|
279
|
sortable: false, editable: false, edittype: 'text'
|
279
|
280
|
},
|
280
|
281
|
{
|
281
|
282
|
index: 'PODR_UNQ_NO', name: 'podrUnqNo',
|
282
|
283
|
label: "발주번호",
|
283
|
|
- width: '8', fixed: false, align: 'center',
|
|
284
|
+ width: '10', fixed: false, align: 'center',
|
284
|
285
|
sortable: false, editable: false, edittype: 'text'
|
285
|
286
|
},
|
286
|
287
|
{
|
287
|
288
|
index: 'PODR_DTL_NO', name: 'podrDtlNo',
|
288
|
289
|
label: "발주항번",
|
289
|
|
- width: '8', fixed: false, align: 'center',
|
|
290
|
+ width: '6', fixed: false, align: 'center',
|
290
|
291
|
sortable: false, editable: false, edittype: 'text'
|
291
|
292
|
}
|
292
|
293
|
]
|
|
@@ -359,7 +360,7 @@ let pageObj = {
|
359
|
360
|
switch (id) {
|
360
|
361
|
case 'ITP_BTN_SETTMNG01010_SRH' : listObj.button.search(); break; // 조회 버튼 클릭
|
361
|
362
|
case 'ITP_BTN_SETTMNG01010_CANCELLIST' : modifyObj.button.cancel(); break; // 취소/목록 버튼
|
362
|
|
- case 'ITP_BTN_SETTMNG01010_NEWREG' : listObj.button.reqSttl(); break; // 정산요청 버튼
|
|
363
|
+ case 'ITP_BTN_SETTMNG01010_NEWREG' : listObj.button.reqSttl(); break; // 정산요청 버튼
|
363
|
364
|
case 'ITP_BTN_SETTMNG01010_REQUEST' : modifyObj.button.request(); break; // 요청 버튼
|
364
|
365
|
case 'ITP_BTN_SETTMNG01010_STORE_SEARCH' : listObj.button.storePop(); break; // 매장검색 팝업
|
365
|
366
|
case 'ITP_BTN_SETTMNG01010_STORE_ERASE' : listObj.button.storeErase(); break; // 매장 지움
|