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