|
@@ -141,6 +141,10 @@ let mobContObj = {
|
141
|
141
|
$li.find('.fnPodrAmt').text(CommonObj.currency.add(Number(item.unitAmt) * Number(item.dlvQty)));
|
142
|
142
|
$li.find('.fnWhsNm').text(item.whsNm);
|
143
|
143
|
$li.find('.fnDlvMgrNm').text(item.dlvMgrNm);
|
|
144
|
+ $li.find('.fnItemNm').text(item.itemNm);
|
|
145
|
+ $li.find('.fnPodrQty').text( CommonObj.currency.add(item.podrQty, '개') );
|
|
146
|
+ $li.find('.fnUnitAmt').text(item.unitAmt);
|
|
147
|
+ $li.find('.fnDlvAmt').text(item.dlvAmt);
|
144
|
148
|
mobContObj.list.rows.push(item);
|
145
|
149
|
});
|
146
|
150
|
};
|