| | |
| | | </tr> |
| | | <tr> |
| | | <th> |
| | | 关联产品: |
| | | </th> |
| | | <td colspan="3"> |
| | | |
| | | <select name="ProductId" id="ProductId" disabled="disabled"> |
| | | <%=GetProductOptions(GwSp.ProductId)%> |
| | | </select> |
| | | |
| | | <span class="highlight"> </span> |
| | | |
| | | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <th> |
| | | SPID: |
| | | </th> |
| | | <td> |
| | |
| | | value="<%=GwSp.Threshold%>" onkeyup="value=value.replace(/[^\d]/g,'')" onpaste="value=value.replace(/[^\d]/g,'')" |
| | | oncontextmenu="return false" />条/每秒 <span class="highlight">*</span> |
| | | </td> |
| | | <!-- |
| | | <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> |
| | | <td> |
| | | <select name="IsAutoReturn" id="IsAutoReturn"> |
| | | |
| | | <option value="0" <%if(GwSp.IsAutoReturn==0){ %>selected<%} %>>否</option> |
| | | <option value="1" <%if(GwSp.IsAutoReturn==1){ %>selected<%} %>>是</option> |
| | | |
| | | </select> |
| | | <span class="highlight">*</span> |
| | |
| | | </select><span class="highlight"></span>开启自动补发功能,失败的号码会自动从已配置的失败补发通道发送一次 |
| | | </td> |
| | | </tr> |
| | | <tr style="display: none;" id="control_resendContent"> |
| | | <!--自动补发通道组配置显示--> |
| | | <%-- <tr style="display: none;" id="control_resendContent"> |
| | | <th> |
| | | 通道组信息: |
| | | </th> |
| | |
| | | </select></div> |
| | | </div> |
| | | </td> |
| | | </tr> |
| | | </tr>--%> |
| | | <!-- 自动补发配置-end --> |
| | | |
| | | <tr> |