wzp
2023-03-02 374ce4ffd0c459bb4067e8d5765f972668aff9b1
web/web/gwspupdate.aspx
@@ -539,7 +539,7 @@
            <thead>
                <tr>
                    <th colspan="4">
                       <%=ActionTitle%> 编辑账户
                       <%=ActionTitle%> 编辑账号
                    </th>
                </tr>
            </thead>
@@ -803,7 +803,7 @@
                    </td>
                    
                    <th>
                        是否自动返还:
                        <span style="color:red">是否自动返还失败的条数:</span>
                    </th>
                    <td>
                        <select name="IsAutoReturn" id="IsAutoReturn">
@@ -815,6 +815,13 @@
                        <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>
@@ -1140,11 +1147,7 @@
                        <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>