|
|
|
|
@ -251,7 +251,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var residentNo = searchResultMap.get("residentNo");
|
|
|
|
|
if(residentNo.length == 13) {
|
|
|
|
|
if(residentNo.length == 13 || residentNo.length == 9) {
|
|
|
|
|
ibx_residentNo1.setValue(residentNo.substr(0, 6));
|
|
|
|
|
ibx_residentNo2.setValue(residentNo.substr(6, 7));
|
|
|
|
|
} else if(residentNo.length == 10) {
|
|
|
|
|
@ -260,6 +260,10 @@
|
|
|
|
|
ibx_residentNo5.setValue(residentNo.substr(5, 5));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(searchResultMap.get("maxCarryCapacity") == null || searchResultMap.get("maxCarryCapacity") == '') {
|
|
|
|
|
searchResultMap.set("maxCarryCapacity", 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
searchResultMap.set("searchDiv", searchParam.get("searchDiv"));
|
|
|
|
|
searchResultMap.set("penaltyManageYear", searchParam.get("penaltyManageYear"));
|
|
|
|
|
searchResultMap.set("penaltySeqno", searchParam.get("penaltySeqno"));
|
|
|
|
|
@ -300,13 +304,18 @@
|
|
|
|
|
+ residentNo3.length + residentNo4.length + residentNo5.length == 0) {
|
|
|
|
|
com.alert("주민/법인번호는 필수 입력 항목 입니다.");
|
|
|
|
|
return false;
|
|
|
|
|
} else if(residentNo1.length + residentNo2.length == 13) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if((residentNo1.length + residentNo2.length == 13)
|
|
|
|
|
|| (residentNo1.length + residentNo2.length == 9)) {
|
|
|
|
|
|
|
|
|
|
if(residentNo3.length > 0 || residentNo4.length > 0 || residentNo5.length > 0) {
|
|
|
|
|
com.alert("주민번호가 입력되어 있습니다. 법인번호를 삭제하세요.");
|
|
|
|
|
return false;
|
|
|
|
|
} else {
|
|
|
|
|
searchResultMap.set("residentNo" , "" + residentNo1 + residentNo2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
searchResultMap.set("residentNo" , "" + residentNo1 + residentNo2);
|
|
|
|
|
|
|
|
|
|
} else if(residentNo3.length + residentNo4.length + residentNo5.length == 10) {
|
|
|
|
|
searchResultMap.set("frResident" , "" + residentNo3 + residentNo4);
|
|
|
|
|
searchResultMap.set("edResident" , "" + residentNo5);
|
|
|
|
|
@ -464,7 +473,7 @@
|
|
|
|
|
<w2:colspan>3</w2:colspan>
|
|
|
|
|
<w2:rowspan>1</w2:rowspan>
|
|
|
|
|
</w2:attributes>
|
|
|
|
|
<xf:input adjustMaxLength="false" id="ibx_transCarTypeName" style="width:97%;height: 21px;" ref="data:searchResultMap.transCarTypeName" ignoreChar="" maxlength="30"></xf:input>
|
|
|
|
|
<xf:input adjustMaxLength="false" id="ibx_transCarTypeName" style="width:97%;height: 21px;" ref="data:searchResultMap.transCarTypeName" ignoreChar="" maxlength="50"></xf:input>
|
|
|
|
|
</xf:group>
|
|
|
|
|
</xf:group>
|
|
|
|
|
</xf:group>
|
|
|
|
|
|