| | |
| | | <thead> |
| | | <tr> |
| | | <th colspan="4"> |
| | | <%=ActionTitle%> 编辑账户 |
| | | <%=ActionTitle%> 编辑账号 |
| | | </th> |
| | | </tr> |
| | | </thead> |
| | |
| | | </td> |
| | | |
| | | <th> |
| | | 是否自动返还: |
| | | <span style="color:red">是否自动返还失败的条数:</span> |
| | | </th> |
| | | <td> |
| | | <select name="IsAutoReturn" id="IsAutoReturn"> |
| | |
| | | <span class="highlight">*</span> |
| | | </td> |
| | | </tr> |
| | | <%--<tr> |
| | | <th>扣费方式:</th> |
| | | <td> |
| | | <input type="radio" class="icheck-me" name="DeductionMode" value="1" <%=(GwSp.DeductionMode==1 ? "checked":"")%>/><label>提交量</label> |
| | | <input type="radio" class="icheck-me" name="DeductionMode" value="2" <%=(GwSp.DeductionMode==2 ? "checked":"")%> /><label>成功量</label> |
| | | </td> |
| | | </tr>--%> |
| | | |
| | | <tr> |
| | | <th> |
| | |
| | | <input type="radio" class="icheck-me" name="IsDispalyPrice" value="0" <%=(GwSp.IsDispalyPrice==0 ? "checked":"")%> /><label>否</label> |
| | | <input type="radio" class="icheck-me" name="IsDispalyPrice" value="1" <%=(GwSp.IsDispalyPrice==1 ? "checked":"")%> /><label>是</label> |
| | | </td> |
| | | <%--<th>扣费方式:</th> |
| | | <td> |
| | | <input type="radio" class="icheck-me" name="DeductionMode" value="1" <%=(GwSp.DeductionMode==1 ? "checked":"")%>/><label>提交量</label> |
| | | <input type="radio" class="icheck-me" name="DeductionMode" value="2" <%=(GwSp.DeductionMode==2 ? "checked":"")%> /><label>成功量</label> |
| | | </td>--%> |
| | | |
| | | </tr> |
| | | <%--<tr> |
| | | <th>发送是否审核:</th> |