회원상세 문자, 알림톡, 팩스 발송금액 팝업 금액표시기준 변경 => 협의단가가 없을경우 기본단가 표시
=> 협의단가가 없을경우 기본단가 표시
@4bad813308f0cf59f4199c384de7951367bb6476
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
... | ... | @@ -4810,27 +4810,27 @@ |
| 4810 | 4810 |
<tbody> |
| 4811 | 4811 |
<tr> |
| 4812 | 4812 |
<th>단문 금액</th> |
| 4813 |
- <td><input type="text" name="shortPrice" id="shortPrice" value="<c:out value='${mberManageVO.shortPrice}'/>"/></td>
|
|
| 4813 |
+ <td><input type="text" name="shortPrice" id="shortPrice" value="<c:out value='${shortPrice}'/>"/></td>
|
|
| 4814 | 4814 |
</tr> |
| 4815 | 4815 |
<tr> |
| 4816 | 4816 |
<th>장문 금액</th> |
| 4817 |
- <td><input type="text" name="longPrice" id="longPrice" value="<c:out value='${mberManageVO.longPrice}'/>"/></td>
|
|
| 4817 |
+ <td><input type="text" name="longPrice" id="longPrice" value="<c:out value='${longPrice}'/>"/></td>
|
|
| 4818 | 4818 |
</tr> |
| 4819 | 4819 |
<tr> |
| 4820 | 4820 |
<th>그림1장 금액</th> |
| 4821 |
- <td><input type="text" name="picturePrice" id="picturePrice" value="<c:out value='${mberManageVO.picturePrice}'/>"/></td>
|
|
| 4821 |
+ <td><input type="text" name="picturePrice" id="picturePrice" value="<c:out value='${picturePrice}'/>"/></td>
|
|
| 4822 | 4822 |
</tr> |
| 4823 | 4823 |
<tr> |
| 4824 | 4824 |
<th>그림2장 금액</th> |
| 4825 |
- <td><input type="text" name="picture2Price" id="picture2Price" value="<c:out value='${mberManageVO.picture2Price}'/>"/></td>
|
|
| 4825 |
+ <td><input type="text" name="picture2Price" id="picture2Price" value="<c:out value='${picture2Price}'/>"/></td>
|
|
| 4826 | 4826 |
</tr> |
| 4827 | 4827 |
<tr> |
| 4828 | 4828 |
<th>그림3장 금액</th> |
| 4829 |
- <td><input type="text" name="picture3Price" id="picture3Price" value="<c:out value='${mberManageVO.picture3Price}'/>"/></td>
|
|
| 4829 |
+ <td><input type="text" name="picture3Price" id="picture3Price" value="<c:out value='${picture3Price}'/>"/></td>
|
|
| 4830 | 4830 |
</tr> |
| 4831 | 4831 |
<tr> |
| 4832 | 4832 |
<th>알림톡 금액</th> |
| 4833 |
- <td><input type="text" name="kakaoAtPrice" id="kakaoAtPrice" value="<c:out value='${mberManageVO.kakaoAtPrice}'/>"/></td>
|
|
| 4833 |
+ <td><input type="text" name="kakaoAtPrice" id="kakaoAtPrice" value="<c:out value='${kakaoAtPrice}'/>"/></td>
|
|
| 4834 | 4834 |
</tr> |
| 4835 | 4835 |
</tbody> |
| 4836 | 4836 |
</table> |
... | ... | @@ -4854,7 +4854,7 @@ |
| 4854 | 4854 |
<tbody> |
| 4855 | 4855 |
<tr> |
| 4856 | 4856 |
<th>팩스 금액</th> |
| 4857 |
- <td><input type="text" name="faxPrice" id="faxPrice" value="<c:out value='${mberManageVO.faxPrice}'/>"/></td>
|
|
| 4857 |
+ <td><input type="text" name="faxPrice" id="faxPrice" value="<c:out value='${faxPrice}'/>"/></td>
|
|
| 4858 | 4858 |
</tr> |
| 4859 | 4859 |
</tbody> |
| 4860 | 4860 |
</table> |
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?