Browse Source

[phr] 현황 ajax 로드시 동 정보 누락 수정;

sjpark 4 years ago
parent
commit
b09ed397c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/jsp/clinic/state.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/clinic/state.jsp

@@ -77,7 +77,7 @@ function retrieveStateData(page) {
 								html += '<div class="col-lg-2 col-md-6 mb-4">';
 								html += '	<div class="patients-stats" data-url="./info?patientIdx='+d.patientIdx+'">';
 								html += '		<div class="name">';
-								html += '			'+d.roomNumber+'('+d.patientName+')';
+								html += '			'+d.wardNumber+'/'+d.roomNumber+'('+d.patientName+')';
 								html += '			<div class="check">';
 								html += '				<ul>';
 								if (d.memoCount > 0) {