Kaynağa Gözat

모바일 목록 선택 style 적

juney 2 yıl önce
ebeveyn
işleme
fd3a3d5ede

+ 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() {