| | |
| | | <th>省网分流:</th> |
| | | <td><input type="checkbox" value="1" name="ProvincialNetworkMode" id="ProvincialNetworkMode" <%=GwSp.ProvincialNetworkMode==1? "checked":"" %> /> 是否启用省网分流</td> |
| | | </tr> |
| | | <tr> |
| | | <%--<tr> |
| | | <th>分包条数:</th> |
| | | <td> |
| | | <input type="text" name="SubPackageNum" id="SubPackageNum" style="width: 50px;" maxlength="10" value="<%=(double)GwSp.SubPackageNum%>" |
| | |
| | | onkeyup="value=value.replace(/[^\d]/g,'')" onpaste="value=value.replace(/[^\d]/g,'')" |
| | | oncontextmenu="return false" /> |
| | | 默认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"> |
| | |
| | | </div> |
| | | </div> |
| | | </td> |
| | | </tr> |
| | | </tr>--%> |
| | | </table> |
| | | </div> |
| | | <!-- 高级参数配置:结束 --> |