|
|
|
|
@ -11,7 +11,9 @@
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<strong>발송목적</strong><br/>
|
|
|
|
|
<label><input type="radio" name="msgPrps" value="02" checked="checked" />단속기 이동주차안내</label>
|
|
|
|
|
<label><input type="radio" name="msgPrps" value="" checked="checked" />(랜덤)</label>
|
|
|
|
|
<br/>
|
|
|
|
|
<label><input type="radio" name="msgPrps" value="02" />단속기 이동주차안내</label>
|
|
|
|
|
<br/>
|
|
|
|
|
<label><input type="radio" name="msgPrps" value="03" />이동주차안내</label>
|
|
|
|
|
<br/>
|
|
|
|
|
@ -79,7 +81,7 @@ $("#btnSend--${pageName}").on("click",function(){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(data.msgPrps == "04"){
|
|
|
|
|
if(data.msgPrps == "04" || data.msgPrps == ""){
|
|
|
|
|
if(data.sincheongFrom == null || data.sincheongFrom == "" || data.sincheongFrom.length < 8
|
|
|
|
|
|| data.sincheongTo == null || data.sincheongTo == "" || data.sincheongTo.length < 8
|
|
|
|
|
){
|
|
|
|
|
@ -94,7 +96,7 @@ $("#btnSend--${pageName}").on("click",function(){
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(data.msgPrps == "02"){
|
|
|
|
|
if(data.msgPrps == "02" || data.msgPrps == ""){
|
|
|
|
|
if(data.ibchaFrom == null || data.ibchaFrom == "" || data.ibchaFrom.length < 14
|
|
|
|
|
|| data.ibchaTo == null || data.ibchaTo == "" || data.ibchaTo.length < 14
|
|
|
|
|
){
|
|
|
|
|
|