Explorar o código

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

jun820624 %!s(int64=4) %!d(string=hai) anos
pai
achega
cc4d1602c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/views/order/RtnReqForm.html

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

@@ -1992,7 +1992,7 @@ $(document).ready(function() {
 		}
 	}
 	
-	if (orderChangeDetailList != null) {
+	if (orderChangeDetailList != null && orderChangeDetailList.length > 0) {
 		$('#rtnRequestRegNm').text(orderChangeDetailList[0].regNm);
 		$('#rtnRequestUpdNm').text(orderChangeDetailList[0].updNm);
 	}