Kaynağa Gözat

知识库,问题修改

liuyifan 4 yıl önce
ebeveyn
işleme
59b8bb7992

+ 0 - 1
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -8,7 +8,6 @@
8 8
     <script src="../Script/Common/huayi.config.js"></script>
9 9
     <link rel="stylesheet" href="../css/bootstrap-select.css" />
10 10
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11
-    <link rel="stylesheet" href="../js/layui/css/layui.css">
12 11
     <link rel="stylesheet" href="../css/init.css" />
13 12
     <link rel="stylesheet" href="../js/layui/css/layui.css">
14 13
     <link rel="stylesheet" href="../css/WorkOrder/WorkOrderList.css">

+ 54 - 51
WebUI/CallCenterWeb.UI/SystemManager/peopleMage.html

@@ -25,6 +25,7 @@
25 25
         .fr {
26 26
             float: right;
27 27
         }
28
+
28 29
         /*标头*/
29 30
 
30 31
         .th-box {
@@ -42,7 +43,7 @@
42 43
             font-size: 12px;
43 44
             margin-left: 15px;
44 45
             box-sizing: border-box;
45
-            background:  #00a1cb;
46
+            background: #00a1cb;
46 47
             padding: 6px 10px;
47 48
             outline: none;
48 49
             border-width: 0px;
@@ -56,9 +57,9 @@
56 57
             overflow: hidden;
57 58
         }
58 59
 
59
-            .seach-box ul li {
60
-                margin-right: 5px;
61
-            }
60
+        .seach-box ul li {
61
+            margin-right: 5px;
62
+        }
62 63
 
63 64
         .photo {
64 65
             /*background-color: #FFF;
@@ -112,11 +113,11 @@
112 113
             overflow: hidden;
113 114
         }
114 115
 
115
-            .gjsu ul li {
116
-                width: 50%;
117
-                margin-bottom: 5px;
118
-                padding-top: 10px;
119
-            }
116
+        .gjsu ul li {
117
+            width: 50%;
118
+            margin-bottom: 5px;
119
+            padding-top: 10px;
120
+        }
120 121
 
121 122
         .selects {
122 123
             width: 105px;
@@ -133,10 +134,11 @@
133 134
     <div class="wrapper wrapper-content animated fadeInRight">
134 135
         <div class="daoHang clearfix">
135 136
             <div class="dhLeft">
136
-                <sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>&gt;<a href="javaScript:;">系统管理</a>&gt;<a href="" class="nowPosition">市民资料管理</a></sapn>
137
+                <sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>&gt;<a
138
+                        href="javaScript:;">系统管理</a>&gt;<a href="" class="nowPosition">市民资料管理</a></sapn>
137 139
             </div>
138 140
             <div class="dhRight">
139
-            	<a href="" title="刷新"><i class="fa fa-refresh"></i></a>
141
+                <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
140 142
             </div>
141 143
         </div>
142 144
         <div class="th-box">
@@ -144,10 +146,10 @@
144 146
                 <!--<a class="sc_btn btn-info" id="moves">批量删除</a>-->
145 147
                 <div class="seach-box ">
146 148
                     <ul>
147
-                        
149
+
148 150
                         <li>电话号码:<input id="tel" class="photo x-color" type="text" /></li>
149
-                         <li>市民姓名:<input id="tels" class="photo x-color" type="text" /></li>
150
-                        
151
+                        <li>市民姓名:<input id="tels" class="photo x-color" type="text" /></li>
152
+
151 153
                         <li>
152 154
                             <a class="sc_btn Ss Block">搜索</a>
153 155
                         </li>
@@ -162,25 +164,25 @@
162 164
             <table id="list" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
163 165
                 <thead>
164 166
                     <tr>
165
-                         <th data-field="CallNumber" data-align="center" data-formatter="Code">编号</th>
166
-                        <th data-field="F_ConName" data-align="center">联系人</th>
167
-                         <th data-field="F_CusPhone"  data-align="center">投诉号码</th>
168
-                           <th data-field="F_CusName"  data-align="center">来电人</th>
169
-                        <th data-field="F_ConPhone"  data-align="center">联系号码</th>
167
+                        <th data-field="CallNumber" data-align="center" data-formatter="Code">编号</th>
168
+                        <!-- <th data-field="F_ConName" data-align="center">联系人</th>
169
+                        <th data-field="F_CusPhone" data-align="center">投诉号码</th> -->
170
+                        <th data-field="F_CustomerName" data-align="center">来电人</th>
171
+                        <th data-field="F_Mobile" data-align="center">联系号码</th>
170 172
                         <th data-field="F_CusSex" data-align="center">性别</th>
171 173
                         <th data-field="F_Email" data-align="center">邮箱</th>
172 174
                         <th data-field="F_CusAddress" data-align="center">地址</th>
173 175
                         <th data-field="gdCount" data-align="center" data-formatter="Codes">工单量</th>
174
-                        <th data-field="ldCount" data-align="center" >来电量</th>
176
+                        <th data-field="ldCount" data-align="center">来电量</th>
175 177
                     </tr>
176 178
                 </thead>
177 179
             </table>
178 180
             <!--高级搜索框-->
179 181
         </div>
180
-    </div>   
182
+    </div>
181 183
     <script>
182 184
         $(document).ready(function () {
183
-           
185
+
184 186
             initTable();
185 187
             /*获取选中行对象*/
186 188
             $('#list').on("click-row.bs.table", function (e, row, ele) {
@@ -194,53 +196,54 @@
194 196
                 initTable();
195 197
             });
196 198
         })
