2023-10-20 11:57 성인 찾교 사용자 화면 수정
This commit is contained in:
parent
7ec9d6f39a
commit
2965e87a65
@ -134,6 +134,8 @@
|
|||||||
$('#info_apptYr').text(info.apptYr);
|
$('#info_apptYr').text(info.apptYr);
|
||||||
$('#info_actvtCarer').text(info.actvtCarer);
|
$('#info_actvtCarer').text(info.actvtCarer);
|
||||||
$('#info_mnLctrCn').text(info.mnLctrCn);
|
$('#info_mnLctrCn').text(info.mnLctrCn);
|
||||||
|
|
||||||
|
$('#info_prfsnFld').text(info.prfsnFld);
|
||||||
}
|
}
|
||||||
,error:function(request , status, error){
|
,error:function(request , status, error){
|
||||||
alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);
|
alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);
|
||||||
@ -218,6 +220,7 @@
|
|||||||
<p id="info_dBirth"></p>
|
<p id="info_dBirth"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!--
|
||||||
<tr class="trLength4">
|
<tr class="trLength4">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>최종학교</p>
|
<p>최종학교</p>
|
||||||
@ -232,6 +235,7 @@
|
|||||||
<p id="info_mjr"></p>
|
<p id="info_mjr"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
-->
|
||||||
<!-- <tr class="trLength2">
|
<!-- <tr class="trLength2">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>최종학교</p>
|
<p>최종학교</p>
|
||||||
@ -248,6 +252,7 @@
|
|||||||
<p id="info_mjr"></p>
|
<p id="info_mjr"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr> -->
|
</tr> -->
|
||||||
|
<!--
|
||||||
<tr class="trLength4">
|
<tr class="trLength4">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>위촉년도</p>
|
<p>위촉년도</p>
|
||||||
@ -262,6 +267,7 @@
|
|||||||
<p id="info_divCd"></p>
|
<p id="info_divCd"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
-->
|
||||||
<!-- <tr class="trLength2">
|
<!-- <tr class="trLength2">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>위촉년도</p>
|
<p>위촉년도</p>
|
||||||
@ -285,6 +291,7 @@
|
|||||||
<p></p id="info_apptDiv"><p></p>
|
<p></p id="info_apptDiv"><p></p>
|
||||||
</td>
|
</td>
|
||||||
</tr> -->
|
</tr> -->
|
||||||
|
<!--
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>활동경력</p>
|
<p>활동경력</p>
|
||||||
@ -300,7 +307,17 @@
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<p id="info_mnLctrCn"></p>
|
<p id="info_mnLctrCn"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
-->
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>전문분야</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">
|
||||||
|
<p id="info_prfsnFld"></p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -467,6 +484,20 @@
|
|||||||
</th>
|
</th>
|
||||||
<td colspan="3">${info.email}</td>
|
<td colspan="3">${info.email}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>신청내용</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">
|
||||||
|
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||||
|
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||||
|
|
||||||
|
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||||
|
<kc:code codeId="VEA006" code="${aplctCn}"/>
|
||||||
|
</c:forEach>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>희망주제</p>
|
<p>희망주제</p>
|
||||||
|
|||||||
@ -645,7 +645,17 @@
|
|||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<label for="jobNm" class="label">직함 입력</label>
|
<label for="jobNm" class="label">직함 입력</label>
|
||||||
<kc:checkbox name="aplctCn" id="aplctCn" codeId="VEA006"/>
|
<kc:checkbox name="aplctCn" id="aplctCn" codeId="VEA006"/>
|
||||||
|
|
||||||
|
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||||
|
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||||
|
|
||||||
|
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||||
|
<script>
|
||||||
|
$("input[name=aplctCn][value=${aplctCn}]").prop("checked",true);
|
||||||
|
</script>
|
||||||
|
</c:forEach>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -366,6 +366,9 @@
|
|||||||
$('#info_apptYr').text(info.apptYr);
|
$('#info_apptYr').text(info.apptYr);
|
||||||
$('#info_actvtCarer').text(info.actvtCarer);
|
$('#info_actvtCarer').text(info.actvtCarer);
|
||||||
$('#info_mnLctrCn').text(info.mnLctrCn);
|
$('#info_mnLctrCn').text(info.mnLctrCn);
|
||||||
|
|
||||||
|
$('#info_prfsnFld').text(info.prfsnFld);
|
||||||
|
|
||||||
}
|
}
|
||||||
,error:function(request , status, error){
|
,error:function(request , status, error){
|
||||||
alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);
|
alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);
|
||||||
@ -450,6 +453,7 @@
|
|||||||
<p id="info_dBirth"></p>
|
<p id="info_dBirth"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!--
|
||||||
<tr class="trLength4">
|
<tr class="trLength4">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>최종학교</p>
|
<p>최종학교</p>
|
||||||
@ -464,6 +468,7 @@
|
|||||||
<p id="info_mjr"></p>
|
<p id="info_mjr"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
-->
|
||||||
<!-- <tr class="trLength2">
|
<!-- <tr class="trLength2">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>최종학교</p>
|
<p>최종학교</p>
|
||||||
@ -480,6 +485,7 @@
|
|||||||
<p id="info_mjr"></p>
|
<p id="info_mjr"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr> -->
|
</tr> -->
|
||||||
|
<!--
|
||||||
<tr class="trLength4">
|
<tr class="trLength4">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>위촉년도</p>
|
<p>위촉년도</p>
|
||||||
@ -494,6 +500,7 @@
|
|||||||
<p id="info_divCd"></p>
|
<p id="info_divCd"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
-->
|
||||||
<!-- <tr class="trLength2">
|
<!-- <tr class="trLength2">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>위촉년도</p>
|
<p>위촉년도</p>
|
||||||
@ -517,6 +524,7 @@
|
|||||||
<p></p id="info_apptDiv"><p></p>
|
<p></p id="info_apptDiv"><p></p>
|
||||||
</td>
|
</td>
|
||||||
</tr> -->
|
</tr> -->
|
||||||
|
<!--
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>활동경력</p>
|
<p>활동경력</p>
|
||||||
@ -532,7 +540,19 @@
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<p id="info_mnLctrCn"></p>
|
<p id="info_mnLctrCn"></p>
|
||||||
</td>
|
</td>
|
||||||
|
</tr>
|
||||||
|
-->
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>전문분야</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">
|
||||||
|
<p id="info_prfsnFld"></p>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -952,6 +972,20 @@
|
|||||||
</th>
|
</th>
|
||||||
<td colspan="3">${info.email}</td>
|
<td colspan="3">${info.email}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>신청내용</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">
|
||||||
|
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||||
|
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||||
|
|
||||||
|
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||||
|
<kc:code codeId="VEA006" code="${aplctCn}"/>
|
||||||
|
</c:forEach>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>희망주제</p>
|
<p>희망주제</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user