Explorar o código

취소/교환/반품 접수자 정보 추가

gagamel %!s(int64=4) %!d(string=hai) anos
pai
achega
2c1430e893

+ 4 - 4
src/main/webapp/WEB-INF/views/order/ExchangeRequestForm.html

@@ -230,9 +230,9 @@
 					<tbody>
 						<tr>
 							<th>접수자</th>
-							<td id="exchCompleteRegNm"></td>
+							<td id="exchRequestRegNm"></td>
 							<th>최종수정자</th>
-							<td id="exchCompleteUpdNm"></td>
+							<td id="exchRequestUpdNm"></td>
 						</tr>
 					</tbody>
 				</table>
@@ -1604,8 +1604,8 @@ $(document).ready(function() {
 	fnChangeQty();
 	
 	if (orderChangeDetailList != null) {
-		$('#exchCompleteRegNm').text(orderChangeDetailList[0].regNm);
-		$('#exchCompleteUpdNm').text(orderChangeDetailList[0].updNm);
+		$('#exchRequestRegNm').text(orderChangeDetailList[0].regNm);
+		$('#exchRequestUpdNm').text(orderChangeDetailList[0].updNm);
 	}
 });
 </script>

+ 23 - 1
src/main/webapp/WEB-INF/views/order/RtnReqForm.html

@@ -262,8 +262,25 @@
 						</tbody>
 					</table>
 				</div>
-				<br>
 				
+				<h4>접수자 정보</h4>
+				<table class="frmStyle">
+					<colgroup>
+						<col style="width:15%;" />
+						<col style="width:35%;" />
+						<col style="width:15%;" />
+						<col />
+					</colgroup>
+					<tbody>
+						<tr>
+							<th>접수자</th>
+							<td id="rtnRequestRegNm"></td>
+							<th>최종수정자</th>
+							<td id="rtnRequestUpdNm"></td>
+						</tr>
+					</tbody>
+				</table>
+				<br>
 			</form>
 		</div>
 	</div>
@@ -1969,6 +1986,11 @@ $(document).ready(function() {
 			fnChangeChgReason('G688_17');															// 귀책사유
 		}
 	}
+	
+	if (orderChangeDetailList != null) {
+		$('#rtnRequestRegNm').text(orderChangeDetailList[0].regNm);
+		$('#rtnRequestUpdNm').text(orderChangeDetailList[0].updNm);
+	}
 });
 
 // 2021.06.17 구성상품 내역 팝업 호출