Parcourir la source

Merge branch 'stage_tsit' into style

card007 il y a 4 ans
Parent
commit
6ca6ceb5af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 	}