2023-12-29 11:59 기소유예 등록 컬럼명 수정
This commit is contained in:
parent
46c4c71679
commit
06f4e5e5ae
File diff suppressed because it is too large
Load Diff
@ -72,7 +72,7 @@
|
||||
console.log('returnData :: ', returnData);
|
||||
if(returnData.result == "success"){
|
||||
alert("저장되었습니다.");
|
||||
fncGoList();
|
||||
//fncGoList();
|
||||
}else if(returnData.result == "fail"){
|
||||
alert(returnData.message);
|
||||
$('#cmptntAthrt').prop('disabled', true);
|
||||
@ -131,9 +131,9 @@
|
||||
}
|
||||
|
||||
// 생년월일 검사
|
||||
if($("#dBirth").val().trim() == ""){
|
||||
if($("#DBirth").val().trim() == ""){
|
||||
alert("생년월일을 입력해주세요.");
|
||||
$("#dBirth").focus();
|
||||
$("#DBirth").focus();
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -321,7 +321,7 @@
|
||||
</td>
|
||||
<th scope="row">생년월일</th>
|
||||
<td>
|
||||
<input type="text" name="dBirth" id="dBirth" placeholder="00000000" maxlength="8"/>
|
||||
<input type="text" name="DBirth" id="DBirth" placeholder="00000000" maxlength="8"/>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user