| | |
| | | </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> |