wzp
2022-11-21 aff9aac26e1d8689f458a6cc74a580453ba347ef
web/web/gwspupdate.aspx
@@ -784,20 +784,22 @@
                            value="<%=GwSp.Threshold%>" onkeyup="value=value.replace(/[^\d]/g,'')" onpaste="value=value.replace(/[^\d]/g,'')"
                            oncontextmenu="return false" />条/每秒 <span class="highlight">*</span>
                    </td>
                    <!--
                </tr>
                <tr>
                    <th>
                        付费方式:
                    </th>
                    <td>
                        <select name="ChargeType" id="ChargeType">
                      
                             <option value="1" <--%if(GwSp.ChargeType==1){ %>selected<--%} %>>预付费</option>
                            <option value="2" <--%if(GwSp.ChargeType==2){ %>selected<--%} %>>后付费</option>
                             <option value="1" <%if(GwSp.ChargeType==1){ %>selected<%} %>>预付费</option>
                            <option value="2" <%if(GwSp.ChargeType==2){ %>selected<%} %>>后付费</option>
                        
                        </select>
                        <span class="highlight">*</span>
                    </td>
                    -->
                    <th>
                        是否自动返还:
                    </th>
@@ -1116,7 +1118,7 @@
                    <th>省网分流:</th>
                    <td><input type="checkbox" value="1" name="ProvincialNetworkMode" id="ProvincialNetworkMode" <%=GwSp.ProvincialNetworkMode==1? "checked":"" %> />&nbsp;是否启用省网分流</td>
                </tr>
                <tr>
                <%--<tr>
                    <th>分包条数:</th>
                    <td>
                        <input type="text" name="SubPackageNum" id="SubPackageNum" style="width: 50px;" maxlength="10" value="<%=(double)GwSp.SubPackageNum%>"
@@ -1129,20 +1131,20 @@
                            onkeyup="value=value.replace(/[^\d]/g,'')" onpaste="value=value.replace(/[^\d]/g,'')"
                            oncontextmenu="return false" />
                        &nbsp;默认0表示不限制,启用限制后小于该提交条数的将被拒绝。</td>
                </tr>
                </tr>--%>
                <tr>
                    <th>是否显示单价:</th>
                    <td>
                        <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>
                    <%--<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>
                        </td>--%>
                </tr>
                <tr>
                <%--<tr>
                    <th>发送是否审核:</th>
                    <td colspan="3">
                        <span id="IsSendAuditSpan">
@@ -1177,7 +1179,7 @@
                            </div>
                        </div>
                    </td>
                </tr>
                </tr>--%>
            </table>
        </div>            
        <!-- 高级参数配置:结束 -->