계도 처리시 소유주정보 필수 입력 체크 추가

main
이범준 1 year ago
parent f322003303
commit 268faeda49

@ -323,27 +323,20 @@ $(document).ready(function(){
$P.fnSave = () => { $P.fnSave = () => {
//if (!$("#frmEdit--${pageName} input").validInputs()) return;
if(!customValidate($("#frmEdit--${pageName} input"))) return; if(!customValidate($("#frmEdit--${pageName} input"))) return;
if($("#doGuidance--${pageName}").is(":checked")){
var rtpyrNm = document.getElementById("rtpyrNm--${pageName}");
if(rtpyrNm.value == ""){
dialog.alert({
content:"계도 처리를 하기 위해선 소유주정보가 입력되어야 합니다.",
onClose:function(){rtpyrNm.focus();}
});
return;
}
}
//if(){
//dialog.alert({
//content:"계도 처리를 하기 위해선 차량번호가 입력되어야 합니다",
//onClose:function(){input.focus();}
//});
//}
//if(){
//dialog.alert({
//content:"계도 처리를 하기 위해선 소유주정보가 입력되어야 합니다.",
//onClose:function(){input.focus();}
//});
//}
dialog.alert({ dialog.alert({
content:"현재 단속 정보를 저장하시겠습니까?", content:"현재 단속 정보를 저장하시겠습니까?",
@ -352,7 +345,6 @@ $(document).ready(function(){
} }
}); });
}; };
$P.videoCallback = (snapshots) => { $P.videoCallback = (snapshots) => {

Loading…
Cancel
Save