2022-11-29 18:04 저작위 수정 요청 사항 개발
This commit is contained in:
parent
e56c7574c9
commit
a3da15b20e
@ -150,6 +150,14 @@ $(document).ready(function(){
|
|||||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/addRpplPop.do", "750", "660", "adrDetailPop", $('#pop'));
|
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/addRpplPop.do", "750", "660", "adrDetailPop", $('#pop'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function fncUpdtRppl(rpplTy, rpplRespddSeq) {
|
||||||
|
$('#rpplTy').val(rpplTy);
|
||||||
|
$('#rpplRespddSeq').val(rpplRespddSeq);
|
||||||
|
|
||||||
|
var pop = document.pop;
|
||||||
|
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/updtRpplPop.do", "750", "660", "adrDetailPop", $('#pop'));
|
||||||
|
}
|
||||||
|
|
||||||
function fncAppChg(adrSn) {
|
function fncAppChg(adrSn) {
|
||||||
//$('#rpplTy').val(rpplTy);
|
//$('#rpplTy').val(rpplTy);
|
||||||
|
|
||||||
@ -756,6 +764,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<!-- 고도화로 추가됨 -->
|
<!-- 고도화로 추가됨 -->
|
||||||
<input type="hidden" id="sbmtTyCd" name="sbmtTyCd" value=""/>
|
<input type="hidden" id="sbmtTyCd" name="sbmtTyCd" value=""/>
|
||||||
|
<input type="hidden" id="rpplRespddSeq" name="rpplRespddSeq" value=""/>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
@ -1978,6 +1987,9 @@ $(document).ready(function(){
|
|||||||
</c:if>
|
</c:if>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
<c:if test="${!empty resPDList.resPonDentDNm}">
|
||||||
|
<button type="button" class="btnType01 btn_change" onclick="fncUpdtRppl('40', '<c:out value="${resPDList.resPonDentId}"/>')">대리인정보변경</button>
|
||||||
|
</c:if>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -180,6 +180,7 @@
|
|||||||
<th class="req_text">이메일</th>
|
<th class="req_text">이메일</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="hidden" id="rpplEmail" name="rpplEmail">
|
<input type="hidden" id="rpplEmail" name="rpplEmail">
|
||||||
|
<!-- onkeyup="onlyAlphabetNumberEmail(this)" -->
|
||||||
<input type="text" id="rpplEmail01" class="email_input">
|
<input type="text" id="rpplEmail01" class="email_input">
|
||||||
@
|
@
|
||||||
<input type="text" id="rpplEmail02" class="email_input">
|
<input type="text" id="rpplEmail02" class="email_input">
|
||||||
@ -205,11 +206,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="req_text">연락처</th>
|
<th class="req_text">연락처</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" class="phone_input" id="rpplPhone01" maxlength="3">
|
<input type="text" class="phone_input" id="rpplPhone01" maxlength="3" onkeyup="onlyNumber(this)">
|
||||||
-
|
-
|
||||||
<input type="text" class="phone_input" id="rpplPhone02" maxlength="4">
|
<input type="text" class="phone_input" id="rpplPhone02" maxlength="4" onkeyup="onlyNumber(this)">
|
||||||
-
|
-
|
||||||
<input type="text" class="phone_input" id="rpplPhone03" maxlength="4">
|
<input type="text" class="phone_input" id="rpplPhone03" maxlength="4" onkeyup="onlyNumber(this)">
|
||||||
<input type="hidden" id="rpplPhone" name="rpplPhone">
|
<input type="hidden" id="rpplPhone" name="rpplPhone">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -222,13 +222,14 @@ $( document ).ready(function(){
|
|||||||
|
|
||||||
<label for="rpplPhone1${status.index}" class="label">핸드폰 앞자리 선택</label>
|
<label for="rpplPhone1${status.index}" class="label">핸드폰 앞자리 선택</label>
|
||||||
<%--<kc:select codeId="ADR020" defaultText="직접입력" name="adjstRpplList[${status.index}].rpplPhone1" id="rpplPhone1${status.index}" selectedValue="${not empty phone ? phone[0] : ''}"/>--%>
|
<%--<kc:select codeId="ADR020" defaultText="직접입력" name="adjstRpplList[${status.index}].rpplPhone1" id="rpplPhone1${status.index}" selectedValue="${not empty phone ? phone[0] : ''}"/>--%>
|
||||||
<form:input path="adjstRpplList[${status.index}].rpplPhone1" id="rpplPhone1${status.index}" onkeyup="onlyNumber(this)"
|
<!-- onkeyup="onlyNumber(this)" -->
|
||||||
|
<form:input path="adjstRpplList[${status.index}].rpplPhone1" id="rpplPhone1${status.index}"
|
||||||
size="15" cssClass="input_phone" placeholder="연락처 입력" maxlength="3" value="${not empty phone ? phone[0] : ''}"/>
|
size="15" cssClass="input_phone" placeholder="연락처 입력" maxlength="3" value="${not empty phone ? phone[0] : ''}"/>
|
||||||
-<label for="rpplPhone2${status.index}" class="label">핸드폰 가운데자리 입력</label>
|
-<label for="rpplPhone2${status.index}" class="label">핸드폰 가운데자리 입력</label>
|
||||||
<form:input path="adjstRpplList[${status.index}].rpplPhone2" id="rpplPhone2${status.index}" onkeyup="onlyNumber(this)"
|
<form:input path="adjstRpplList[${status.index}].rpplPhone2" id="rpplPhone2${status.index}"
|
||||||
size="15" cssClass="input_phone" placeholder="연락처 입력" maxlength="4" value="${not empty phone ? phone[1] : ''}"/>
|
size="15" cssClass="input_phone" placeholder="연락처 입력" maxlength="4" value="${not empty phone ? phone[1] : ''}"/>
|
||||||
-<label for="rpplPhone3${status.index}" class="label">핸드폰 마지막자리 입력</label>
|
-<label for="rpplPhone3${status.index}" class="label">핸드폰 마지막자리 입력</label>
|
||||||
<form:input path="adjstRpplList[${status.index}].rpplPhone3" id="rpplPhone3${status.index}" onkeyup="onlyNumber(this)"
|
<form:input path="adjstRpplList[${status.index}].rpplPhone3" id="rpplPhone3${status.index}"
|
||||||
size="15" cssClass="input_phone" placeholder="연락처 입력" maxlength="4" value="${not empty phone ? phone[2] : ''}"/>
|
size="15" cssClass="input_phone" placeholder="연락처 입력" maxlength="4" value="${not empty phone ? phone[2] : ''}"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user