|
@@ -633,7 +633,7 @@ function ssnCheck(_ssn1, _ssn2) {
|
|
|
<th>여권번호</th>
|
|
|
<td>
|
|
|
<div class="form-check-inline">
|
|
|
- <input type="text" id="passportNumber" name="passportNumber" value='<c:out value="${patientData.passportNumber}"/>' class="form-control jumin-check" placeholder="여권번호">
|
|
|
+ <input type="text" id="passportNumber" name="passportNumber" value='<c:out value="${patientData.passportNumber}"/>' class="form-control jumin-check" placeholder="여권번호" maxlength="9">
|
|
|
<button type="button" class="btn btn-outline-danger ml-2" onclick="resetInput(this);">x</button>
|
|
|
</div>
|
|
|
</td>
|