회원상세 발송금액화며에 등급단가 콤보박스 적용

This commit is contained in:
itn 2023-08-08 12:15:11 +09:00
parent 2b2e065ed7
commit 5e729eaeda

View File

@ -550,7 +550,7 @@ function layerPopOpen(obj){
// 발송 금액 변경 // 발송 금액 변경
if (obj == "price") { if (obj == "price") {
//등급별 단가 정보 //등급별 단가 정보
//getMberGrdSettingList(); getMberGrdSettingList();
} }
} }
@ -5540,12 +5540,10 @@ function kakaoATDelayCancel(msgGroupId){
<col style="width:auto;"> <col style="width:auto;">
</colgroup> </colgroup>
<tbody> <tbody>
<!--
<tr> <tr>
<th id="mberGrdSettingTitle">등급단가 적용</th> <th id="mberGrdSettingTitle">등급단가 적용</th>
<td><div id="mberGrdSettingCombo"></div></td> <td><div id="mberGrdSettingCombo"></div></td>
</tr> </tr>
-->
<tr> <tr>
<th>단문 금액</th> <th>단문 금액</th>
<td><input type="text" name="shortPrice" id="shortPrice" value="<c:out value='${shortPrice}'/>"/></td> <td><input type="text" name="shortPrice" id="shortPrice" value="<c:out value='${shortPrice}'/>"/></td>