Przeglądaj źródła

모바일 입고현황 디자인 적용

juney 2 lat temu
rodzic
commit
724cc9dfba

+ 2 - 2
src/main/webapp/mobile/js/app/mpomng/ITP_MPOMNG07010.js

@@ -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
 			};