<!DOCTYPE HTML>
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
xmlns:th="http://www.thymeleaf.org">
|
<head>
|
<meta charset="utf-8">
|
<meta name="renderer" content="webkit|ie-comp|ie-stand">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta name="viewport"
|
content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
|
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
<!--[if lt IE 9]>
|
<script type="text/javascript" src="/js/html5shiv.js"></script>
|
<script type="text/javascript" src="/js/respond.min.js"></script>
|
<![endif]-->
|
<link rel="stylesheet" type="text/css" href="/h-ui/css/H-ui.min.css"/>
|
<link rel="stylesheet" type="text/css" href="/h-ui.admin/css/H-ui.admin.css"/>
|
<link rel="stylesheet" type="text/css" href="/js/Hui-iconfont/1.0.8/iconfont.css"/>
|
<link rel="stylesheet" type="text/css" href="/h-ui.admin/skin/default/skin.css" id="skin"/>
|
<link rel="stylesheet" type="text/css" href="/h-ui.admin/css/style.css"/>
|
<!--[if IE 6]>
|
<script type="text/javascript" src="/js/DD_belatedPNG_0.0.8a-min.js"></script>
|
<script>DD_belatedPNG.fix('*');</script>
|
<![endif]-->
|
<title>值域表管理</title>
|
</head>
|
<body>
|
<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页 <span class="c-gray en">></span> 问题管理 <span
|
class="c-gray en">></span> 问题类型列表 <a class="btn btn-success radius r" style="line-height:1.6em;margin-top:3px"
|
href="javascript:location.replace(location.href);" title="刷新"><i
|
class="Hui-iconfont"></i></a></nav>
|
<div class="page-container">
|
<div class="text-c">
|
<button onclick="removeIframe()" class="btn btn-primary radius">关闭选项卡</button>
|
<span class="select-box inline"/>
|
<!--/*@thymesVar id="problemtype" type="cn.flightfeather.supervision.lightshare.vo.ProblemtypeVo"*/-->
|
<form th:object="${problemtype}" method="get" action="/menu/problemtype-list">
|
<select class="select" name="typename" size="1">
|
<option value="">全部类型</option>
|
<!--/*@thymesVar id="typename" type="cn.flightfeather.supervision.lightshare.vo.DomainitemVo"*/-->
|
<th:block th:each="typename:${typenames}">
|
<option th:value="${typename.text}" th:selected="${typename.text==problemtype.typename}">
|
<span th:text="${typename.text}">类别</span>
|
</option>
|
</th:block>
|
</select>
|
<input type="text" th:field="*{name}" placeholder="问题名称" style="width:250px" class="input-text">
|
<button name="" id="2" class="btn btn-success" type="submit"><i class="Hui-iconfont"></i> 搜索
|
</button>
|
</form>
|
</div>
|
<div class="cl pd-5 bg-1 bk-gray mt-20"><span class="l"><a href="javascript:;" onclick="datadel()"
|
class="btn btn-danger radius"><i class="Hui-iconfont"></i> 批量删除</a> <a
|
href="javascript:;" onclick="member_add('添加问题类型','/menu/problemtype-add?id=','','510')"
|
class="btn btn-primary radius"><i class="Hui-iconfont"></i> 添加问题类型</a></span> <span
|
class="r">共有数据:<strong>88</strong> 条</span></div>
|
<div class="mt-20">
|
<table class="table table-border table-bordered table-hover table-bg table-sort">
|
<thead>
|
<tr class="text-c">
|
<th width="25"><input type="checkbox" name="" value=""></th>
|
<th width="80">ID</th>
|
<th width="100">问题名称</th>
|
<th width="40">任务类型</th>
|
<th width="90">场景类型</th>
|
<th width="90">问题类别</th>
|
<th width="90">问题描述</th>
|
<th width="90">创建人</th>
|
<th width="100">操作</th>
|
</tr>
|
</thead>
|
<tbody>
|
<tr th:inline="text" class="text-c" th:each="problemtype:${problemtypes}">
|
<td><input type="checkbox" value="1" name=""></td>
|
<!--/*@thymesVar id="problemtype" type="cn.flightfeather.supervision.domain.ds1.entity.Problemtype"*/-->
|
<td th:text="${problemtype.guid}">1</td>
|
<td th:text="${problemtype.name}"><u style="cursor:pointer" class="text-primary"
|
onclick="member_show('张三','member-show.html','10001','360','400')">张三</u>
|
</td>
|
<td th:text="${problemtype.tasktype}">1</td>
|
<td th:text="${problemtype.scensetype}">2014-6-11 11:11:42</td>
|
<td th:text="${problemtype.typename}">2014-6-11 11:11:42</td>
|
<td class="td-status" th:text="${problemtype.description}">已启用</td>
|
<td th:text="${problemtype.realname}">2014-6-11 11:11:42</td>
|
<td class="td-manage"><a title="编辑" href="javascript:;"
|
th:onclick="'member_edit(\'编辑\',\'/menu/problemtype-add?id='+${problemtype.guid}+'\',\'4\',\'\',\'510\')'" class="ml-5"
|
style="text-decoration:none"><i class="Hui-iconfont"></i></a> <a
|
title="删除" href="javascript:;" th:onclick="'member_del(this,\''+${problemtype.guid}+'\');'"
|
class="ml-5" style="text-decoration:none"><i class="Hui-iconfont"></i></a></td>
|
</tr>
|
</tbody>
|
</table>
|
</div>
|
</div>
|
<!--_footer 作为公共模版分离出去-->
|
<script type="text/javascript" src="/js/jquery/1.9.1/jquery.min.js"></script>
|
<script type="text/javascript" src="/js/layer/2.4/layer.js"></script>
|
<script type="text/javascript" src="/h-ui/js/H-ui.min.js"></script>
|
<script type="text/javascript" src="/h-ui.admin/js/H-ui.admin.js"></script> <!--/_footer 作为公共模版分离出去-->
|
|
<!--请在下方写此页面业务相关的脚本-->
|
<script type="text/javascript" src="/js/My97DatePicker/4.8/WdatePicker.js"></script>
|
<script type="text/javascript" src="/js/datatables/1.10.0/jquery.dataTables.min.js"></script>
|
<script type="text/javascript" src="/js/laypage/1.2/laypage.js"></script>
|
<script type="text/javascript">
|
/*用户-添加*/
|
function member_add(title, url, w, h) {
|
layer_show(title, url, w, h);
|
}
|
|
/*用户-查看*/
|
function member_show(title, url, id, w, h) {
|
layer_show(title, url, w, h);
|
}
|
|
/*用户-停用*/
|
function member_stop(obj, id) {
|
layer.confirm('确认要停用吗?', function (index) {
|
$.ajax({
|
type: 'POST',
|
url: '',
|
dataType: 'json',
|
success: function (data) {
|
$(obj).parents("tr").find(".td-manage").prepend('<a style="text-decoration:none" onClick="member_start(this,id)" href="javascript:;" title="启用"><i class="Hui-iconfont"></i></a>');
|
$(obj).parents("tr").find(".td-status").html('<span class="label label-defaunt radius">已停用</span>');
|
$(obj).remove();
|
layer.msg('已停用!', {icon: 5, time: 1000});
|
},
|
error: function (data) {
|
console.log(data.msg);
|
},
|
});
|
});
|
}
|
|
/*用户-启用*/
|
function member_start(obj, id) {
|
layer.confirm('确认要启用吗?', function (index) {
|
$.ajax({
|
type: 'POST',
|
url: '',
|
dataType: 'json',
|
success: function (data) {
|
$(obj).parents("tr").find(".td-manage").prepend('<a style="text-decoration:none" onClick="member_stop(this,id)" href="javascript:;" title="停用"><i class="Hui-iconfont"></i></a>');
|
$(obj).parents("tr").find(".td-status").html('<span class="label label-success radius">已启用</span>');
|
$(obj).remove();
|
layer.msg('已启用!', {icon: 6, time: 1000});
|
},
|
error: function (data) {
|
console.log(data.msg);
|
},
|
});
|
});
|
}
|
|
/*用户-编辑*/
|
function member_edit(title, url, id, w, h) {
|
layer_show(title, url, w, h);
|
}
|
|
/*密码-修改*/
|
function change_password(title, url, id, w, h) {
|
layer_show(title, url, w, h);
|
}
|
|
/*用户-删除*/
|
function member_del(obj, id) {
|
console.info(id);
|
layer.confirm('确认要删除吗?', function (index) {
|
$.ajax({
|
type: 'POST',
|
url: '/menu/domaincatalog-delete?id=' + id,
|
dataType: 'json',
|
success: function (data) {
|
$(obj).parents("tr").remove();
|
layer.msg('已删除!', {icon: 1, time: 1000});
|
},
|
error: function (data) {
|
console.log(data.msg);
|
},
|
});
|
});
|
}
|
</script>
|
</body>
|
</html>
|