강의만족도 popup 진행중

This commit is contained in:
hylee 2023-11-27 12:17:26 +09:00
parent 7f380f2a3d
commit 657786519f
2 changed files with 11 additions and 122 deletions

View File

@ -160,6 +160,7 @@ public class VEPrcsDetailVO extends ComDefaultVO implements Serializable {
private String chrgNm; private String chrgNm;
private String insttNm; private String insttNm;
private String instrNm;
@ -786,6 +787,12 @@ public class VEPrcsDetailVO extends ComDefaultVO implements Serializable {
public void setInsttNm(String insttNm) { public void setInsttNm(String insttNm) {
this.insttNm = insttNm; this.insttNm = insttNm;
} }
public String getInstrNm() {
return instrNm;
}
public void setInstrNm(String instrNm) {
this.instrNm = instrNm;
}
} }

View File

@ -120,129 +120,11 @@
<input type="hidden" name="sbmtYn" id="sbmtYn" value="" /> <input type="hidden" name="sbmtYn" id="sbmtYn" value="" />
<div class="area_popup"> <div class="area_popup">
<div class="cont_popup"> <div class="cont_popup">
<c:if test="${empty info or info.sbmtYn ne 'Y'}">
<div class="pop_tb_tit01">
<p>강사료</p>
</div>
<table class="pop_tb_type02">
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr> <div class="tb_tit01">
<th scope="row"> <p>교육 내용에 대한 전반적 만족도 평가</p>
<p>강사료</p> </div>
</th>
<td><input type="text" numberOnly id="instrFee" name="instrFee" value="<fmt:formatNumber value="${info.instrFee}" pattern="#,###"/>"/></td>
</tr>
<tr>
<th scope="row">
<p>교통비</p>
</th>
<td><input type="text" numberOnly id="trafficFee" name="trafficFee" value="<fmt:formatNumber value="${info.trafficFee}" pattern="#,###"/>"/></td>
</tr>
<tr>
<th scope="row">
<p>강사료 합계</p>
</th>
<td><!-- 합계 -->
<input type="text" id="instrFeeSum" name="instrFeeSum" disabled="disabled" value=""/>
</td>
</tr>
</tbody>
</table>
<div class="pop_tb_tit01">
<p>지급 총액</p>
※ 지급 총액은 세전 금액입니다.
</div>
<table class="pop_tb_type02">
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">
<p>강사료 합계
</th>
<td><!-- 강사료합계-세금합계 -->
<input type="text" id="totalSum" name="totalSum" disabled="disabled" value=""/>
</td>
</tr>
</tbody>
</table>
</c:if>
<c:if test="${!empty info and info.sbmtYn eq 'Y'}">
<div class="pop_tb_tit01">
<p>강사료</p>
</div>
<table class="pop_tb_type02">
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">
<p>강사료</p>
</th>
<td>
<fmt:formatNumber value="${info.instrFee}" pattern="#,###"/>
</td>
</tr>
<tr>
<th scope="row">
<p>교통비</p>
</th>
<td>
<fmt:formatNumber value="${info.trafficFee}" pattern="#,###"/>
</td>
</tr>
<tr>
<th scope="row">
<p>강사료 합계</p>
</th>
<td><!-- 합계 -->
<fmt:formatNumber value="${info.instrFeeSum}" pattern="#,###"/>
</td>
</tr>
</tbody>
</table>
<div class="pop_tb_tit01">
<p>지급 총액</p>
※ 지급 총액은 세전 금액입니다.
</div>
<table class="pop_tb_type02">
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">
<p>강사료 합계
<!-- <br>-세금 합계 -->
</p>
</th>
<td><!-- 강사료 합계 - 세금 합계 -->
<fmt:formatNumber value="${info.totalSum}" pattern="#,###"/>
</td>
</tr>
<tr>
<th scope="row">
<p>확정여부</p>
</th>
<td>
<c:if test="${info.sbmtYn eq 'Y'}">확정</c:if>
<c:if test="${info.sbmtYn eq 'N'}">미확정</c:if>
</td>
</tr>
</tbody>
</table>
</c:if>
<div class="btn_wrap_pop btn_layout01"> <div class="btn_wrap_pop btn_layout01">
<div class="btn_left"> <div class="btn_left">
</div> </div>