|
@@ -97,7 +97,6 @@ const gridColModel = {
|
97
|
97
|
sortable: false, editable: true, edittype: 'text',
|
98
|
98
|
editrules: {required: false},
|
99
|
99
|
editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10},
|
100
|
|
- formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
101
|
100
|
},
|
102
|
101
|
{
|
103
|
102
|
index: 'SFT_STCK_RT', name: 'sftStckRt',
|
|
@@ -178,10 +177,10 @@ let pageObj = {
|
178
|
177
|
var id = $(this).attr('id');
|
179
|
178
|
$(this).on('click', function() {
|
180
|
179
|
switch (id) {
|
181
|
|
- case 'ITP_BTN_STOCKMNG03010_SRH' : listObj.button.search(); break; // 조회 버튼
|
182
|
|
- case 'ITP_BTN_STOCKMNG03010_SAVE' : listObj.button.save(); break; // 저장 버튼
|
|
180
|
+ case 'ITP_BTN_STOCKMNG03010_SRH' : listObj.button.search(); break; // 조회 버튼
|
|
181
|
+ case 'ITP_BTN_STOCKMNG03010_SAVE' : listObj.button.save(); break; // 저장 버튼
|
183
|
182
|
case 'ITP_BTN_STOCKMNG03010_DETAIL_ADDROW' : listObj.button.addItem(); break; // 품목추가 버튼
|
184
|
|
- case 'ITP_BTN_STOCKMNG03010_DETAIL_DELROW' : listObj.button.removeItem(); break; // 품목삭제 버튼
|
|
183
|
+ case 'ITP_BTN_STOCKMNG03010_DETAIL_DELROW' : listObj.button.removeItem(); break; // 품목삭제 버튼
|
185
|
184
|
// case 'ITP_BTN_STOCKMNG03010_EXCEL' : listObj.excelDown(); break; // 엑셀
|
186
|
185
|
}
|
187
|
186
|
});
|