|
@@ -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">
|