Parcourir la source

발주관리-구매요청현황, 구매발주현황 세부수정

yhl88 il y a 2 ans
Parent
commit
17b8f97a51

+ 1 - 1
src/main/webapp/app/pomng/POMNG02010.html

@@ -204,7 +204,7 @@
204 204
 									</div>
205 205
 									<div class="itp_form_in">	
206 206
 										<div class="form-group">
207
-											<label class="col-xs-2 itp_lb">요청부서(매장/부서)</label>
207
+											<label class="col-xs-2 itp_lb">구매요청자</label>
208 208
 											<div class="col-xs-4 itp_ip pchReqMgrNm"></div>
209 209
 											<label class="col-xs-2 itp_lb">구매요청금액</label>
210 210
 											<div class="col-xs-4 itp_ip fnPchReqTotalAmt"></div>

+ 1 - 1
src/main/webapp/js/app/pomng/ITP_POMNG04010.js

@@ -537,7 +537,7 @@ let modifyObj = {
537 537
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_AFFL_SHOP_ID').val(result.afflShopId);
538 538
 		$('#ITP_FORM_POMNG04010_DETAIL .fnBrandNm').text(result.brandNm);				
539 539
 		$('#ITP_FORM_POMNG04010_DETAIL .fnPchPodrUnqNo').text(result.pchPodrUnqNo);
540
-		$('#ITP_FORM_POMNG04010_DETAIL .fnSpplyNm').text(result.spplyId);
540
+		$('#ITP_FORM_POMNG04010_DETAIL .fnSpplyNm').text(result.spplyNm);
541 541
 		$('#ITP_FORM_POMNG04010_DETAIL .fnPodrDt').text(result.podrDt);
542 542
 		$('#ITP_FORM_POMNG04010_DETAIL .fnPchOdrStCd').text(result.pchOdrStNm);
543 543
 		$('#ITP_FORM_POMNG04010_DETAIL .fnPodrTotalAmt').text(result.podrTotalAmt.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','));