소스 검색

모바일 목록 선택 style 적

juney 2 년 전
부모
커밋
fd3a3d5ede
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/webapp/mobile/js/app/mstockmng/ITP_MSTOCKMNG01010.js

+ 2 - 0
src/main/webapp/mobile/js/app/mstockmng/ITP_MSTOCKMNG01010.js

@@ -68,6 +68,8 @@ let mobPageObj = {
68 68
 			$(document).on('click', '#ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWS li', function() {
69 69
 				var item = mobContentObj.list.rows[$(this).index()];
70 70
 				mobContentObj.list.choice(item);
71
+				$('#ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWS li').removeClass('check');
72
+				$(this).addClass('check');
71 73
 			});
72 74
 
73 75
 			$(document).on('click', '#ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS li button', function() {