This commit is contained in:
JooYoung 2022-12-07 12:14:26 +09:00
commit bd9ee019cf
2 changed files with 3 additions and 2 deletions

View File

@ -121,6 +121,7 @@ function openExampleAdminPop(exmpCd) {
}
if(reqPerTotCnt >= 5){
alert("피신청인은 최대 5명까지 등록이 가능합니다.");
@ -145,10 +146,10 @@ function openExampleAdminPop(exmpCd) {
onKeyUpBizNo($("[name='adjReqMgrVoList["+ num +"].rpplBizNo']")); // 개인사업자번호 자동맞춤
//추가 피신청인 카운트 늘려주기
$('#reqPerTotCnt').val(reqPerTotCnt + 1);
$('#reqPerTotCnt').val(reqPerTotCnt);
}
});