Explorar o código

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

juney %!s(int64=2) %!d(string=hai) anos
pai
achega
4fe7378773
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/mobile/js/app/mpomng/ITP_MPOMNG07010.js

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

@@ -136,7 +136,7 @@ let mobContentObj = {
136 136
 					var $li = $('#ITP_LIST_MPOMNG07010_LIST_ITEM_AREA .panel-group > .history_list2:last');
137 137
 					$li.find('.fnDlvSttmtUnqNo').text(item.dlvSttmtUnqNo);
138 138
 					$li.find('.fnItemNm').text(item.itemNm);
139
-					$li.find('.fnWhsNm').text(item.whsNm);
139
+					$li.find('.fnWhsNm').text(item.whsCnfmNm);
140 140
 					$li.find('.fnDlvReqDt').text(item.dlvReqDt);
141 141
 					$li.find('.fnDlvSchDt').text(item.dlvSchDt);
142 142
 					$li.find('.fnUnitAmt').text(CommonObj.currency.add(item.unitAmt));