|
@@ -128,14 +128,14 @@ let mobContObj = {
|
128
|
128
|
var _this = this;
|
129
|
129
|
var callbackFn = function(result) {
|
130
|
130
|
console.log(result);
|
131
|
|
- mobContObj.list.pager(result.gridTotal);
|
|
131
|
+ mobContObj.list.pager(result.gridTotal);
|
132
|
132
|
if( result.gridRows && result.gridRows.length ) {
|
133
|
133
|
$.each(result.gridRows, function (i, item) {
|
134
|
134
|
$('#ITP_LIST_MORDMNG02010_LIST_ITEM_AREA .panel-group').append($('#ITP_LIST_MORDMNG02010_LIST_ITEM_ROWCOPY').html());
|
135
|
135
|
var $li = $('#ITP_LIST_MORDMNG02010_LIST_ITEM_AREA .panel-group > .item-row:last');
|
136
|
136
|
$li.find('.fnBrandNm').text(item.brandNm);
|
137
|
|
- $li.find('.fnPchPodrUnqNo').text(item.pchPodrUnqNo);
|
138
|
|
- $li.find('.fnPchPodrDtlNo').text(item.pchPodrDtlNo);
|
|
137
|
+ $li.find('.fnPchPodrUnqNo').text(item.pchPodrUnqNo+' - '+item.pchPodrDtlNo);
|
|
138
|
+ // $li.find('.fnPchPodrDtlNo').text();
|
139
|
139
|
$li.find('.fnDlvReqDt').text(item.dlvReqDt);
|
140
|
140
|
$li.find('.fnWhsNm').text(item.whsNm);
|
141
|
141
|
$li.find('.fnPodrDt').text(item.podrDt);
|