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