--- src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/BillPub.jsp
... | ... | @@ -530,10 +530,15 @@ |
| 530 | 530 |
<tr> |
| 531 | 531 |
<th scope="row"><span class="essential">*</span>자동발행여부</th> |
| 532 | 532 |
<td class="send_cf"> |
| 533 |
- <input id="radio1" type="radio" name="taxRadio1" value="B" <c:if test="${mberManageVO.taxbillAuto eq 'B'}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
|
|
| 534 |
- <label for="radio1">자동발행</label> |
|
| 535 |
- <input id="radio2" type="radio" name="taxRadio1" value="N" <c:if test="${mberManageVO.taxbillAuto eq 'N' or mberManageVO.taxbillAuto eq 'C' or mberManageVO.taxbillAuto eq null}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
|
|
| 536 |
- <label for="radio2">발행하지 않음</label> |
|
| 533 |
+ <input id="radio1" type="radio" name="taxRadio1" value="B" checked="checked" onchange="taxbillCheck(this);"> |
|
| 534 |
+ <label for="radio1">자동발행</label> |
|
| 535 |
+ <input id="radio2" type="radio" name="taxRadio1" value="N" onchange="taxbillCheck(this);"> |
|
| 536 |
+ <label for="radio2">발행하지 않음</label> |
|
| 537 |
+ |
|
| 538 |
+ <%--<input id="radio1" type="radio" name="taxRadio1" value="B" <c:if test="${mberManageVO.taxbillAuto eq 'B'}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
|
|
| 539 |
+ <label for="radio1">자동발행</label> |
|
| 540 |
+ <input id="radio2" type="radio" name="taxRadio1" value="N" <c:if test="${mberManageVO.taxbillAuto eq 'N' or mberManageVO.taxbillAuto eq 'C' or mberManageVO.taxbillAuto eq null}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
|
|
| 541 |
+ <label for="radio2">발행하지 않음</label>--%> |
|
| 537 | 542 |
<span class="reqTxt6"><span class="vMiddle">*</span> 날짜 소급적용 불가</span> |
| 538 | 543 |
</td> |
| 539 | 544 |
</tr> |
... | ... | @@ -588,9 +593,9 @@ |
| 588 | 593 |
<tr> |
| 589 | 594 |
<th scope="row"><span class="essential">*</span>자동발행여부</th> |
| 590 | 595 |
<td class="send_cf"> |
| 591 |
- <input id="radio1_1" type="radio" name="taxRadio2" value="C" <c:if test="${mberManageVO.taxbillAuto eq 'C'}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
|
|
| 596 |
+ <input id="radio1_1" type="radio" name="taxRadio2" value="C" checked="checked" onchange="taxbillCheck(this);"> |
|
| 592 | 597 |
<label for="radio1_1">자동발행</label> |
| 593 |
- <input id="radio2_1" type="radio" name="taxRadio2" value="N" <c:if test="${mberManageVO.taxbillAuto eq 'N' or mberManageVO.taxbillAuto eq 'B' or mberManageVO.taxbillAuto eq null}" >checked="checked" </c:if> onchange="taxbillCheck(this);">
|
|
| 598 |
+ <input id="radio2_1" type="radio" name="taxRadio2" value="N" onchange="taxbillCheck(this);"> |
|
| 594 | 599 |
<label for="radio2_1">발행하지 않음</label> |
| 595 | 600 |
<span class="reqTxt6"><span class="vMiddle">*</span> 날짜 소급적용 불가</span> |
| 596 | 601 |
</td> |
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?