Ver código fonte

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

yhl88 2 anos atrás
pai
commit
c27c2598f9

+ 1 - 1
src/main/webapp/mobile/js/app/mordmng/ITP_MORDMNG01010.js

@@ -123,7 +123,7 @@ let mobContObj = {
123 123
 				mobContObj.list.pager(result.gridTotal);
124 124
 				$.each(result.gridRows, function (i, item) {
125 125
 					$('#ITP_LIST_MORDMNG01010_LIST_ITEM_AREA .panel-group').append($('#ITP_LIST_MORDMNG01010_LIST_ITEM_ROWCOPY').html());
126
-					var $li = $('#ITP_LIST_MORDMNG01010_LIST_ITEM_AREA .panel-group > .list-row:last');
126
+					var $li = $('#ITP_LIST_MORDMNG01010_LIST_ITEM_AREA .panel-group > .item-row:last');
127 127
 					$li.find('.fnBrandNm').text(item.brandNm);
128 128
 					$li.find('.fnPchPodrUnqNo').text(item.pchPodrUnqNo);
129 129
 					$li.find('.fnPchOdrStNm').text(item.pchOdrStNm);