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);
|
console.log('returnData :: ', returnData);
|
||||||
if(returnData.result == "success"){
|
if(returnData.result == "success"){
|
||||||
alert("저장되었습니다.");
|
alert("저장되었습니다.");
|
||||||
fncGoList();
|
//fncGoList();
|
||||||
}else if(returnData.result == "fail"){
|
}else if(returnData.result == "fail"){
|
||||||
alert(returnData.message);
|
alert(returnData.message);
|
||||||
$('#cmptntAthrt').prop('disabled', true);
|
$('#cmptntAthrt').prop('disabled', true);
|
||||||
@ -131,9 +131,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 생년월일 검사
|
// 생년월일 검사
|
||||||
if($("#dBirth").val().trim() == ""){
|
if($("#DBirth").val().trim() == ""){
|
||||||
alert("생년월일을 입력해주세요.");
|
alert("생년월일을 입력해주세요.");
|
||||||
$("#dBirth").focus();
|
$("#DBirth").focus();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -321,7 +321,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<th scope="row">생년월일</th>
|
<th scope="row">생년월일</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="dBirth" id="dBirth" placeholder="00000000" maxlength="8"/>
|
<input type="text" name="DBirth" id="DBirth" placeholder="00000000" maxlength="8"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- <tr>
|
<!-- <tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user