huiwon.seo 4 سال پیش
والد
کامیت
a772ff4262
2فایلهای تغییر یافته به همراه10 افزوده شده و 10 حذف شده
  1. 6 6
      src/main/webapp/WEB-INF/jsp/mobile/login/login.jsp
  2. 4 4
      src/main/webapp/WEB-INF/jsp/patient/new.jsp

+ 6 - 6
src/main/webapp/WEB-INF/jsp/mobile/login/login.jsp

@@ -48,13 +48,13 @@ $( function(){
                     localStorage.pw = $( "#pw" ).val();
                     localStorage.cc = data.cc;
 
-                    if( isMobile() ) {
-                        if( checkDevice() == "android" ) {
-                            window.android.login(data.id, data.pw);
-                        } else if( checkDevice() == "ios" ){
+//                     if( isMobile() ) {
+//                         if( checkDevice() == "android" ) {
+//                             window.android.login(data.id, data.pw);
+//                         } else if( checkDevice() == "ios" ){
                             
-                        }
-                    }
+//                         }
+//                     }
                     
                     location.replace( '/mobile/menu' );
                 } else {

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

@@ -259,7 +259,7 @@ $( function(){
                                                                  
                                                                 <select class="custom-select select-date date-year">
                                                                       <option value="" selected="">년</option>
-                                                                      <c:forEach var="y" begin="1940" end="${sysYear}" step="1">
+                                                                      <c:forEach var="y" begin="1900" end="${sysYear}" step="1">
                                                                           <option value="${y}">${y} 년</option>
                                                                       </c:forEach>
                                                                 </select>
@@ -321,14 +321,14 @@ $( function(){
                                                     </td>
                                                 </tr>
                                                 <tr>
-                                                    <th><span class="fix">*</span>최근약복용<br />(최근 24시간 이내)</th>
+                                                    <th>최근약복용<br />(최근 24시간 이내)</th>
                                                     <td>
                                                         <label class="form-check form-check-inline">
-                                                            <input class="form-check-input" type="radio" value="N" name="drugYn" onclick="$('#drugContent').attr('readonly', true);" required>
+                                                            <input class="form-check-input" type="radio" value="N" name="drugYn" onclick="$('#drugContent').attr('readonly', true).val('');">
                                                             <span class="form-check-label">미복용</span>
                                                         </label>
                                                         <label class="form-check form-check-inline">
-                                                            <input class="form-check-input" type="radio" value="Y" name="drugYn" onclick="$('#drugContent').removeAttr('readonly');" required>
+                                                            <input class="form-check-input" type="radio" value="Y" name="drugYn" onclick="$('#drugContent').removeAttr('readonly');">
                                                             <span class="form-check-label">복용</span>
                                                         </label>
                                                         <label class="form-check form-check-inline">