2023/08/29 1. 체험하기 나의 사건목록 수정 2. 신청서작성 2단계 우편물 수령지 문구 추가

This commit is contained in:
subsub 2023-08-29 12:21:16 +09:00
parent 8c54e0be60
commit 31bc4e8d91
3 changed files with 13 additions and 9 deletions

View File

@ -35,7 +35,7 @@
margin-right: 15px !important; margin-right: 15px !important;
} }
.btn_wrap.btn_layout03 .btnType01{height: 46px} .btn_wrap.btn_layout03 .btnType01{height: 46px}
.post_adr span{display: block; padding: 5px 10px 0 30px; font-size: 14px; color: #e40000; word-break: keep-all;}
</style> </style>
<%-- <un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" /> --%> <%-- <un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" /> --%>
<script type="text/javaScript" language="javascript"> <script type="text/javaScript" language="javascript">
@ -362,6 +362,7 @@
<th scope="row"> <th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p> <p class="req_text"><span>필수입력 항목</span>*</p>
<p>우편물 수령지</p> <p>우편물 수령지</p>
<span> ※ 기일통지서, 답변서 등 조정진행 관련 문서들이 우편으로 발송됩니다. 실제 우편물 수령이 가능한 주소를 입력하시기 바랍니다.</span>
</th> </th>
<td class="realPost"> <td class="realPost">
<label for="rpplRealPost" class="label">우편번호 입력</label> <label for="rpplRealPost" class="label">우편번호 입력</label>
@ -572,6 +573,7 @@
<th scope="row"> <th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p> <p class="req_text"><span>필수입력 항목</span>*</p>
<p>우편물 수령지</p> <p>우편물 수령지</p>
<span> ※ 기일통지서, 답변서 등 조정진행 관련 문서들이 우편으로 발송됩니다. 실제 우편물 수령이 가능한 주소를 입력하시기 바랍니다.</span>
</th> </th>
<td class="realPost"> <td class="realPost">
<label for="rpplRealPost" class="label">우편번호 입력</label> <label for="rpplRealPost" class="label">우편번호 입력</label>

View File

@ -191,7 +191,7 @@
<p>1차</p> <p>1차</p>
</td> </td>
<td class="td_status"> <td class="td_status">
<span class="read_only m_th_text">조정상태</span> <span class="read_only m_th_text">진행상태</span>
<p class="status_write">작성중</p> <p class="status_write">작성중</p>
</td> </td>
</tr> </tr>
@ -226,7 +226,7 @@
<p>1차</p> <p>1차</p>
</td> </td>
<td class="td_status"> <td class="td_status">
<span class="read_only m_th_text">조정상태</span> <span class="read_only m_th_text">진행상태</span>
<p class="status_write">제출완료</p> <p class="status_write">제출완료</p>
</td> </td>
</tr> </tr>
@ -264,7 +264,7 @@
<p>1차</p> <p>1차</p>
</td> </td>
<td class="td_status"> <td class="td_status">
<span class="read_only m_th_text">조정상태</span> <span class="read_only m_th_text">진행상태</span>
<p class="status_write">조정진행중</p> <p class="status_write">조정진행중</p>
</td> </td>
</tr> </tr>
@ -334,7 +334,7 @@
<p>1차</p> <p>1차</p>
</td> </td>
<td class="td_status"> <td class="td_status">
<span class="read_only m_th_text">조정상태</span> <span class="read_only m_th_text">진행상태</span>
<p class="status_write">수수료납부요청</p> <p class="status_write">수수료납부요청</p>
</td> </td>
</tr> </tr>
@ -372,7 +372,7 @@
<p>1차</p> <p>1차</p>
</td> </td>
<td class="td_status"> <td class="td_status">
<span class="read_only m_th_text">조정상태</span> <span class="read_only m_th_text">진행상태</span>
<p class="status_write">조정종결</p> <p class="status_write">조정종결</p>
</td> </td>
</tr> </tr>
@ -407,7 +407,7 @@
<p>1차</p> <p>1차</p>
</td> </td>
<td class="td_status"> <td class="td_status">
<span class="read_only m_th_text">조정상태</span> <span class="read_only m_th_text">진행상태</span>
<p class="status_write">조정종결</p> <p class="status_write">조정종결</p>
</td> </td>
</tr> </tr>
@ -419,7 +419,7 @@
<!-- 하단 버튼 --> <!-- 하단 버튼 -->
<div class="btn_wrap btn_layout01"> <div class="btn_wrap btn_layout01">
<button class="btnType09" onclick="fncGoCreate()">등록</button> <button class="btnType09" onclick="fncGoCreate()">신규 조정신청 바로가기</button>
</div> </div>
<!-- //하단 버튼 --> <!-- //하단 버튼 -->

View File

@ -35,7 +35,7 @@
margin-right: 15px !important; margin-right: 15px !important;
} }
.btn_wrap.btn_layout03 .btnType01{height: 46px} .btn_wrap.btn_layout03 .btnType01{height: 46px}
.post_adr span{display: block; padding: 5px 10px 0 30px; font-size: 14px; color: #e40000; word-break: keep-all;}
</style> </style>
<%-- <un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" /> --%> <%-- <un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" /> --%>
<script type="text/javaScript" language="javascript"> <script type="text/javaScript" language="javascript">
@ -278,6 +278,7 @@
<th scope="row"> <th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p> <p class="req_text"><span>필수입력 항목</span>*</p>
<p>우편물 수령지</p> <p>우편물 수령지</p>
<span> ※ 기일통지서, 답변서 등 조정진행 관련 문서들이 우편으로 발송됩니다. 실제 우편물 수령이 가능한 주소를 입력하시기 바랍니다.</span>
</th> </th>
<td class="realPost"> <td class="realPost">
<label for="rpplRealPost" class="label">우편번호 입력</label> <label for="rpplRealPost" class="label">우편번호 입력</label>
@ -487,6 +488,7 @@
<th scope="row"> <th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p> <p class="req_text"><span>필수입력 항목</span>*</p>
<p>우편물 수령지</p> <p>우편물 수령지</p>
<span> ※ 기일통지서, 답변서 등 조정진행 관련 문서들이 우편으로 발송됩니다. 실제 우편물 수령이 가능한 주소를 입력하시기 바랍니다.</span>
</th> </th>
<td class="realPost"> <td class="realPost">
<label for="rpplRealPost" class="label">우편번호 입력</label> <label for="rpplRealPost" class="label">우편번호 입력</label>