Kaynağa Gözat

1. 환자용 메인페이지 문진, 비대면진료 new 이미지 제거
2. 생활치료센터 관리 목록 타이틀 변경
3. 생활치료센터 등록, 정보, 수정 요양기관번호 문구 삭제
4. 전화번호 힌트 변경

junekeunsong 4 yıl önce
ebeveyn
işleme
e85315173e

+ 2 - 2
src/main/webapp/WEB-INF/jsp/center/edit.jsp

@@ -115,7 +115,7 @@ $( function(){
                                                         </c:forEach>
                                                     </select>
                                                 </td>
-                                                <th><span class="fix">*</span>협력병원 </br>(요양기관번호)</th>
+                                                <th><span class="fix">*</span>협력병원</th>
                                                 <td>
                                                     <select class="custom-select" name="cooperativeCode">
                                                         <c:forEach var="j" items="${cooperativeList}">
@@ -127,7 +127,7 @@ $( function(){
                                             <tr>
                                                 <th><span class="fix">*</span>전화번호</th>
                                                 <td colspan="3">
-                                                    <input type="text" class="form-control" name="centerNumber" placeholder="010-1234-1234" value="${centerInfo.centerNumber}" required onkeypress="onlyNumber();">
+                                                    <input type="text" class="form-control" name="centerNumber" value="${centerInfo.centerNumber}" required onkeypress="onlyNumber();">
                                                 </td>
                                             </tr>
                                             <tr>

+ 1 - 1
src/main/webapp/WEB-INF/jsp/center/info.jsp

@@ -85,7 +85,7 @@ function reset() {
                                             <td>
                                                 <c:out value="${centerInfo.jurisdictionName}"></c:out>
                                             </td>
-                                            <th>협력병원 </br>(요양기관번호)</th>
+                                            <th>협력병원</th>
                                             <td>
                                                 <c:out value="${centerInfo.cooperativeName}"></c:out>
                                             </td>

+ 1 - 1
src/main/webapp/WEB-INF/jsp/center/list.jsp

@@ -139,7 +139,7 @@
                                             <thead>
                                                 <tr>
                                                     <th>번호</th>
-                                                    <th>치료센터명</th>
+                                                    <th>생활치료센터명</th>
                                                     <th>지역</th>
                                                     <th>담당자(ID)</th>
                                                     <th>전화번호</th>

+ 7 - 4
src/main/webapp/WEB-INF/jsp/center/new.jsp

@@ -153,7 +153,7 @@ $( function(){
                                                         </c:forEach>
                                                     </select>
                                                 </td>
-                                                <th><span class="fix">*</span>협력병원 </br>(요양기관번호)</th>
+                                                <th><span class="fix">*</span>협력병원</th>
                                                 <td>
                                                     <select class="custom-select" name="cooperativeCode">
                                                         <c:forEach var="j" items="${cooperativeList}">
@@ -191,19 +191,22 @@ $( function(){
                                             <tr>
                                                 <th><span class="fix">*</span>담당자 전화번호</th>
                                                 <td colspan="3">
-                                                    <input type="text" class="form-control" name="staffPhoneNumber"  placeholder="'-'를 제외한 숫자만 입력하세요" required onkeypress="onlyNumber();">
+<!--                                                 placeholder="'-'를 제외한 숫자만 입력하세요" -->
+                                                    <input type="text" class="form-control" name="staffPhoneNumber" required onkeypress="onlyNumber();">
                                                 </td>
                                             </tr>
                                             <tr>
                                                 <th><span class="fix">*</span>비밀번호</th>
                                                 <td colspan="3">
-                                                    <input type="password" class="form-control" name="staffPw" id="staffPw" placeholder="숫자, 영문, 특수문자 조합 8~15자 이내" maxlength="15" required>
+<!--                                                 placeholder="숫자, 영문, 특수문자 조합 8~15자 이내" -->
+                                                    <input type="password" class="form-control" name="staffPw" id="staffPw" maxlength="15" required>
                                                 </td>
                                             </tr>
                                             <tr>
                                                 <th><span class="fix">*</span>비밀번호 확인</th>
                                                 <td colspan="3">
-                                                    <input type="password" class="form-control" name="staffPwConfirm"  placeholder="비밀번호 확인을 위해 비밀번호를 한번 더 입력하세요." maxlength="15" required>
+<!--                                                 placeholder="비밀번호 확인을 위해 비밀번호를 한번 더 입력하세요." -->
+                                                    <input type="password" class="form-control" name="staffPwConfirm"   maxlength="15" required>
                                                 </td>
                                             </tr>
                                         </table>

+ 2 - 4
src/main/webapp/WEB-INF/jsp/mobile/menu/menu.jsp

@@ -105,9 +105,7 @@ console.log("pw -- > " + localStorage.getItem("pw"));
                             <a href="./servey">
                         </c:if>
                             <div class="image">
-                                <c:if test="${munjinCnt eq 0}">
-                                    <div class="new_icon">NEW</div>
-                                </c:if>
+<!--                                 <div class="new_icon">NEW</div> -->
                                 <img src="/resources/images/mobile/quick_2.png" />
                             </div>
                             <div class="text">문진</div>
@@ -126,7 +124,7 @@ console.log("pw -- > " + localStorage.getItem("pw"));
                     <li>
                         <a href="./nonface">
                             <div class="image">
-                                <div class="new_icon">NEW</div>
+<!--                                 <div class="new_icon">NEW</div> -->
                                 <img src="/resources/images/mobile/quick_4.png" />
                             </div>
                             <div class="text">비대면진료</div>

+ 3 - 3
src/main/webapp/WEB-INF/jsp/staff/myinfo.jsp

@@ -106,9 +106,9 @@ $( function(){
                                                 </td>
                                             </tr>
                                             <tr>
-                                                <th><span class="fix">*</span>휴대폰번호</th>
+                                                <th>휴대폰번호</th>
                                                 <td>
-                                                    <input type="text" class="form-control" value="${info.phoneNumber}" name="phoneNumber" placeholder="010-1234-1234" required onkeypress="onlyNumber();">
+                                                    <input type="text" class="form-control" value="${info.phoneNumber}" name="phoneNumber" onkeypress="onlyNumber();">
                                                 </td>
                                                 <th>치료센터</th>
                                                 <td>
@@ -119,7 +119,7 @@ $( function(){
                                         <div class="row mt-3">
                                             <div class="col-12">
                                                 <div class="text-right">
-                                                    <button type="button" class="btn btn-outline-primary w100">취소</button>
+                                                    <button type="button" class="btn btn-outline-primary w100" onclick="location.href='./list';">취소</button>
                                                     <button type="submit" class="btn btn-primary w100">수정</button>
                                                 </div>
                                             </div>