민원 상세 구분 수정기능 추가
@2c2ac4f3cda94f17c43c9b077984ce900115101c
--- src/main/resources/egovframework/sqlmap/let/cvlCmplnt/CvlCmplntManage_SQL_Mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/cvlCmplnt/CvlCmplntManage_SQL_Mysql.xml
... | ... | @@ -666,6 +666,7 @@ |
| 666 | 666 |
,CMPLNT_TYPE_ETC_NM = #cmplntTypeEtcNm# |
| 667 | 667 |
,CMPLNT_TYPE_SW_CD = #cmplntTypeSwCd# |
| 668 | 668 |
,CMPLNT_TYPE_SW_ETC_NM = #cmplntTypeSwEtcNm# |
| 669 |
+ |
|
| 669 | 670 |
,CMPLNT_REQ_FILE_ID = #cmplntReqFileId# |
| 670 | 671 |
,CMPLNT_IMSI_YN = #cmplntImsiYn# |
| 671 | 672 |
<isEqual property="cmplntImsiYn" compareValue="N"> |
... | ... | @@ -677,6 +678,16 @@ |
| 677 | 678 |
,CMPLNT_RES_PRSN_NM = #cmplntResPrsnNm# |
| 678 | 679 |
,CMPLNT_RES_CN = #cmplntResCn# |
| 679 | 680 |
,CMPLNT_STATE_CD = #cmplntStateCd# |
| 681 |
+ |
|
| 682 |
+ ,CMPLNT_FIELD_CD = #cmplntFieldCd# |
|
| 683 |
+ ,CMPLNT_FIELD_ETC_NM = #cmplntFieldEtcNm# |
|
| 684 |
+ ,CMPLNT_TYPE_CD = #cmplntTypeCd# |
|
| 685 |
+ ,CMPLNT_TYPE_ETC_NM = #cmplntTypeEtcNm# |
|
| 686 |
+ ,CMPLNT_TYPE_SW_CD = #cmplntTypeSwCd# |
|
| 687 |
+ ,CMPLNT_TYPE_SW_ETC_NM = #cmplntTypeSwEtcNm# |
|
| 688 |
+ |
|
| 689 |
+ |
|
| 690 |
+ |
|
| 680 | 691 |
<isEqual property="cmplntResDatetimeAutoYn" compareValue="Y"> |
| 681 | 692 |
,CMPLNT_RES_DATETIME = #cmplntResDatetime# |
| 682 | 693 |
</isEqual> |
--- src/main/webapp/WEB-INF/jsp/uss/itsm/cvlCmplnt/cvlCmplntDetail.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/itsm/cvlCmplnt/cvlCmplntDetail.jsp
... | ... | @@ -193,7 +193,6 @@ |
| 193 | 193 |
tempHtml += "</li>" |
| 194 | 194 |
} |
| 195 | 195 |
$('.usersList').append(tempHtml);
|
| 196 |
- //$('input:radio[name=cmplntStateCd]:input[value=02]').attr("checked", true);
|
|
| 197 | 196 |
} |
| 198 | 197 |
|
| 199 | 198 |
function staffDel(id){
|
... | ... | @@ -230,19 +229,10 @@ |
| 230 | 229 |
<input type="hidden" name="cmplntResDatetime" value="<c:out value="${result.cmplntResDatetime}" />" />
|
| 231 | 230 |
<input type="hidden" name="cmplntUserTy" value="A" /> |
| 232 | 231 |
<input type="hidden" name="logCmd" value="ADM" /><!-- 로그메소드 구분 --> |
| 233 |
-<%-- <input type="hidden" name="pageIndex" value="<c:out value="${result.pageIndex}" />" /> --%>
|
|
| 234 |
- |
|
| 235 | 232 |
|
| 236 | 233 |
<div class="enroll_popup complanint_ask_popup admin_complanint_popup"> |
| 237 | 234 |
<div class="enroll_popup_title"> |
| 238 | 235 |
<img src="/direct/img/enroll_popup_title_bg.png" alt=""> 민원상세 |
| 239 |
- <!-- <div class="enroll_popup_title_btns"> |
|
| 240 |
- <ul> |
|
| 241 |
- <li><img src="/direct/img/popup_little_icon.png" alt=""></li> |
|
| 242 |
- <li><img src="/direct/img/popup_full_icon.png" alt=""></li> |
|
| 243 |
- <li><img src="/direct/img/popup_close_icon.png" alt=""></li> |
|
| 244 |
- </ul> |
|
| 245 |
- </div> --> |
|
| 246 | 236 |
</div> |
| 247 | 237 |
<div class="enroll_wrap"> |
| 248 | 238 |
<div class="enroll_input_left complanint_wrap admin_complanint_wrap"> |
... | ... | @@ -257,7 +247,6 @@ |
| 257 | 247 |
</li> |
| 258 | 248 |
<li> |
| 259 | 249 |
<div class="enroll_input_title"><div class="listTitle">작성자</div></div> |
| 260 |
- <!-- <span class="complanint_writer">경영지원팀 | 홍길동 대리</span> --> |
|
| 261 | 250 |
<span class="complanint_writer"> |
| 262 | 251 |
<c:if test="${not empty result.reqDeptNm}" >
|
| 263 | 252 |
<c:out value="${result.reqDeptNm}" />  | 
|
... | ... | @@ -272,35 +261,54 @@ |
| 272 | 261 |
<li class="complanint_area_list"> |
| 273 | 262 |
<div class="enroll_input_title"><div class="listTitle">분야</div></div> |
| 274 | 263 |
<div class="enroll_sort"> |
| 275 |
- <span class="cprslt"> |
|
| 276 |
- <c:forEach var="listResult" items="${fieldCdList}">
|
|
| 277 |
- <c:if test="${listResult.code == result.cmplntFieldCd}">
|
|
| 278 |
- <c:out value="${listResult.codeNm}" /><!-- 분야명 -->
|
|
| 279 |
- <c:if test="${'99' == result.cmplntFieldCd}">
|
|
| 280 |
- <c:if test="${not empty result.cmplntFieldEtcNm}">
|
|
| 281 |
- <c:out value="(${result.cmplntFieldEtcNm})" /><!-- 분야기타명 -->
|
|
| 282 |
- </c:if> |
|
| 283 |
- </c:if> |
|
| 284 |
- </c:if> |
|
| 285 |
- </c:forEach> |
|
| 286 |
- </span> |
|
| 264 |
+<%-- |
|
| 265 |
+<span class="cprslt"> |
|
| 266 |
+<c:forEach var="listResult" items="${fieldCdList}">
|
|
| 267 |
+<c:if test="${listResult.code == result.cmplntFieldCd}">
|
|
| 268 |
+<c:out value="${listResult.codeNm}" /><!-- 분야명 -->
|
|
| 269 |
+<c:if test="${'99' == result.cmplntFieldCd}">
|
|
| 270 |
+<c:if test="${not empty result.cmplntFieldEtcNm}">
|
|
| 271 |
+<c:out value="(${result.cmplntFieldEtcNm})" /><!-- 분야기타명 -->
|
|
| 272 |
+</c:if> |
|
| 273 |
+</c:if> |
|
| 274 |
+</c:if> |
|
| 275 |
+</c:forEach> |
|
| 276 |
+</span> |
|
| 277 |
+--%> |
|
| 278 |
+ |
|
| 279 |
+<c:forEach var="listResult" items="${fieldCdList}">
|
|
| 280 |
+<input type="radio" name="cmplntFieldCd" id="fieldCd_<c:out value='${listResult.code}' />" value="<c:out value='${listResult.code}' />"
|
|
| 281 |
+<c:if test="${result.cmplntFieldCd == listResult.code}">checked="checked"</c:if> onchange="onChangeSelectEtc(this);">
|
|
| 282 |
+<label for="fieldCd_<c:out value='${listResult.code}' />"></label>
|
|
| 283 |
+<label for="fieldCd_<c:out value='${listResult.code}' />"><c:out value="${listResult.codeNm}" /></label>
|
|
| 284 |
+</c:forEach> |
|
| 285 |
+ |
|
| 286 |
+ |
|
| 287 | 287 |
</div> |
| 288 | 288 |
</li> |
| 289 | 289 |
<li> |
| 290 | 290 |
<div class="enroll_input_title"><div class="listTitle">민원구분</div></div> |
| 291 | 291 |
<div class="enroll_sort"> |
| 292 |
- <span class="cprslt"> |
|
| 293 |
- <c:forEach var="listResult" items="${typeCdList}">
|
|
| 294 |
- <c:if test="${listResult.code == result.cmplntTypeCd}">
|
|
| 295 |
- <c:out value="${listResult.codeNm}" /><!-- 구분명 -->
|
|
| 296 |
- <c:if test="${'99' == result.cmplntTypeCd}">
|
|
| 297 |
- <c:if test="${not empty result.cmplntTypeEtcNm}">
|
|
| 298 |
- <c:out value="(${result.cmplntTypeEtcNm})" /><!-- 구분기타명 -->
|
|
| 299 |
- </c:if> |
|
| 300 |
- </c:if> |
|
| 301 |
- </c:if> |
|
| 302 |
- </c:forEach> |
|
| 303 |
- </span> |
|
| 292 |
+<%-- <span class="cprslt"> |
|
| 293 |
+<c:forEach var="listResult" items="${typeCdList}">
|
|
| 294 |
+<c:if test="${listResult.code == result.cmplntTypeCd}">
|
|
| 295 |
+<c:out value="${listResult.codeNm}" /><!-- 구분명 -->
|
|
| 296 |
+<c:if test="${'99' == result.cmplntTypeCd}">
|
|
| 297 |
+<c:if test="${not empty result.cmplntTypeEtcNm}">
|
|
| 298 |
+<c:out value="(${result.cmplntTypeEtcNm})" /><!-- 구분기타명 -->
|
|
| 299 |
+</c:if> |
|
| 300 |
+</c:if> |
|
| 301 |
+</c:if> |
|
| 302 |
+</c:forEach> |
|
| 303 |
+</span> --%> |
|
| 304 |
+ |
|
| 305 |
+<c:forEach var="listResult" items="${typeCdList}">
|
|
| 306 |
+<input type="radio" name="cmplntTypeCd" id="typeCd_<c:out value='${listResult.code}' />" value="<c:out value='${listResult.code}' />"
|
|
| 307 |
+<c:if test="${result.cmplntTypeCd == listResult.code}">checked="checked"</c:if> onchange="onChangeSelectEtc(this);">
|
|
| 308 |
+<label for="typeCd_<c:out value='${listResult.code}' />"></label>
|
|
| 309 |
+<label for="typeCd_<c:out value='${listResult.code}' />"><c:out value="${listResult.codeNm}" /></label>
|
|
| 310 |
+</c:forEach> |
|
| 311 |
+ |
|
| 304 | 312 |
</div> |
| 305 | 313 |
<c:if test="${'05' == result.cmplntTypeCd}"><!-- 05:SW사용권한 -->
|
| 306 | 314 |
<c:forEach var="listResult" items="${typeSwCdList}">
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?