|
@@ -0,0 +1,161 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <title>跟踪审核</title>
|
|
|
+ <meta name="renderer" content="webkit">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
+ <meta name="viewport"
|
|
|
+ content="width=customer-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
+ <link rel="stylesheet" href="../../layuiadmin/layui/css/layui.css" media="all">
|
|
|
+ <link rel="stylesheet" href="../../layuiadmin/style/admin.css" media="all">
|
|
|
+ <style type="text/css">
|
|
|
+ .seach_items {
|
|
|
+ float: right;
|
|
|
+ margin-left: 10px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <style type="text/css">
|
|
|
+ .LAY-btns .layui-nav {
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 10px;
|
|
|
+ top: -4px;
|
|
|
+ margin: 0 10px;
|
|
|
+ border: 0;
|
|
|
+ background-color: #009688;
|
|
|
+ }
|
|
|
+
|
|
|
+ .LAY-btns .layui-nav .layui-nav-item {
|
|
|
+ line-height: 40px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .LAY-btns .layui-nav .layui-nav-child {
|
|
|
+ top: 34px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .LAY-btns .layui-nav .layui-nav-bar {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .LAY-btns .layui-nav .layui-nav-child dd.layui-this a {
|
|
|
+ color: #333;
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .LAY-btns .layui-nav .layui-nav-child dd.layui-this a:hover {
|
|
|
+ background-color: #f2f2f2;
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+
|
|
|
+<div class="layui-fluid">
|
|
|
+ <div class="layui-card">
|
|
|
+ <div class="layui-card-body" pad15>
|
|
|
+ <div class="layui-row layui-col-space15">
|
|
|
+ <div class="layui-col-md12">
|
|
|
+ <div class="LAY-btns" style="margin-bottom: 10px;">
|
|
|
+ <form class="layui-form" lay-filter="query-form-element">
|
|
|
+ <div class="seach_items">
|
|
|
+ <button class="layui-btn" lay-submit lay-filter="query-form-element"><i
|
|
|
+ class="layui-icon layui-icon-search"></i>查询
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <div class="seach_items">
|
|
|
+ <input type="text" name="tel" autocomplete="off" class="layui-input"
|
|
|
+ placeholder="电话"/>
|
|
|
+ </div>
|
|
|
+ <div class="seach_items">
|
|
|
+ <input type="text" name="name" autocomplete="off" class="layui-input"
|
|
|
+ placeholder="姓名"/>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ <div style="clear: both;"></div>
|
|
|
+ </div>
|
|
|
+ <table class="layui-hide" id="customer_datagrid" lay-filter="customer-operate"></table>
|
|
|
+
|
|
|
+ <script type="text/html" id="customer-operate-bar">
|
|
|
+ <div class="layui-btn-group">
|
|
|
+ <a class="layui-btn layui-btn-xs" lay-event="customer_check"
|
|
|
+ >审核</a>
|
|
|
+ </div>
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<script src="../../layuiadmin/layui/layui.js?t=1"></script>
|
|
|
+<script>
|
|
|
+ layui.config({
|
|
|
+ base: '../../../layuiadmin/' //静态资源所在路径
|
|
|
+ }).extend({
|
|
|
+ index: 'lib/index' //主入口模块
|
|
|
+ }).use(['index', 'table', 'form',], function () {
|
|
|
+ var $ = layui.$;
|
|
|
+ var table = layui.table
|
|
|
+ , form = layui.form
|
|
|
+ , admin = layui.admin;
|
|
|
+
|
|
|
+ table.render({
|
|
|
+ elem: '#customer_datagrid'
|
|
|
+ , url: '/api/check_list.json'
|
|
|
+ , cols: [[
|
|
|
+ {field: 'name', title: '姓名', width: 110}
|
|
|
+ , {field: 'tel', title: '电话', width: 120}
|
|
|
+ , {field: 'address', title: '地址', width: 200}
|
|
|
+ , {field: 'project', title: '项目', width: 150}
|
|
|
+ , {field: 'village', title: '小区', width: 150}
|
|
|
+ , {field: 'follow_user', title: '跟踪人', width: 110}
|
|
|
+ , {field: 'report_content', title: '报告内容', width: 200}
|
|
|
+ , {field: 'isSupport', title: '支援或放弃', width: 110}
|
|
|
+ , {field: 'isAbandon', title: '是否放弃', width: 100}
|
|
|
+ , {field: 'check_status', title: '审核状态', width: 110}
|
|
|
+ , {field: 'check_user', title: '审核人员', width: 110}
|
|
|
+ , {field: 'check_written', title: '审核批示', width: 100}
|
|
|
+ , {field: 'check_time', title: '审核时间', width: 180}
|
|
|
+ , {width: 80, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
|
+ ]]
|
|
|
+ , page: true
|
|
|
+ , height: 'full-108'
|
|
|
+ });
|
|
|
+ //监听工具条
|
|
|
+ table.on('tool(customer-operate)', function (obj) {
|
|
|
+ var data = obj.data;
|
|
|
+ if (obj.event === 'customer_check') {
|
|
|
+ table.editdata = data;
|
|
|
+ layer.open({
|
|
|
+ type: 2,
|
|
|
+ title: '审核',
|
|
|
+ area: ['35%', '50%'],
|
|
|
+ btn: ['保存', '取消'],
|
|
|
+ yes: function (index, dom) {
|
|
|
+ layui.onSubmitChild = function (res) {
|
|
|
+ layer.close(index);
|
|
|
+ table.reload('agent_datagrid', {});
|
|
|
+ };
|
|
|
+ layui.submitChild();
|
|
|
+ },
|
|
|
+ btn2: function (index, layero) {
|
|
|
+ layer.close(index);//关闭当前按钮
|
|
|
+ },
|
|
|
+ content: 'check_customer.html?id=' + data.id
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ form.on('submit(query-form-element)', function (data) {
|
|
|
+ table.reload('customer_datagrid', {
|
|
|
+ where: data.field
|
|
|
+ , page: {curr: 1}
|
|
|
+ });
|
|
|
+ layer.closeAll();
|
|
|
+ return false
|
|
|
+ });
|
|
|
+ });
|
|
|
+
|
|
|
+</script>
|
|
|
+</body>
|
|
|
+</html>
|