회원상세 문자, 알림톡, 팩스 발송금액 팝업 금액표시기준 변경
=> 협의단가가 없을경우 기본단가 표시
This commit is contained in:
parent
24067b9d67
commit
4bad813308
@ -4810,27 +4810,27 @@ function fnMberExceptSpamYn(){
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>단문 금액</th>
|
||||
<td><input type="text" name="shortPrice" id="shortPrice" value="<c:out value='${mberManageVO.shortPrice}'/>"/></td>
|
||||
<td><input type="text" name="shortPrice" id="shortPrice" value="<c:out value='${shortPrice}'/>"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>장문 금액</th>
|
||||
<td><input type="text" name="longPrice" id="longPrice" value="<c:out value='${mberManageVO.longPrice}'/>"/></td>
|
||||
<td><input type="text" name="longPrice" id="longPrice" value="<c:out value='${longPrice}'/>"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>그림1장 금액</th>
|
||||
<td><input type="text" name="picturePrice" id="picturePrice" value="<c:out value='${mberManageVO.picturePrice}'/>"/></td>
|
||||
<td><input type="text" name="picturePrice" id="picturePrice" value="<c:out value='${picturePrice}'/>"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>그림2장 금액</th>
|
||||
<td><input type="text" name="picture2Price" id="picture2Price" value="<c:out value='${mberManageVO.picture2Price}'/>"/></td>
|
||||
<td><input type="text" name="picture2Price" id="picture2Price" value="<c:out value='${picture2Price}'/>"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>그림3장 금액</th>
|
||||
<td><input type="text" name="picture3Price" id="picture3Price" value="<c:out value='${mberManageVO.picture3Price}'/>"/></td>
|
||||
<td><input type="text" name="picture3Price" id="picture3Price" value="<c:out value='${picture3Price}'/>"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>알림톡 금액</th>
|
||||
<td><input type="text" name="kakaoAtPrice" id="kakaoAtPrice" value="<c:out value='${mberManageVO.kakaoAtPrice}'/>"/></td>
|
||||
<td><input type="text" name="kakaoAtPrice" id="kakaoAtPrice" value="<c:out value='${kakaoAtPrice}'/>"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -4854,7 +4854,7 @@ function fnMberExceptSpamYn(){
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>팩스 금액</th>
|
||||
<td><input type="text" name="faxPrice" id="faxPrice" value="<c:out value='${mberManageVO.faxPrice}'/>"/></td>
|
||||
<td><input type="text" name="faxPrice" id="faxPrice" value="<c:out value='${faxPrice}'/>"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user