| | |
| | | <option value="0">公开-</option> |
| | | <option value="1">私有</option> |
| | | </select> |
| | | <input name="templeteTitle" id="templeteTitle" placeholder="按标题" type="text" |
| | | <input name="templeteTitle" id="templeteTitle" autocomplete="off" placeholder="按标题" type="text" |
| | | class="layui-input search-input" maxlength="20" /> |
| | | <button id="app-btn-search" class="layui-btn icon-btn"><i class="layui-icon"></i>搜索</button> |
| | | <button id="docto-templete-btn-add" class="layui-btn icon-btn permissions" permissions="doctortemplete-edit"><i class="layui-icon"></i>添加</button> |
| | |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">标题</label> |
| | | <div class="layui-input-block"> |
| | | <input name="templeteTitle" type="text" class="layui-input" maxlength="20" |
| | | <input name="templeteTitle" autocomplete="off" type="text" class="layui-input" maxlength="20" |
| | | lay-verify="required" required/> |
| | | </div> |
| | | </div> |
| | |
| | | var templeteType = $('#templeteType').val(); |
| | | var publicType = $('#publicType').val(); |
| | | var templeteTitle = $('#templeteTitle').val(); |
| | | table.reload('app-table', { where: { templeteType: templeteType, publicType: publicType, templeteTitle: templeteTitle } }); |
| | | table.reload('app-table', { where: { templeteType: templeteType, publicType: publicType, templeteTitle: templeteTitle },page: {curr: 1 } }); |
| | | }); |
| | | |
| | | // 修改user状态 |