197
- 
199
+
198 200
         function initTable() {
199 201
             //先销毁表格
200 202
             $('#list').bootstrapTable('destroy');
201 203
             //初始化表格,动态从服务器加载数据
202 204
             $("#list").bootstrapTable({
203
-                method: "get",  //使用get请求到服务器获取数据
205
+                method: "get", //使用get请求到服务器获取数据
204 206
                 url: huayi.config.callcenter_url + "Customer/GetPublicList?", //获取数据的Servlet地址
205
-                contentType: "application/x-www-form-urlencoded",striped: true,  //表格显示条纹
207
+                contentType: "application/x-www-form-urlencoded",
208
+                striped: true, //表格显示条纹
206 209
                 pagination: true, //启动分页
207
-                pageSize: 10,  //每页显示的记录数
210
+                pageSize: 10, //每页显示的记录数
208 211
                 pageNumber: 1, //当前第几页
209
-                pageList: [10, 20, 50, 100],  //记录数可选列表
210
-                search: false,  //是否启用查询
211
-                showColumns: false,  //显示下拉框勾选要显示的列
212
-                showRefresh: false,  //显示刷新按钮
212
+                pageList: [10, 20, 50, 100], //记录数可选列表
213
+                search: false, //是否启用查询
214
+                showColumns: false, //显示下拉框勾选要显示的列
215
+                showRefresh: false, //显示刷新按钮
213 216
                 sidePagination: "server", //表示服务端请求
214 217
                 //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
215 218
                 //设置为limit可以获取limit, offset, search, sort, order
216 219
                 queryParamsType: "undefined",
217
-                queryParams: function queryParams(params) {   //设置查询参数
220
+                queryParams: function queryParams(params) { //设置查询参数
218 221
                     var param = {
219 222
                         page: params.pageNumber,
220 223
                         pagesize: params.pageSize,
221
-                      phone:$("#tel").val(),
222
-                      name:$("#tels").val(),
224
+                        phone: $("#tel").val(),
225
+                        name: $("#tels").val(),
223 226
                         token: $.cookie("token")
224 227
                     };
225
-                    
228
+
226 229
                     return param;
227 230
                 },
228
-                onLoadSuccess: function () {  //加载成功时执行
231
+                onLoadSuccess: function () { //加载成功时执行
229 232
                     //layer.msg("加载成功");
230 233
                 },
231
-                onLoadError: function () {  //加载失败时执行
234
+                onLoadError: function () { //加载失败时执行
232 235
                     //layer.msg("加载数据失败", { time: 1500, icon: 2 });
233 236
                 }
234 237
             });
235 238
         }
236 239
 
237 240
         //编号
238
-        function Code(val,row,index){
239
-        	return index+1;
241
+        function Code(val, row, index) {
242
+            return index + 1;
240 243
         }
241
-      
242
-function Codes(val,row,index){
243
-        	return '<a  onclick="tk('+row.F_CusPhone+')">'+val+'</a>';
244
+
245
+        function Codes(val, row, index) {
246
+            return '<a  onclick="tk(' + row.F_CusPhone + ')">' + val + '</a>';
244 247
         }
245 248
         ////回访
246 249
         //function dealType(val) {
@@ -258,16 +261,16 @@ function Codes(val,row,index){
258 261
                 return '<div >已处理</div>';
259 262
             }
260 263
         }
261
-   
262
-     //
263
-     function tk(str){
264
-				layer.open({
265
-					type: 2,
266
-					content: "../Appeal/Lawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
267
-					title: '查询工单',
268
-					area: ['87%', '80%'], //宽高
269
-				});
270
-     }
264
+
265
+        //
266
+        function tk(str) {
267
+            layer.open({
268
+                type: 2,
269
+                content: "../Appeal/Lawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
270
+                title: '查询工单',
271
+                area: ['87%', '80%'], //宽高
272
+            });
273
+        }
271 274
     </script>
272 275
 
273 276
 </body>

+ 3 - 1
WebUI/CallCenterWeb.UI/css/call.css

@@ -404,6 +404,8 @@ a {
404 404
 }
405 405
 .layui-menu li {
406 406
     margin: 0 !important;
407
-    height: 20px;
407
+    padding: 2px 15px !important;
408
+    height: 16px;
408 409
     line-height: 12px !important;
410
+    font-size: 12px !important;
409 411
 }

+ 8 - 5
WebUI/CallCenterWeb.UI/css/init.css

@@ -41,7 +41,7 @@
41 41
 .btns {
42 42
     background: #00a1cb;
43 43
     color: #fff;
44
-    padding: 8px 18px;
44
+    padding: 6px 18px;
45 45
     outline: none;
46 46
     /* font-size: 14px; */
47 47
     margin-left: 15px;
@@ -75,10 +75,11 @@
75 75
     float: right;
76 76
 }
77 77
 .toolBar input {
78
-    width: 128px;
78
+    width: 150px;
79 79
     padding: 2px 2px 2px 10px;
80
-    height: 27px;
81
-    border: 1px solid #ebebeb;
80
+    height: 33px;
81
+    /* border: 1px solid #ebebeb; */
82
+    border: 1px solid rgb(204, 204, 204);
82 83
     /* color: #1ab394; */
83 84
     outline: none;
84 85
     vertical-align: middle;
@@ -344,6 +345,8 @@
344 345
 }
345 346
 .layui-menu li {
346 347
     margin: 0 !important;
347
-    height: 20px;
348
+    padding: 2px 15px !important;
349
+    height: 16px;
348 350
     line-height: 12px !important;
351
+    font-size: 12px !important;
349 352
 }

+ 0 - 1
WebUI/CallCenterWeb.UI/home.html

@@ -2525,7 +2525,6 @@
2525 2525
                                 class="hide" />
2526 2526
                             本地上传
2527 2527
                         </label>
2528
-
2529 2528
                         <button class="btnn" id="zoomIn" type="button">
2530 2529
                             放大
2531 2530
                         </button>

+ 12 - 6
WebUI/CallCenterWeb.UI/keHuManager/ContactPersonManger.html

@@ -143,8 +143,12 @@
143 143
 				<div class="toolRight" style="float: right;">
144 144
 					<span>关键词:<input type="text" class="czName" /></span>
145 145
 					<!--<span>登录时间:<input type="text" class="laydate-icon loginTime" id="startTime"/></span>-->
146
-					<button class="btns search">搜索</button>
147
-				</div>
146
+				    <button class="btns search">搜索</button>
147
+					<button class="btns exportFile">导出</button>
148
+					<button class="btns exportFile">模板</button>
149
+					<button class="btns exportFile">导入</button>
150
+                    <input type="file"  style="display: none;">
151
+				</div>	
148 152
 			</div>
149 153
 			<div class="tableBox">
150 154
 				<table id="table1" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
@@ -152,10 +156,12 @@
152 156
 						<tr>
153 157
 							<th data-field="state" data-checkbox="true" data-align="center"></th>
154 158
 							<th data-align="center" data-formatter="setCode">编号</th>
155
-                            <th data-field="F_CustomerName" data-align="center">客户名称</th>
156
-                            <th data-field="F_Mobile" data-align="center">客户电话</th>
157
-							<th data-field="F_CustomerEName" data-align="center">联系人</th>
158
-							<th data-field="F_Telephone" data-align="center">联系电话</th>
159
+                            <!-- <th data-field="F_CustomerName" data-align="center">客户名称</th>
160
+                            <th data-field="F_Mobile" data-align="center">客户电话</th> -->
161
+							<th data-field="F_CustomerName" data-align="center">联系人</th>
162
+							<th data-field="F_Mobile" data-align="center">联系电话</th>
163
+							<th data-field="gdCount" data-align="center">工单数量</th>
164
+							<th data-field="ldCount" data-align="center">来电数量</th>
159 165
 							<th data-field="F_PostCode" data-align="center">邮编</th>
160 166
                             <th data-field="F_Email" data-align="center">Email</th>
161 167
 						</tr>

+ 10 - 1
WebUI/CallCenterWeb.UI/keHuManager/js/keHuManger.js

@@ -227,4 +227,13 @@ function cleanText(){
227 227
 	$(".add_tel").val('');
228 228
 	$(".add_post").val('');
229 229
 	$(".add_email").val('');
230
-}
230
+}
231
+
232
+$(".exportFile").click(function() {
233
+    var keyWord = $('.czName').val();
234
+    
235
+    var url = huayi.config.callcenter_url + "Customer/GetList?token=" + $.cookie("token");
236
+    url += "&keyWord=" + keyWord + "&isdc=1";
237
+    window.location.href = url;
238
+
239
+})

+ 15 - 39
WebUI/CallCenterWeb.UI/zhiShiKu/addModel.html

@@ -1,5 +1,6 @@
1 1
 <!DOCTYPE html>
2 2
 <html>
3
+
3 4
 <head>
4 5
     <meta charset="UTF-8">
5 6
     <script src="../Script/Common/huayi.load.js"></script>
@@ -8,9 +9,9 @@
8 9
     <link rel="stylesheet" href="../css/init.css" />
9 10
     <title>知识库查询</title>
10 11
     <style>
11
-        .table{
12
-        	margin: 20px;
13
-        	width: 97%;
12
+        .table {
13
+            margin: 20px;
14
+            width: 97%;
14 15
         }
15 16
 
16 17
         .table th {
@@ -18,19 +19,20 @@
18 19
             font-weight: bold;
19 20
             text-align: center;
20 21
         }
21
-		
22
-		.table td{
23
-			width: 90%;
24
-		}
22
+
23
+        .table td {
24
+            width: 90%;
25
+        }
26
+
25 27
         .table td textarea {
26 28
             width: 100%;
27 29
         }
28
-		
29 30
     </style>
30 31
 </head>
32
+
31 33
 <body>
32 34
     <!--查看弹出内容-->
33
-   
35
+
34 36
     <table class="table-bordered table">
35 37
         <tbody>
36 38
             <tr>
@@ -47,14 +49,14 @@
47 49
             </tr>
48 50
         </tbody>
49 51
     </table>
50
-    
52
+
51 53
     <script src="../css/layer/layer.js"></script>
52 54
 </body>
53 55
 <script>
54 56
     var token = $.cookie("token");
55
-    var changeGetid = helper.request.queryString("changeGetid"); 
57
+    var changeGetid = helper.request.queryString("changeGetid");
56 58
     getChangeBox(changeGetid);
57
-  
59
+
58 60
     function getChangeBox(changeGetid) {
59 61
         $.ajax({
60 62
             type: "post",
@@ -74,32 +76,6 @@
74 76
         });
75 77
 
76 78
     }
77
-   
78 79
 </script>
79 80
 
80
-</html>
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
81
+</html>

+ 198 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/addOrEditZhiShiKuGuide.html

@@ -0,0 +1,198 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <script src="../Script/Common/huayi.load.js"></script>
7
+    <script src="../Script/Common/huayi.config.js"></script>
8
+    <link rel="stylesheet" href="../css/init.css" />
9
+    <title>新版知识库添加</title>
10
+    <style type="text/css">
11
+        ul,
12
+        li {
13
+            padding: 0;
14
+            margin: 0;
15
+            list-style: none;
16
+        }
17
+
18
+        .table tr td input[type="text"] {
19
+            width: 100%;
20
+            height: 34px;
21
+            background: #f3f3f4;
22
+            outline: none;
23
+            border: 1px solid #e7e7e7;
24
+            /*padding-left: 10px;*/
25
+        }
26
+
27
+        .radio-inline input[type=radio] {
28
+            margin-top: 2px;
29
+        }
30
+
31
+        .table tr td textarea {
32
+            width: 100%;
33
+            height: 100%;
34
+            background: #f3f3f4;
35
+            border: 1px solid #e7e7e7;
36
+            resize: none;
37
+            padding: 0px;
38
+            /*padding-left: 10px;*/
39
+        }
40
+
41
+        #scwj {
42
+            background-color: #FFF;
43
+            background-image: none;
44
+            border: 1px solid #ccc;
45
+            border-radius: 1px;
46
+            color: inherit;
47
+            padding: 6px 12px !important;
48
+        }
49
+
50
+        .files {
51
+            padding: 5px !important;
52
+        }
53
+
54
+        .time-box {
55
+            position: relative;
56
+            width: 197px !important;
57
+            height: 34px;
58
+            margin: 0;
59
+        }
60
+
61
+        .tub+input {
62
+            padding-right: 30px;
63
+            border: 1px solid #e5e6e7 !important;
64
+        }
65
+
66
+        i.tub {
67
+            position: absolute;
68
+            right: 8px;
69
+            top: 8px;
70
+            font-size: 18px;
71
+            color: #00a0ca;
72
+        }
73
+
74
+        .operation_bj {
75
+            float: right;
76
+        }
77
+
78
+        .msg_time {
79
+            max-width: 240px;
80
+            min-width: 190px;
81
+        }
82
+    </style>
83
+</head>
84
+
85
+<body class="gray-bg">
86
+    <div class="container-fluid wrapper-content animated fadeInRight">
87
+        <div class="operation_bj">
88
+
89
+        </div>
90
+        <table class="table table-bordered table-condensed">
91
+            <tr>
92
+                <td width="100">关键词</td>
93
+                <td><input type="text" id="key" autocomplete="off" /></td>
94
+                <td width="100">发布单位</td>
95
+                <td><input type="text" id="publishUnit" autocomplete="off" /></td>
96
+            </tr>
97
+            <tr>
98
+                <td width="100">发布人</td>
99
+                <td><input type="text" id="publishPersonal" autocomplete="off" /></td>
100
+                <td width="100">所属行业</td>
101
+                <td><input type="text" id="industry" autocomplete="off" /></td>
102
+            </tr>
103
+            <tr>
104
+                <td width="100">地区</td>
105
+                <td><input type="text" id="address" autocomplete="off" /></td>
106
+                <td width="100">发布时间</td>
107
+                <td><input type="text" id="publishTime" autocomplete="off" /></td>
108
+            </tr>
109
+            <tr>
110
+                <td width="100">生效时间</td>
111
+                <td><input type="text" id="effectiveTime" autocomplete="off" /></td>
112
+                <td width="100">失效时间</td>
113
+                <td><input type="text" id="invalidTime" autocomplete="off" /></td>
114
+            </tr>
115
+            <tr>
116
+                <td width="100">业务名称</td>
117
+                <td><input type="text" id="businessName" autocomplete="off" /></td>
118
+                <td width="100">标识编码</td>
119
+                <td><input type="text" id="identifyEncoding" autocomplete="off" /></td>
120
+            </tr>
121
+            <tr>
122
+                <td width="100">申请条件</td>
123
+                <td><input type="text" id="applicationConditions" autocomplete="off" /></td>
124
+                <td width="100">政策依据</td>
125
+                <td><input type="text" id="policyBased" autocomplete="off" /></td>
126
+            </tr>
127
+            <tr>
128
+                <td width="100">网上办理连接</td>
129
+                <td><input type="text" id="onlineURL" autocomplete="off" /></td>
130
+                <td width="100">附件</td>
131
+                <td><input type="text" id="" autocomplete="off" /></td>
132
+            </tr>
133
+            <tr>
134
+                <th colspan="4">办理流程</th>
135
+            </tr>
136
+            <tr>
137
+                <td width="100">办理材料</td>
138
+                <td colspan="3"><input type="text" id="handlingMaterials" autocomplete="off" /></td>
139
+            </tr>
140
+            <tr>
141
+                <td width="100">办理时限</td>
142
+                <td colspan="3"><input type="text" id="processingTimeLimit" autocomplete="off" /></td>
143
+            </tr>
144
+            <tr>
145
+                <td width="100">办理地点</td>
146
+                <td colspan="3"><input type="text" id="handlingPlace" autocomplete="off" /></td>
147
+            </tr>
148
+            <tr>
149
+                <td width="100">办理时间</td>
150
+                <td colspan="3"><input type="text" id="processingTime" autocomplete="off" /></td>
151
+            </tr>
152
+            <tr>
153
+                <td width="100">电话</td>
154
+                <td colspan="3"><input type="text" id="telephone" autocomplete="off" /></td>
155
+            </tr>
156
+            <tr>
157
+                <td width="100">其他说明</td>
158
+                <td colspan="3"><input type="text" id="otherInstructions" autocomplete="off" /></td>
159
+            </tr>
160
+            <tr>
161
+                <td width="100">办理流程</td>
162
+                <td colspan="3"><input type="text" id="process" autocomplete="off" /></td>
163
+            </tr>
164
+            <!-- <tr>
165
+                <td width="100">备注</td>
166
+                <td colspan="3"><input type="text" id="publishUnit" autocomplete="off" /></td>
167
+            </tr> -->
168
+            <tr>
169
+                <td width="100" height="100">备注</td>
170
+                <td colspan="3" height="100"> <textarea name="" rows="" cols=""
171
+                        id="remark"></textarea></td>
172
+            </tr>
173
+        </table>
174
+        <div class="">
175
+            <span>附件:</span>
176
+            <div class="fileBox">
177
+                <!--<span class="files">文件1<i class="fa fa-remove"></i></span>-->
178
+            </div>
179
+            <!--<input type="text" placeholder="输入附件详情" style="width:66%" />-->
180
+            <!--<span class="fjnr"></span>-->
181
+            <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
182
+            <input class="input" type="button" value="上传" id="scwj" />
183
+            <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
184
+            <input type="hidden" id="file" />
185
+            <span style="color:#FF0000; border: none;">
186
+                (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
187
+            </span>
188
+        </div>
189
+        <p style="text-align: center;">
190
+            <button class="btns save">保存</button>
191
+        </p>
192
+    </div>
193
+    <script src="../js/adjustHeight.js"></script>
194
+    <script src="../css/laydate/laydate.js"></script>
195
+    <script src="js/addOrEditZhiShiKuGuide.js"></script>
196
+</body>
197
+
198
+</html>

+ 163 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/addOrEditZhiShiKuPolicyExpert.html

@@ -0,0 +1,163 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <script src="../Script/Common/huayi.load.js"></script>
7
+    <script src="../Script/Common/huayi.config.js"></script>
8
+    <link rel="stylesheet" href="../css/init.css" />
9
+    <title>办事指南</title>
10
+    <style type="text/css">
11
+        ul,
12
+        li {
13
+            padding: 0;
14
+            margin: 0;
15
+            list-style: none;
16
+        }
17
+
18
+        .table tr td input[type="text"] {
19
+            width: 100%;
20
+            height: 34px;
21
+            background: #f3f3f4;
22
+            outline: none;
23
+            border: 1px solid #e7e7e7;
24
+            /*padding-left: 10px;*/
25
+        }
26
+
27
+        .radio-inline input[type=radio] {
28
+            margin-top: 2px;
29
+        }
30
+
31
+        .table tr td textarea {
32
+            width: 100%;
33
+            height: 100%;
34
+            background: #f3f3f4;
35
+            border: 1px solid #e7e7e7;
36
+            resize: none;
37
+            padding: 0px;
38
+            /*padding-left: 10px;*/
39
+        }
40
+
41
+        #scwj {
42
+            background-color: #FFF;
43
+            background-image: none;
44
+            border: 1px solid #ccc;
45
+            border-radius: 1px;
46
+            color: inherit;
47
+            padding: 6px 12px !important;
48
+        }
49
+
50
+        .files {
51
+            padding: 5px !important;
52
+        }
53
+
54
+        .time-box {
55
+            position: relative;
56
+            width: 197px !important;
57
+            height: 34px;
58
+            margin: 0;
59
+        }
60
+
61
+        .tub+input {
62
+            padding-right: 30px;
63
+            border: 1px solid #e5e6e7 !important;
64
+        }
65
+
66
+        i.tub {
67
+            position: absolute;
68
+            right: 8px;
69
+            top: 8px;
70
+            font-size: 18px;
71
+            color: #00a0ca;
72
+        }
73
+
74
+        .operation_bj {
75
+            float: right;
76
+        }
77
+
78
+        .msg_time {
79
+            max-width: 240px;
80
+            min-width: 190px;
81
+        }
82
+    </style>
83
+</head>
84
+
85
+<body class="gray-bg">
86
+    <div class="container-fluid wrapper-content animated fadeInRight">
87
+        <div class="operation_bj">
88
+
89
+        </div>
90
+        <table class="table table-bordered table-condensed">
91
+            <tr>
92
+                <td width="100">专家姓名</td>
93
+                <td><input type="text" id="name" autocomplete="off" /></td>
94
+                <td width="100">地区</td>
95
+                <td><input type="text" id="address" autocomplete="off" /></td>
96
+            </tr>
97
+            <tr>
98
+                <td width="100">专家单位</td>
99
+                <td><input type="text" id="unit" autocomplete="off" /></td>
100
+                <td width="100">所属行业</td>
101
+                <td><input type="text" id="industry" autocomplete="off" /></td>
102
+            </tr>
103
+            <tr>
104
+                <td width="100">科室</td>
105
+                <td><input type="text" id="department" autocomplete="off" /></td>
106
+                <td width="100">生效时间</td>
107
+                <td><input type="text" id="effectiveTime" autocomplete="off" /></td>
108
+            </tr>
109
+            <tr>
110
+                <td width="100">职务</td>
111
+                <td><input type="text" id="job" autocomplete="off" /></td>
112
+                <td width="100">失效时间</td>
113
+                <td><input type="text" id="expirationTime" autocomplete="off" /></td>
114
+            </tr>
115
+            <tr>
116
+                <td width="100">手机号码</td>
117
+                <td><input type="text" id="phoneNumber" autocomplete="off" /></td>
118
+                <td width="100">发布时间</td>
119
+                <td><input type="text" id="publishTime" autocomplete="off" /></td>
120
+            </tr>
121
+            <tr>
122
+                <td width="100">办公电话</td>
123
+                <td><input type="text" id="officePhone" autocomplete="off" /></td>
124
+                <td width="100">发布人</td>
125
+                <td><input type="text" id="publishPersonal" autocomplete="off" /></td>
126
+            </tr>
127
+            <tr>
128
+                <td width="100">标识编码</td>
129
+                <td><input type="text" id="identifyEncoding" autocomplete="off" /></td>
130
+                <td width="100">发布单位</td>
131
+                <td><input type="text" id="publishUnit" autocomplete="off" /></td>
132
+            </tr>
133
+            <tr>
134
+                <td width="100" height="100">专业领域简介</td>
135
+                <td colspan="3" height="100"> <textarea name="" rows="" cols=""
136
+                        id="introductionFieldExpertise"></textarea></td>
137
+            </tr>
138
+        </table>
139
+        <div class="">
140
+            <span>上传头像:</span>
141
+            <div class="fileBox">
142
+                <!--<span class="files">文件1<i class="fa fa-remove"></i></span>-->
143
+            </div>
144
+            <!--<input type="text" placeholder="输入附件详情" style="width:66%" />-->
145
+            <!--<span class="fjnr"></span>-->
146
+            <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
147
+            <input class="input" type="button" value="上传" id="scwj" />
148
+            <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
149
+            <input type="hidden" id="file" />
150
+            <span style="color:#FF0000; border: none;">
151
+                (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
152
+            </span>
153
+        </div>
154
+        <p style="text-align: center;">
155
+            <button class="btns save">保存</button>
156
+        </p>
157
+    </div>
158
+    <script src="../js/adjustHeight.js"></script>
159
+    <script src="../css/laydate/laydate.js"></script>
160
+    <script src="js/addOrEditZhiShiKuPolicyExpert.js"></script>
161
+</body>
162
+
163
+</html>

+ 220 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/js/addOrEditZhiShiKuGuide.js

@@ -0,0 +1,220 @@
1
+var id = helper.request.queryString("id");
2
+$(document).ready(function () {
3
+    laydate.skin('blue');
4
+    // laydate({
5
+    //     elem: '#effectiveTime',
6
+    //     event: 'focus',
7
+    //     istime: true,
8
+    //     format: 'YYYY-MM-DD hh:mm:ss'
9
+    // });
10
+    // laydate({
11
+    //     elem: '#expirationTime',
12
+    //     event: 'focus',
13
+    //     istime: true,
14
+    //     format: 'YYYY-MM-DD hh:mm:ss'
15
+    // });
16
+    // laydate({
17
+    //     elem: '#publishTime',
18
+    //     event: 'focus',
19
+    //     istime: true,
20
+    //     format: 'YYYY-MM-DD hh:mm:ss'
21
+    // });
22
+
23
+    $(".save").click(function () {
24
+        saveCon();
25
+    });
26
+    //上传附件
27
+    $("#scwj").click(function () {
28
+        $("#upFile").trigger("click");
29
+    });
30
+    $("#upFile").change(function () {
31
+        upload();
32
+    });
33
+
34
+    //保存
35
+    function saveCon() {
36
+        $.ajax({
37
+            type: "post",
38
+            url: huayi.config.callcenter_url + "LawGuide/AddModel",
39
+            async: true,
40
+            dataType: "json",
41
+            data: {
42
+                token: $.cookie("token"),
43
+                id: id, //知识库id
44
+                key: 107, // 关键词id
45
+                fabudanwei: $("#publishUnit").val(), // 发布单位
46
+                faburen: $("#publishPersonal").val(), // 发布人
47
+                hangye: $("#industry").val(), // 所属行业
48
+                diqu: $("#address").val(), // 地区
49
+                fabushijian: $("#publishTime").val(), // 发布时间
50
+                shengxiaoshijian: $("#effectiveTime").val(), // 生效时间
51
+                shixiaoshijian: $("#invalidTime").val(), // 失效时间
52
+                yewumingcheng: $("#businessName").val(), // 业务名称
53
+                biaoshibianma: $("#identifyEncoding").val(), // 标识编码
54
+                shenqingtiaojian: $("#applicationConditions").val(), // 申请条件
55
+                zhengceyiju: $("#policyBased").val(), // 政策依据
56
+                wangshangbanlilianjie: $("#onlineURL").val(), // 网上办理链接
57
+                file: "", // 附件
58
+                banlicailiao: $("#handlingMaterials").val(), // 办理材料
59
+                banlishixian: $("#processingTimeLimit").val(), // 办理时限
60
+                banlididian: $("#handlingPlace").val(), // 办理地点
61
+                banlishijian: $("#processingTime").val(), // 办理时间
62
+                banlidianhua: $("#telephone").val(), // 电话
63
+                qitashuoming: $("#otherInstructions").val(), // 其他说明
64
+                banliliucheng: $("#process").val(), // 办理流程
65
+                beizhu: $("#remark").val(), // 备注
66
+            },
67
+            success: function (data) {
68
+                if (data.state.toLowerCase() == "success") {
69
+                    var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
70
+                    parent.layer.close(index); //再执行关闭
71
+                    parent.layer.msg(data.message); //再执行关闭
72
+                    parent.$("#tableList").bootstrapTable("refresh"); //再执行关闭
73
+                }
74
+            },
75
+        });
76
+    }
77
+    //获取知识库详情
78
+    if (id) {
79
+        $.ajax({
80
+            type: "get",
81
+            url: huayi.config.callcenter_url + "LawGuide/GetModel",
82
+            async: true,
83
+            dataType: "json",
84
+            data: {
85
+                token: $.cookie("token"),
86
+                id: id,
87
+            },
88
+            success: function (result) {
89
+                if (result.state.toLowerCase() == "success") {
90
+                    var data = result.data;
91
+                    $("#name").val(data.F_XingMing);
92
+                    $("#address").val(data.F_DiQu);
93
+                    $("#unit").val(data.F_DanWei);
94
+                    $("#industry").val(data.F_HangYe);
95
+                    $("#department").val(data.F_KeShi);
96
+                    $("#effectiveTime").val(data.F_ShengXiaoShiJian);
97
+                    $("#job").val(data.F_ZhiWu);
98
+                    $("#expirationTime").val(data.F_ShiXiaoShiJian);
99
+                    $("#phoneNumber").val(data.F_ShouJi);
100
+                    $("#publishTime").val(data.F_FaBuShiJian);
101
+                    $("#officePhone").val(data.F_DianHua);
102
+                    $("#publishPersonal").val(data.F_FaBuRen);
103
+                    $("#identifyEncoding").val(data.F_BiaoShiBianMa);
104
+                    $("#publishUnit").val(data.F_FaBuDanWei);
105
+                    $("#introductionFieldExpertise").val(data.F_ZhuanYeLingYuJianJie);
106
+
107
+                    $(result.data.F_TouXiang).each(function (k, q) {
108
+                        var strs =
109
+                            '<span class="files" fiel-num="' +
110
+                            q.F_FileId +
111
+                            '">' +
112
+                            q.F_FileName.substring(19) +
113
+                            '<i class="fa fa-remove del_file"></i></span>';
114
+                        $(strs)
115
+                            .appendTo($(".fileBox"))
116
+                            .find(".del_file")
117
+                            .click(function (event) {
118
+                                event.stopPropagation();
119
+                                $(this).parent().remove();
120
+                                file_num();
121
+                                console.log($(".fileBox").find(".del_file"));
122
+                            });
123
+                        file_num();
124
+                    });
125
+                }
126
+            },
127
+        });
128
+    }
129
+});
130
+
131
+//上传文件
132
+function upload() {
133
+    var Files = document.getElementById("upFile").files;
134
+    if (Files.length > 0) {
135
+        var formData = new FormData();
136
+        for (var i = 0; i < Files.length; i++) {
137
+            formData.append("file" + i, Files[i]);
138
+        }
139
+        formData.append("token", $.cookie("token"));
140
+        console.log(formData);
141
+        console.log("123",formData.file0);
142
+        var typeName = Files[0].name.split(".")[1];
143
+        if (
144
+            typeName == "png" ||
145
+            typeName == "jpg" ||
146
+            typeName == "mp4" ||
147
+            typeName == "mp3" ||
148
+            typeName == "pdf" ||
149
+            typeName == "doc" ||
150
+            typeName == "docx" ||
151
+            typeName == "xls" ||
152
+            typeName == "xlsx"
153
+        ) {
154
+            $.ajax({
155
+                url: huayi.config.callcenter_url + "LawGuide/UploadFile",
156
+                type: "POST",
157
+                data: formData,
158
+                /**
159
+                 *必须false才会自动加上正确的Content-Type
160
+                 */
161
+                contentType: false,
162
+                /**
163
+                 * 必须false才会避开jQuery对 formdata 的默认处理
164
+                 * XMLHttpRequest会对 formdata 进行正确的处理
165
+                 */
166
+                processData: false,
167
+                success: function (result) {
168
+                    document.getElementById("upFile").outerHTML =
169
+                        document.getElementById("upFile").outerHTML;
170
+                    $("#upFile").change(function () {
171
+                        upload();
172
+                    });
173
+                    var r = $.parseJSON(result);
174
+                    if (r.state.toLowerCase() == "success") {
175
+                        //								$(".fjnr").text(r.data[0].F_FileName);
176
+                        var a = r.data;
177
+                        $(a).each(function (i, n) {
178
+                            var strs =
179
+                                '<span class="files" fiel-num="' +
180
+                                n.F_FileId +
181
+                                '">' +
182
+                                n.F_FileName.substring(19) +
183
+                                '<i class="fa fa-remove del_file"></i></span>';
184
+                            $(strs)
185
+                                .appendTo($(".fileBox"))
186
+                                .find(".del_file")
187
+                                .click(function (event) {
188
+                                    event.stopPropagation();
189
+                                    $(this).parent().remove();
190
+                                    file_num();
191
+                                });
192
+                        });
193
+                        file_num();
194
+                    }
195
+                },
196
+            });
197
+        } else {
198
+            layer.msg("格式不正确");
199
+        }
200
+    } else {
201
+        layer.confirm("请上传文件!", {
202
+            btn: ["确定"],
203
+        });
204
+    }
205
+}
206
+//上传文件隐藏域值
207
+function file_num() {
208
+    var str = "";
209
+    var Str;
210
+    $(".fileBox .files").each(function (j, m) {
211
+        var aa = $(m).attr("fiel-num");
212
+        console.log(aa);
213
+        str += aa + ",";
214
+        Str =
215
+            str.substring(str.length - 1) == ","
216
+                ? str.substring(0, str.length - 1)
217
+                : str;
218
+    });
219
+    $("#file").val(Str);
220
+}

+ 214 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/js/addOrEditZhiShiKuPolicyExpert.js

@@ -0,0 +1,214 @@
1
+var id = helper.request.queryString("id");
2
+$(document).ready(function () {
3
+    laydate.skin('blue');
4
+    laydate({
5
+        elem: '#effectiveTime',
6
+        event: 'focus',
7
+        istime: true,
8
+        format: 'YYYY-MM-DD hh:mm:ss'
9
+    });
10
+    laydate({
11
+        elem: '#expirationTime',
12
+        event: 'focus',
13
+        istime: true,
14
+        format: 'YYYY-MM-DD hh:mm:ss'
15
+    });
16
+    laydate({
17
+        elem: '#publishTime',
18
+        event: 'focus',
19
+        istime: true,
20
+        format: 'YYYY-MM-DD hh:mm:ss'
21
+    });
22
+
23
+    $(".save").click(function () {
24
+        saveCon();
25
+    });
26
+    //上传附件
27
+    $("#scwj").click(function () {
28
+        $("#upFile").trigger("click");
29
+    });
30
+    $("#upFile").change(function () {
31
+        upload();
32
+    });
33
+
34
+    //保存
35
+    function saveCon() {
36
+        $.ajax({
37
+            type: "post",
38
+            url: huayi.config.callcenter_url + "Professor/AddModel",
39
+            async: true,
40
+            dataType: "json",
41
+            data: {
42
+                token: $.cookie("token"),
43
+                id: id, //知识库id
44
+                xingming: $("#name").val(), // 专家姓名
45
+                danwei: $("#unit").val(), // 专家单位
46
+                keshi: $("#department").val(), // 科室
47
+                zhiwu: $("#job").val(), // 职务
48
+                shouji: $("#phoneNumber").val(), // 手机号码
49
+                dianhua: $("#officePhone").val(), // 办公电话
50
+                biaoshibianma: $("#identifyEncoding").val(), // 标识编码
51
+                diqu: $("#address").val(), // 地区
52
+                hangye: $("#industry").val(), // 行业
53
+                shengxiaoshijian: $("#effectiveTime").val(), // 生效时间
54
+                shixiaoshijian: $("#expirationTime").val(), // 失效时间
55
+                fabushijian: $("#publishTime").val(), // 发布时间
56
+                faburen: $("#publishPersonal").val(), // 发布人
57
+                fabudanwei: $("#publishUnit").val(), // 发布单位
58
+                touxiang: $("#file").val(),
59
+                zhuanyelingyujianjie: $("#introductionFieldExpertise").val(), // 发布领域简介
60
+            },
61
+            success: function (data) {
62
+                if (data.state.toLowerCase() == "success") {
63
+                    var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
64
+                    parent.layer.close(index); //再执行关闭
65
+                    parent.layer.msg(data.message); //再执行关闭
66
+                    parent.$("#tableList").bootstrapTable("refresh"); //再执行关闭
67
+                }
68
+            },
69
+        });
70
+    }
71
+    //获取知识库详情
72
+    if (id) {
73
+        $.ajax({
74
+            type: "get",
75
+            url: huayi.config.callcenter_url + "Professor/GetModel",
76
+            async: true,
77
+            dataType: "json",
78
+            data: {
79
+                token: $.cookie("token"),
80
+                id: id,
81
+            },
82
+            success: function (result) {
83
+                if (result.state.toLowerCase() == "success") {
84
+                    var data = result.data;
85
+                    $("#name").val(data.F_XingMing);
86
+                    $("#address").val(data.F_DiQu);
87
+                    $("#unit").val(data.F_DanWei);
88
+                    $("#industry").val(data.F_HangYe);
89
+                    $("#department").val(data.F_KeShi);
90
+                    $("#effectiveTime").val(data.F_ShengXiaoShiJian);
91
+                    $("#job").val(data.F_ZhiWu);
92
+                    $("#expirationTime").val(data.F_ShiXiaoShiJian);
93
+                    $("#phoneNumber").val(data.F_ShouJi);
94
+                    $("#publishTime").val(data.F_FaBuShiJian);
95
+                    $("#officePhone").val(data.F_DianHua);
96
+                    $("#publishPersonal").val(data.F_FaBuRen);
97
+                    $("#identifyEncoding").val(data.F_BiaoShiBianMa);
98
+                    $("#publishUnit").val(data.F_FaBuDanWei);
99
+                    $("#introductionFieldExpertise").val(data.F_ZhuanYeLingYuJianJie);
100
+
101
+                    $(result.data.F_TouXiang).each(function (k, q) {
102
+                        var strs =
103
+                            '<span class="files" fiel-num="' +
104
+                            q.F_FileId +
105
+                            '">' +
106
+                            q.F_FileName.substring(19) +
107
+                            '<i class="fa fa-remove del_file"></i></span>';
108
+                        $(strs)
109
+                            .appendTo($(".fileBox"))
110
+                            .find(".del_file")
111
+                            .click(function (event) {
112
+                                event.stopPropagation();
113
+                                $(this).parent().remove();
114
+                                file_num();
115
+                                console.log($(".fileBox").find(".del_file"));
116
+                            });
117
+                        file_num();
118
+                    });
119
+                }
120
+            },
121
+        });
122
+    }
123
+});
124
+
125
+//上传文件
126
+function upload() {
127
+    var Files = document.getElementById("upFile").files;
128
+    if (Files.length > 0) {
129
+        var formData = new FormData();
130
+        for (var i = 0; i < Files.length; i++) {
131
+            formData.append("file" + i, Files[i]);
132
+        }
133
+        formData.append("token", $.cookie("token"));
134
+        console.log(formData);
135
+        console.log("123",formData.file0);
136
+        var typeName = Files[0].name.split(".")[1];
137
+        if (
138
+            typeName == "png" ||
139
+            typeName == "jpg" ||
140
+            typeName == "mp4" ||
141
+            typeName == "mp3" ||
142
+            typeName == "pdf" ||
143
+            typeName == "doc" ||
144
+            typeName == "docx" ||
145
+            typeName == "xls" ||
146
+            typeName == "xlsx"
147
+        ) {
148
+            $.ajax({
149
+                url: huayi.config.callcenter_url + "Professor/UploadTX",
150
+                type: "POST",
151
+                data: formData,
152
+                /**
153
+                 *必须false才会自动加上正确的Content-Type
154
+                 */
155
+                contentType: false,
156
+                /**
157
+                 * 必须false才会避开jQuery对 formdata 的默认处理
158
+                 * XMLHttpRequest会对 formdata 进行正确的处理
159
+                 */
160
+                processData: false,
161
+                success: function (result) {
162
+                    document.getElementById("upFile").outerHTML =
163
+                        document.getElementById("upFile").outerHTML;
164
+                    $("#upFile").change(function () {
165
+                        upload();
166
+                    });
167
+                    var r = $.parseJSON(result);
168
+                    if (r.state.toLowerCase() == "success") {
169
+                        //								$(".fjnr").text(r.data[0].F_FileName);
170
+                        var a = r.data;
171
+                        $(a).each(function (i, n) {
172
+                            var strs =
173
+                                '<span class="files" fiel-num="' +
174
+                                n.F_FileId +
175
+                                '">' +
176
+                                n.F_FileName.substring(19) +
177
+                                '<i class="fa fa-remove del_file"></i></span>';
178
+                            $(strs)
179
+                                .appendTo($(".fileBox"))
180
+                                .find(".del_file")
181
+                                .click(function (event) {
182
+                                    event.stopPropagation();
183
+                                    $(this).parent().remove();
184
+                                    file_num();
185
+                                });
186
+                        });
187
+                        file_num();
188
+                    }
189
+                },
190
+            });
191
+        } else {
192
+            layer.msg("格式不正确");
193
+        }
194
+    } else {
195
+        layer.confirm("请上传文件!", {
196
+            btn: ["确定"],
197
+        });
198
+    }
199
+}
200
+//上传文件隐藏域值
201
+function file_num() {
202
+    var str = "";
203
+    var Str;
204
+    $(".fileBox .files").each(function (j, m) {
205
+        var aa = $(m).attr("fiel-num");
206
+        console.log(aa);
207
+        str += aa + ",";
208
+        Str =
209
+            str.substring(str.length - 1) == ","
210
+                ? str.substring(0, str.length - 1)
211
+                : str;
212
+    });
213
+    $("#file").val(Str);
214
+}

+ 122 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/js/zhiShiKuGuide.js

@@ -0,0 +1,122 @@
1
+var table = $("#tableList");
2
+$(document).ready(function () {
3
+    initTable();
4
+    laydate.skin('blue');
5
+    laydate({
6
+        elem: '#starttime',
7
+        event: 'focus',
8
+        istime: true,
9
+        format: 'YYYY-MM-DD hh:mm:ss'
10
+    });
11
+    laydate({
12
+        elem: '#endtime',
13
+        event: 'focus',
14
+        istime: true,
15
+        format: 'YYYY-MM-DD hh:mm:ss'
16
+    });
17
+});
18
+
19
+function initTable(action, isPass) {
20
+    //先销毁表格
21
+    table.bootstrapTable("destroy");
22
+    //初始化表格,动态从服务器加载数据
23
+    table.bootstrapTable({
24
+        method: "get", //使用get请求到服务器获取数据
25
+        url: huayi.config.callcenter_url + "LawGuide/GetList", //获取数据的Servlet地址
26
+        contentType: "application/x-www-form-urlencoded",
27
+        striped: true, //表格显示条纹
28
+        pagination: true, //启动分页
29
+        pageSize: 10, //每页显示的记录数
30
+        pageNumber: 1, //当前第几页
31
+        pageList: [10, 20, 50, 100], //记录数可选列表
32
+        search: false, //是否启用查询
33
+        showColumns: false, //显示下拉框勾选要显示的列
34
+        showRefresh: false, //显示刷新按钮
35
+        sidePagination: "server", //表示服务端请求
36
+        //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
37
+        //设置为limit可以获取limit, offset, search, sort, order
38
+        queryParamsType: "undefined",
39
+        queryParams: function queryParams(params) {
40
+            //设置查询参数
41
+            var param = {
42
+                page: params.pageNumber,
43
+                pagesize: params.pageSize,
44
+                token: $.cookie("token"),
45
+                keyvalue: $("#keyvalue").val(),
46
+                stime: $("#starttime").val(),
47
+                etime: $("#endtime").val(),
48
+            };
49
+            return param;
50
+        },
51
+        onLoadSuccess: function () {
52
+            //加载成功时执行
53
+            //layer.msg("加载成功");
54
+        },
55
+        onLoadError: function () {
56
+            //加载失败时执行
57
+            //layer.msg("加载数据失败", { time: 1500, icon: 2 });
58
+        },
59
+    });
60
+}
61
+
62
+function setCode(val, row, index) {
63
+    return index + 1;
64
+}
65
+
66
+function operation(val, row) {
67
+    return (
68
+        '<div class="tool_downs">' +
69
+        // '<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
70
+        // row.F_Id +
71
+        // '" onclick="detail(\'' +
72
+        // row.F_Id +
73
+        // '\')" title="详情">详情</a>' +
74
+        '<a href="javascript:;" class="aBtn" authorize="yes" onclick="editBtn(' +
75
+        row.F_Id +
76
+        ')" title="编辑">编辑</a>' +
77
+        '<div class="tool_downs">' +
78
+        '<a href="javascript:;" class="aBtn" authorize="yes" onclick="deleteBtn(' +
79
+        row.F_Id +
80
+        ')" title="删除">删除</a>' +
81
+        "</div>"
82
+    );
83
+}
84
+
85
+$(".searchGo").click(function () {
86
+    initTable();
87
+});
88
+
89
+$(".addBtn").click(function () {
90
+    layer.open({
91
+        type: 2,
92
+        content: "./addOrEditZhiShiKuGuide.html", //iframe的url,no代表不显示滚动条
93
+        title: "办事指南",
94
+        area: ["80%", "80%"], //宽高
95
+    });
96
+});
97
+
98
+function editBtn(id) {
99
+    layer.open({
100
+        type: 2,
101
+        content: "./addOrEditZhiShiKuGuide.html?id=" + id, //iframe的url,no代表不显示滚动条
102
+        title: "办事指南",
103
+        area: ["80%", "80%"], //宽高
104
+    });
105
+}
106
+
107
+function deleteBtn(id) {
108
+    layer.confirm('确定删除吗?', {
109
+        btn: ['是', '否'] //按钮
110
+    }, function () {
111
+        $.post(huayi.config.callcenter_url + "LawGuide/DelModel", {
112
+            ids: id,
113
+            token: $.cookie("token")
114
+        }, function (result) {
115
+            result = JSON.parse(result);
116
+            if (result.state.toLowerCase() == "success") {
117
+                layer.msg("删除成功");
118
+                initTable()
119
+            }
120
+        })
121
+    });
122
+}

+ 122 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/js/zhiShiKuPolicyExpert.js

@@ -0,0 +1,122 @@
1
+var table = $("#tableList");
2
+$(document).ready(function () {
3
+    initTable();
4
+    laydate.skin('blue');
5
+    laydate({
6
+        elem: '#starttime',
7
+        event: 'focus',
8
+        istime: true,
9
+        format: 'YYYY-MM-DD hh:mm:ss'
10
+    });
11
+    laydate({
12
+        elem: '#endtime',
13
+        event: 'focus',
14
+        istime: true,
15
+        format: 'YYYY-MM-DD hh:mm:ss'
16
+    });
17
+});
18
+
19
+function initTable(action, isPass) {
20
+    //先销毁表格
21
+    table.bootstrapTable("destroy");
22
+    //初始化表格,动态从服务器加载数据
23
+    table.bootstrapTable({
24
+        method: "get", //使用get请求到服务器获取数据
25
+        url: huayi.config.callcenter_url + "Professor/GetList", //获取数据的Servlet地址
26
+        contentType: "application/x-www-form-urlencoded",
27
+        striped: true, //表格显示条纹
28
+        pagination: true, //启动分页
29
+        pageSize: 10, //每页显示的记录数
30
+        pageNumber: 1, //当前第几页
31
+        pageList: [10, 20, 50, 100], //记录数可选列表
32
+        search: false, //是否启用查询
33
+        showColumns: false, //显示下拉框勾选要显示的列
34
+        showRefresh: false, //显示刷新按钮
35
+        sidePagination: "server", //表示服务端请求
36
+        //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
37
+        //设置为limit可以获取limit, offset, search, sort, order
38
+        queryParamsType: "undefined",
39
+        queryParams: function queryParams(params) {
40
+            //设置查询参数
41
+            var param = {
42
+                page: params.pageNumber,
43
+                pagesize: params.pageSize,
44
+                token: $.cookie("token"),
45
+                keyvalue: $("#keyvalue").val(),
46
+                stime: $("#starttime").val(),
47
+                etime: $("#endtime").val(),
48
+            };
49
+            return param;
50
+        },
51
+        onLoadSuccess: function () {
52
+            //加载成功时执行
53
+            //layer.msg("加载成功");
54
+        },
55
+        onLoadError: function () {
56
+            //加载失败时执行
57
+            //layer.msg("加载数据失败", { time: 1500, icon: 2 });
58
+        },
59
+    });
60
+}
61
+
62
+function setCode(val, row, index) {
63
+    return index + 1;
64
+}
65
+
66
+function operation(val, row) {
67
+    return (
68
+        '<div class="tool_downs">' +
69
+        // '<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
70
+        // row.F_Id +
71
+        // '" onclick="detail(\'' +
72
+        // row.F_Id +
73
+        // '\')" title="详情">详情</a>' +
74
+        '<a href="javascript:;" class="aBtn" authorize="yes" onclick="editBtn(' +
75
+        row.F_Id +
76
+        ')" title="编辑">编辑</a>' +
77
+        '<div class="tool_downs">' +
78
+        '<a href="javascript:;" class="aBtn" authorize="yes" onclick="deleteBtn(' +
79
+        row.F_Id +
80
+        ')" title="删除">删除</a>' +
81
+        "</div>"
82
+    );
83
+}
84
+
85
+$(".searchGo").click(function () {
86
+    initTable();
87
+});
88
+
89
+$(".addBtn").click(function () {
90
+    layer.open({
91
+        type: 2,
92
+        content: "./addOrEditZhiShiKuPolicyExpert.html", //iframe的url,no代表不显示滚动条
93
+        title: "政策专家库",
94
+        area: ["80%", "80%"], //宽高
95
+    });
96
+});
97
+
98
+function editBtn(id) {
99
+    layer.open({
100
+        type: 2,
101
+        content: "./addOrEditZhiShiKuPolicyExpert.html?id=" + id, //iframe的url,no代表不显示滚动条
102
+        title: "政策专家库",
103
+        area: ["80%", "80%"], //宽高
104
+    });
105
+}
106
+
107
+function deleteBtn(id) {
108
+    layer.confirm('确定删除吗?', {
109
+        btn: ['是', '否'] //按钮
110
+    }, function () {
111
+        $.post(huayi.config.callcenter_url + "Professor/DelModel", {
112
+            ids: id,
113
+            token: $.cookie("token")
114
+        }, function (result) {
115
+            result = JSON.parse(result);
116
+            if (result.state.toLowerCase() == "success") {
117
+                layer.msg("删除成功");
118
+                initTable()
119
+            }
120
+        })
121
+    });
122
+}

+ 95 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/zhiShiKuGuide.html

@@ -0,0 +1,95 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <script src="../Script/Common/huayi.load.js"></script>
7
+    <script src="../Script/Common/huayi.config.js"></script>
8
+    <!--<link rel="stylesheet" href="../css/layer/need/layer.css" />-->
9
+    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
10
+    <link rel="stylesheet" href="../css/init.css" />
11
+    <link rel="stylesheet" href="../js/layui/css/layui.css">
12
+    <title>政策专家库</title>
13
+    <style>
14
+        .toolBar {
15
+            padding: 15px 0;
16
+            border-bottom: 1px solid #ccc;
17
+        }
18
+
19
+        .treeTable {
20
+            height: 400px;
21
+        }
22
+
23
+        .tool_downs{
24
+        	display: flex;
25
+        	justify-content: center;
26
+        }
27
+        .tool_downs span{
28
+        	display: block;
29
+        	width: 100%;
30
+        	height: 100%;
31
+        	text-align: center;
32
+        }
33
+        .tool_downs a{
34
+        	display: block;
35
+        	list-style: none;
36
+        	float: left;
37
+        	padding-left: 10px;
38
+        }
39
+    </style>
40
+</head>
41
+
42
+<body class="gray-bg">
43
+    <div class="container-fluid wrapper-content animated fadeInRight">
44
+        <div class="daoHang clearfix">
45
+            <div class="dhLeft">
46
+                <sapn><i class="syIcon"></i>位置:<a id="ReIndex">首页</a>&gt;<a href="javaScript:;">知识库</a>&gt;<a href=""
47
+                        class="nowPosition">政策专家库</a></sapn>
48
+            </div>
49
+            <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
50
+        </div>
51
+        <div class="toolBar clearfix">
52
+            <div class="toolRight">
53
+                <span>
54
+                    关键字:
55
+                    <input id="keyvalue" type="text" class="">
56
+                </span>
57
+                <span>
58
+                    开始时间
59
+                    <input id="starttime" type="text" class="">
60
+                </span>
61
+                <span>
62
+                    结束时间
63
+                    <input id="endtime" type="text" class="">
64
+                </span>
65
+                <button class="btns searchGo">搜索</button>
66
+                <button class="btns addBtn">添加</button>
67
+            </div>
68
+
69
+        </div>
70
+        <div class="treeTable clearfix">
71
+
72
+            <div class="tableCon col-md-12">
73
+                <table id="tableList" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
74
+                    <thead>
75
+                        <tr>
76
+                            <!-- <th data-checkbox="true" data-align="center"></th> -->
77
+                            <th data-align="center" data-formatter="setCode">编号</th>
78
+                            <th data-field="F_XingMing" data-align="center">专家姓名</th>
79
+                            <th data-field="F_ShouJi" data-align="center">手机号码</th>
80
+                            <th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
81
+                            <th data-field="F_FaBuDanWei" data-align="center">发布单位</th>
82
+                            <th data-align="center" data-formatter="operation">操作</th>
83
+                        </tr>
84
+                    </thead>
85
+                    <tbody id="tbody"></tbody>
86
+                </table>
87
+            </div>
88
+        </div>
89
+    </div>
90
+    <script src="../css/layer/layer.js"></script>
91
+    <script src="../css/laydate/laydate.js"></script>
92
+    <script src="./js/zhiShiKuGuide.js"></script>
93
+</body>
94
+
95
+</html>

+ 0 - 286
WebUI/CallCenterWeb.UI/zhiShiKu/zhiShiKuManger.html

@@ -1,286 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-
4
-<head>
5
-    <meta charset="UTF-8">
6
-    <script src="../Script/Common/huayi.load.js"></script>
7
-    <script src="../Script/Common/huayi.config.js"></script>
8
-    <link rel="stylesheet" href="../css/layer/need/layer.css" />
9
-    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
10
-    <link rel="stylesheet" href="../css/init.css" />
11
-    <title>知识库管理</title>
12
-    <style>
13
-        .toolBar {
14
-            padding: 15px 0;
15
-            border-bottom: 1px solid #ccc;
16
-        }
17
-
18
-        .boxCon table th {
19
-            width: 20%;
20
-        }
21
-
22
-        .boxCon table td textarea {
23
-            width: 100%;
24
-        }
25
-
26
-        .inpBox {
27
-            border: 1px solid #a9a9a9;
28
-            height: 27px;
29
-            width: 55%;
30
-            display: inline-block;
31
-            position: relative;
32
-            vertical-align: middle;
33
-        }
34
-
35
-        .inps1,
36
-        .inps4 {
37
-            width: 100%;
38
-            height: 24px;
39
-            outline: none;
40
-            border: 0;
41
-            border-image-width: 0;
42
-            padding: 0;
43
-            padding-left: 3px;
44
-        }
45
-
46
-        .changeTitle, .changeKey, .addTitle, .addKey {
47
-            width: 55%;
48
-        }
49
-
50
-        .xl {
51
-            display: inline-block;
52
-            background: url(../img/dropDown.png) no-repeat;
53
-            height: 100%;
54
-            background-position: center center;
55
-            width: 20px;
56
-            position: absolute;
57
-            right: 0;
58
-            top: 0px;
59
-            background-color: #f7bc8b;
60
-            cursor: pointer;
61
-        }
62
-
63
-            .xl:hover {
64
-                background-color: #e6d523;
65
-            }
66
-
67
-        .addTree {
68
-            background: #fff;
69
-            position: absolute;
70
-            width: 100%;
71
-            border: 1px solid darkgrey;
72
-            right: 0;
73
-            top: 26px;
74
-            display: none;
75
-            height: 220px;
76
-            overflow-y: auto;
77
-        }
78
-
79
-        .treeTable {
80
-            height: 400px;
81
-            /*overflow-y: auto;*/
82
-        }
83
-
84
-        .tree {
85
-            height: 100%;
86
-        }
87
-
88
-        .trTitle {
89
-            width: 100%;
90
-            height: 34px;
91
-            line-height: 34px;
92
-            border-bottom: 1px solid #ebebeb;
93
-            color: red;
94
-            font-weight: 700;
95
-            margin-bottom: 15px;
96
-        }
97
-
98
-        .treeCon {
99
-            border: 1px solid #ebebeb;
100
-            overflow-y: auto;
101
-        }
102
-
103
-        .ztree li {
104
-            width: 100%;
105
-            overflow: hidden;
106
-            white-space: nowrap;
107
-            text-overflow: ellipsis;
108
-        }
109
-
110
-        .content {
111
-            width: 270px;
112
-            height: 25px;
113
-            overflow: hidden;
114
-            white-space: nowrap;
115
-            text-overflow: ellipsis;
116
-            text-align: left;
117
-        }
118
-    </style>
119
-</head>
120
-
121
-<body>
122
-    <div class="container-fluid">
123
-        <div class="daoHang clearfix">
124
-            <div class="dhLeft">
125
-                <sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>&gt;<a href="javaScript:;">知识库</a>&gt;<a href="" class="nowPosition">内容管理</a></sapn>
126
-            </div>
127
-        </div>
128
-        <div class="toolBar clearfix">
129
-            <div class="toolLeft">
130
-                <button class="btns add">添加</button>
131
-                <button class="btns change">修改</button>
132
-                <button class="btns del">删除</button>
133
-            </div>
134
-            <div class="toolRight">
135
-                <span>搜索内容:<input type="text" class="searCon" /></span>
136
-                <button class="btns searchGo">搜索</button>
137
-            </div>
138
-
139
-        </div>
140
-        <div class="treeTable clearfix">
141
-            <div class="tree col-md-3">
142
-                <div class="trTitle">知识库分类</div>
143
-                <div class="treeCon">
144
-                    <ul id="treeDemo" class="ztree">
145
-                        <!--类名为ztree是必须的-->
146
-                    </ul>
147
-                </div>
148
-
149
-            </div>
150
-            <div class="tableCon col-md-9">
151
-                <div class="trTitle"> 知识库列表</div>
152
-                <table id="table1" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
153
-                    <thead>
154
-                        <tr>
155
-                            <th data-align="center" data-formatter="setCode"></th>
156
-                            <th data-field="state" data-checkbox="true" data-align="center"></th>
157
-                            <!--<th data-align="center" data-field="id" data-formatter="setCode"></th>-->
158
-                            <th data-field="CategoryName" data-align="left">类别</th>
159
-                            <th data-field="F_Title" data-align="left">标题</th>
160
-                            <th data-field="F_Description" data-align="left" data-formatter="oper">内容</th>
161
-                            <th data-field="F_KeyWords" data-align="center">关键字</th>
162
-                            <th data-field="F_CreateOn" data-align="center">创建时间</th>
163
-                        </tr>
164
-                    </thead>
165
-                    <tbody id="tbody"></tbody>
166
-                </table>
167
-
168
-            </div>
169
-        </div>
170
-
171
-    </div>
172
-    <!--添加弹出内容-->
173
-    <div class="model addModel">
174
-        <div class="box">
175
-            <div class="btop clearfix">
176
-                <p class="btl">添加知识库</p>
177
-                <p class="btr addBtr" title="关闭">X</p>
178
-            </div>
179
-            <div class="boxCon">
180
-                <table>
181
-                    <tbody>
182
-                        <tr>
183
-                            <th>所属分类:</th>
184
-                            <td colspan="3">
185
-                                <div class="inpBox">
186
-                                    <input type="text" class="inps inps1" />
187
-                                    <i class="xl xl_one"></i>
188
-                                    <div class="addTree xlAdd">
189
-                                        <ul id="addTreeDemo" class="ztree"></ul>
190
-                                    </div>
191
-                                </div>
192
-                            </td>
193
-                        </tr>
194
-                        <tr>
195
-                            <th>标题:</th>
196
-                            <td colspan="3"><input type="text" class="addTitle" /></td>
197
-                        </tr>
198
-                        <tr>
199
-                            <th>关键字:</th>
200
-                            <td colspan="3"><input type="text" class="addKey" /></td>
201
-                        </tr>
202
-                        <tr>
203
-                            <th>内容:</th>
204
-                            <td colspan="3"><textarea data-adaptheight id="addEditor" name="content" style="width: 100%;height: 100px;"></textarea></td>
205
-                        </tr>
206
-                    </tbody>
207
-                </table>
208
-                <div style="text-align: center;"><button class="btns addCun">保存</button></div>
209
-            </div>
210
-        </div>
211
-
212
-    </div>
213
-    <!--删除弹出内容-->
214
-    <div class="model delModel">
215
-        <div class="box">
216
-            <div class="btop clearfix">
217
-                <p class="btl"><span>删除提示</span></p>
218
-                <p class="btr delBtr" title="关闭">X</p>
219
-            </div>
220
-            <div class="boxCon" style="height: 150px;">
221
-                <p style="text-align: center;font-size: 16px;margin-top: 30px;">您确定要删除吗?</p>
222
-                <p style="margin-top: 30px;text-align: center;">
223
-                    <button class="btns sure">确定</button>
224
-                    <button class="btns return">取消</button>
225
-                </p>
226
-                <!--<p style="color: red;">注:若该分类下包含知识库内容会一并删除</p>-->
227
-            </div>
228
-
229
-        </div>
230
-
231
-    </div>
232
-
233
-    <!--修改弹出内容-->
234
-    <div class="model changeModel">
235
-
236
-        <div class="box">
237
-            <div class="btop clearfix">
238
-                <p class="btl">修改知识库</p>
239
-                <p class="btr changeBtr" title="关闭">X</p>
240
-            </div>
241
-            <div class="boxCon">
242
-                <table>
243
-                    <tbody>
244
-                        <tr>
245
-                            <th>所属分类:</th>
246
-                            <td colspan="3">
247
-                                <div class="inpBox">
248
-                                    <input type="text" class="inps inps4" />
249
-                                    <i class="xl xl_two"></i>
250
-                                    <div class="addTree xlChange">
251
-                                        <ul id="changeTreeDemo" class="ztree"></ul>
252
-                                    </div>
253
-                                </div>
254
-                            </td>
255
-                        </tr>
256
-                        <tr>
257
-                            <th>标题:</th>
258
-                            <td colspan="3"><input type="text" class="changeTitle" /></td>
259
-                        </tr>
260
-                        <tr>
261
-                            <th>关键字:</th>
262
-                            <td colspan="3"><input type="text" class="changeKey" /></td>
263
-                        </tr>
264
-                        <tr>
265
-                            <th>内容:</th>
266
-                            <td colspan="3"><textarea data-adaptheight id="changeEditor" name="content" style="width: 100%;height: 100px;"></textarea></td>
267
-                        </tr>
268
-                    </tbody>
269
-                </table>
270
-                <div style="text-align: center;"><button class="btns changeCun">保存</button></div>
271
-            </div>
272
-        </div>
273
-
274
-    </div>
275
-
276
-    <script src="../css/layer/layer.js"></script>
277
-    <script src="../js/adjustHeight.js"></script>
278
-
279
-    <script src="../js/zTree/jquery.ztree.core.js"></script>
280
-    <script src="../js/kindeditor/kindeditor-all-min.js"></script>
281
-    <script src="../js/kindeditor/lang/zh-CN.js"></script>
282
-    <script src="./js/zhiShiKuManger.js"></script>
283
-</body>
284
-
285
-
286
-</html>

+ 95 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/zhiShiKuPolicyExpert.html

@@ -0,0 +1,95 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <script src="../Script/Common/huayi.load.js"></script>
7
+    <script src="../Script/Common/huayi.config.js"></script>
8
+    <!--<link rel="stylesheet" href="../css/layer/need/layer.css" />-->
9
+    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
10
+    <link rel="stylesheet" href="../css/init.css" />
11
+    <link rel="stylesheet" href="../js/layui/css/layui.css">
12
+    <title>政策专家库</title>
13
+    <style>
14
+        .toolBar {
15
+            padding: 15px 0;
16
+            border-bottom: 1px solid #ccc;
17
+        }
18
+
19
+        .treeTable {
20
+            height: 400px;
21
+        }
22
+
23
+        .tool_downs{
24
+        	display: flex;
25
+        	justify-content: center;
26
+        }
27
+        .tool_downs span{
28
+        	display: block;
29
+        	width: 100%;
30
+        	height: 100%;
31
+        	text-align: center;
32
+        }
33
+        .tool_downs a{
34
+        	display: block;
35
+        	list-style: none;
36
+        	float: left;
37
+        	padding-left: 10px;
38
+        }
39
+    </style>
40
+</head>
41
+
42
+<body class="gray-bg">
43
+    <div class="container-fluid wrapper-content animated fadeInRight">
44
+        <div class="daoHang clearfix">
45
+            <div class="dhLeft">
46
+                <sapn><i class="syIcon"></i>位置:<a id="ReIndex">首页</a>&gt;<a href="javaScript:;">知识库</a>&gt;<a href=""
47
+                        class="nowPosition">政策专家库</a></sapn>
48
+            </div>
49
+            <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
50
+        </div>
51
+        <div class="toolBar clearfix">
52
+            <div class="toolRight">
53
+                <span>
54
+                    关键字:
55
+                    <input id="keyvalue" type="text" class="">
56
+                </span>
57
+                <span>
58
+                    开始时间
59
+                    <input id="starttime" type="text" class="">
60
+                </span>
61
+                <span>
62
+                    结束时间
63
+                    <input id="endtime" type="text" class="">
64
+                </span>
65
+                <button class="btns searchGo">搜索</button>
66
+                <button class="btns addBtn">添加</button>
67
+            </div>
68
+
69
+        </div>
70
+        <div class="treeTable clearfix">
71
+
72
+            <div class="tableCon col-md-12">
73
+                <table id="tableList" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
74
+                    <thead>
75
+                        <tr>
76
+                            <!-- <th data-checkbox="true" data-align="center"></th> -->
77
+                            <th data-align="center" data-formatter="setCode">编号</th>
78
+                            <th data-field="F_XingMing" data-align="center">专家姓名</th>
79
+                            <th data-field="F_ShouJi" data-align="center">手机号码</th>
80
+                            <th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
81
+                            <th data-field="F_FaBuDanWei" data-align="center">发布单位</th>
82
+                            <th data-align="center" data-formatter="operation">操作</th>
83
+                        </tr>
84
+                    </thead>
85
+                    <tbody id="tbody"></tbody>
86
+                </table>
87
+            </div>
88
+        </div>
89
+    </div>
90
+    <script src="../css/layer/layer.js"></script>
91
+    <script src="../css/laydate/laydate.js"></script>
92
+    <script src="./js/zhiShiKuPolicyExpert.js"></script>
93
+</body>
94
+
95
+</html>