| | |
| | | $("#classes").trigger("change"); |
| | | |
| | | //选择路由类型下拉框,控制相关输入项显示 |
| | | $("#RouterType").on("change", function () { |
| | | $("#routerType").on("change", function () { |
| | | $(".router-type-span").hide(); |
| | | $(".router-type-span-" + $(this).val()).show(); |
| | | }); |
| | | |
| | | $("#RouterType").trigger("change"); |
| | | $("#routerType").trigger("change"); |
| | | |
| | | $(document).on("click", ".action-modal-edit", function() { |
| | | var id = $(this).data("id"); |
| | |
| | | |
| | | //设置类别 |
| | | $("#classes").trigger("change"); |
| | | |
| | | //设置路由 |
| | | $("#routerType").trigger("change"); |
| | | |
| | | //设置图标 |
| | | $("#icon").trigger("change"); |
| | |
| | | <tr class="header"> |
| | | <th>图标 |
| | | </th> |
| | | <th>产品类别 |
| | | <th>所属产品类别 |
| | | </th> |
| | | <th>产品名称 |
| | | </th> |
| | |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label"> |
| | | 父级分类</label> |
| | | 所属产品类别 <span style="color:red">*</span></label> |
| | | <div class="col-sm-4 "> |
| | | <select name="parentId" id="parentId" class="form-control"> |
| | | <%=GetProductClassOptions("0")%> |
| | |
| | | <input type="text" class="form-control" name="path" id="path" value="" /> |
| | | </div> |
| | | </div> |
| | | --> |
| | | <div class="form-group classes-span classes-span-1"> |
| | | <label class="col-sm-2 control-label"> |
| | | 推广方式</label> |
| | |
| | | </div> |
| | | <span class="help-block m-b-none">个性化客户是指特殊推送给客户;系统默认是指系统默认可推送所有客户。</span> |
| | | </div> |
| | | --> |
| | | <input type="hidden" class="form-control" name="isDefault" id="isDefault" value="1" /> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label"> |
| | |
| | | <label class="col-sm-2 control-label"> |
| | | 通道路由</label> |
| | | <div class="col-sm-4"> |
| | | <select name="RouterType" id="RouterType" class="form-control"> |
| | | <select name="routerType" id="routerType" class="form-control"> |
| | | <option value="1" >指定通道路由</option> |
| | | <option value="3" >通道组路由模式</option> |
| | | </select> |