|
@@ -141,8 +141,8 @@ let mobContentObj = {
|
141
|
141
|
$li.find('.fnDlvSchDt').text(item.dlvSchDt);
|
142
|
142
|
$li.find('.fnUnitAmt').text(CommonObj.currency.add(item.unitAmt));
|
143
|
143
|
$li.find('.fnWhsAmt').text(CommonObj.currency.add(item.whsAmt));
|
144
|
|
- $li.find('.fnDlvQty').text(CommonObj.comma.set(item.dlvQty));
|
145
|
|
- $li.find('.fnWhsQty').text(CommonObj.comma.set(item.whsQty));
|
|
144
|
+ $li.find('.fnDlvQty').text(CommonObj.comma.set(item.dlvQty) + ' ' + item.unit);
|
|
145
|
+ $li.find('.fnWhsQty').text(CommonObj.comma.set(item.whsQty) + ' ' + item.unit);
|
146
|
146
|
_this.rows.push(item);
|
147
|
147
|
});
|
148
|
148
|
};
|