Browse Source

[phr] 기록 추가 팝업에서 기록자 아이디 대신 이름 사용하도록 수정.

sjpark 4 năm trước cách đây
mục cha
commit
a4434ef774
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/main/webapp/WEB-INF/jsp/clinic/info.jsp

+ 3 - 3
src/main/webapp/WEB-INF/jsp/clinic/info.jsp

@@ -500,7 +500,7 @@ $(document).ready(function() {
 							<th>기록자</th>
 							<td>
 								<div class="form-group mb-xl-0">
-									<input class="form-control" type="text" value="${data._SES_ID}" readonly>
+									<input class="form-control" type="text" value="${data._SES_NAME}" readonly>
 								</div>
 							</td>
 						</tr>
@@ -535,7 +535,7 @@ $(document).ready(function() {
 							<th>기록자</th>
 							<td>
 								<div class="form-group mb-xl-0">
-									<input class="form-control" type="text" value="${data._SES_ID}" readonly>
+									<input class="form-control" type="text" value="${data._SES_NAME}" readonly>
 								</div>
 							</td>
 						</tr>
@@ -670,7 +670,7 @@ $(document).ready(function() {
 							<th>작성자</th>
 							<td>
 								<div class="form-row">
-									<input type="text" name="" class="form-control" placeholder="이름을 입력하세요" value="${data._SES_ID}" readonly>
+									<input type="text" name="" class="form-control" placeholder="이름을 입력하세요" value="${data._SES_NAME}" readonly>
 								</div>
 							</td>
 						</tr>