Bladeren bron

问题修改

liuyifan 4 jaren geleden
bovenliggende
commit
14d700cfc8

+ 3 - 2
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -65,13 +65,14 @@
65 65
                     <tr>
66 66
                         <th class="Importent">标题:</th>
67 67
                         <td colspan="7">
68
-                            <input id="title" class="form-control" type="text" style="width: 100%;" />
68
+                            <input id="title" class="form-control" type="text" style="width: 50%;" />
69 69
                         </td>
70 70
                     </tr>
71 71
                     <tr>
72 72
                         <th class="Importent">内容:</th>
73 73
                         <td colspan="7">
74
-                            <input id="content" class="form-control" type="text" style="width: 100%;" />
74
+                            <textarea id="content" class="form-control" name="" rows="4" cols=""
75
+                                style="width: 100%;"></textarea>
75 76
                         </td>
76 77
                     </tr>
77 78
                     <tr>

+ 240 - 0
WebUI/CallCenterWeb.UI/PerformanceEvaluation/performanceAppraisalReport.html

@@ -0,0 +1,240 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <title>绩效考核报表</title>
7
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+    <script src="../Script/Common/huayi.load.js"></script>
9
+    <script src="../Script/Common/huayi.config.js"></script>
10
+    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
11
+    <link href="../css/WorkOrder/Search.css" rel="stylesheet">
12
+    <link href="../css/init.css" rel="stylesheet" />
13
+    <script src="../My97DatePicker/WdatePicker.js"></script>
14
+    <script src="../js/laydate/laydate.js"></script>
15
+    <style>
16
+        table td {
17
+            word-break: break-all;
18
+            word-wrap: break-word;
19
+        }
20
+
21
+        .ld-service li {
22
+            float: left;
23
+            font-size: 14px;
24
+            color: #000;
25
+            padding: 5px 15px;
26
+            cursor: pointer;
27
+            border-bottom: 1px solid #ccc;
28
+        }
29
+
30
+        .cr-click {
31
+            border: 1px solid #ccc;
32
+            background-color: #fff;
33
+            border-bottom: none !important;
34
+            border-bottom-left-radius: 5px;
35
+            border-bottom-right-radius: 5px;
36
+        }
37
+
38
+        .Shows {
39
+            display: block !important;
40
+        }
41
+
42
+        .complain {
43
+            display: none;
44
+        }
45
+
46
+        .toolLeft input {
47
+            width: 200px;
48
+        }
49
+
50
+        th {
51
+            padding: 5px;
52
+            text-align: center;
53
+        }
54
+
55
+        td {
56
+            padding: 5px;
57
+        }
58
+
59
+        .Borders {
60
+            border: 1px solid #d7d7d7;
61
+        }
62
+
63
+        .cx {
64
+            display: block;
65
+        }
66
+
67
+        .daoHang {
68
+            margin-bottom: 15px;
69
+        }
70
+
71
+        .keyMargin {
72
+            margin-bottom: 0;
73
+        }
74
+        .W150 .th-inner {
75
+            width: 150px;
76
+        }
77
+        .W100 .th-inner {
78
+            width: 100px;
79
+        }
80
+    </style>
81
+</head>
82
+
83
+<body class="gray-bg">
84
+    <div class="wrapper wrapper-content animated fadeInRight">
85
+        <div class="daoHang clearfix">
86
+            <div class="dhLeft">
87
+                <sapn>
88
+                    <i class="syIcon"></i>位置:
89
+                    <a href="javaScript:;" id="ReIndex">首页</a>&gt;
90
+                    <a href="javaScript:;">业务统计</a>&gt;
91
+                    <a href="" class="nowPosition">绩效考核报表</a>
92
+                </sapn>
93
+            </div>
94
+            <div class="dhRight">
95
+                <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
96
+            </div>
97
+        </div>
98
+
99
+        <div class="Content_box">
100
+            <div class="complain Shows">
101
+                <div class="toolBar clearfix">
102
+                    <div class="toolLeft">
103
+                        开始日期:
104
+                        <input class="photo x-color inputs" type="text" id="squeryTime" autocomplete="off" />
105
+                        结束时间:
106
+                        <input class="photo x-color inputs" type="text" id="equeryTime" autocomplete="off" />
107
+                        <!-- 来源:
108
+                        <select class="select_" id="source"></select> -->
109
+                        <button class="btns search_1">查询</button>
110
+                        <!-- <button class="btns exportFile">导出</button> -->
111
+                    </div>
112
+                </div>
113
+
114
+                <div class="tab-content">
115
+                    <div class="tab-pane fade active in" id="import_from_file">
116
+                        <div style="width: 100%;padding: 10px;">
117
+                            <table id="table1" class="tables" data-row-style="rowStyle" data-query-params="queryParams"
118
+                                data-pagination="true">
119
+                                <thead>
120
+                                    <tr>
121
+                                        <th data-formatter="serialNumber" data-align="center">序号</th>
122
+                                        <th data-field="deptname" data-align="center" data-class="W150">单位</th>
123
+                                        <th data-field="workordrcount" data-align="center">工单数量</th>
124
+                                        <th data-field="dissatisfied" data-align="center">不满意数量</th>
125
+                                        <th data-field="overcount" data-align="center">超期数量</th>
126
+                                        <th data-field="back" data-align="center">退回数量</th>
127
+                                        <th data-field="backover" data-align="center">退回超期数量</th>
128
+                                        <th data-field="knowledge" data-align="center">知识库索要数量</th>
129
+                                        <th data-field="knowledgeover" data-align="center">未及时提交量</th>
130
+                                        <th data-field="secrecy" data-align="center">公民信息保密
131
+                                        </th>
132
+                                        <th data-field="divulge" data-align="center">工单处理保密
133
+                                        </th>
134
+                                        <th data-field="cityinformation" data-align="center">市媒体宣传</th>
135
+                                        <th data-field="knowledgerate" data-align="center">省媒体宣传</th>
136
+                                        <th data-field="inspection" data-align="center">市领导视察</th>
137
+                                        <th data-field="extension" data-align="center" data-class="W100" title="全市推广或收入市平台汇报材料">全市推广或收入市平台汇报材料</th>
138
+                                        <th data-field="notice" data-align="center" data-class="W100" title="涉及民生重大事项及时报送">涉及民生重大事项及时报送</th>
139
+                                        <th data-field="total" data-align="center">总分</th>
140
+                                    </tr>
141
+                                </thead>
142
+                            </table>
143
+                        </div>
144
+                    </div>
145
+                </div>
146
+            </div>
147
+        </div>
148
+    </div>
149
+    <script>
150
+        $(document).ready(function () {
151
+            laydate.render({
152
+                elem: '#squeryTime',
153
+                theme: '#00a1cb',
154
+                type: 'date'
155
+            });
156
+            laydate.render({
157
+                elem: '#equeryTime',
158
+                theme: '#00a1cb',
159
+                type: 'date'
160
+            });
161
+            //来源
162
+            // LY($("#source"));
163
+            initTable();
164
+        });
165
+        //表格
166
+        function initTable() {
167
+            var resultData = [];
168
+            for (let i=0; i<3; i++) {
169
+                $.ajax({
170
+                    url: huayi.config.callcenter_url + 'WorkOrderReport/GetDeptDeptAchievements',
171
+                    type: 'get',
172
+                    data: {
173
+                        starttime: $("#squeryTime").val(),
174
+                        endtime: $("#equeryTime").val(),
175
+                        type: i,
176
+                        token: $.cookie("token")
177
+                    },
178
+                    dataType: "json",
179
+                    async: false,
180
+                    success: function (returnValue) {
181
+                        resultData = resultData.concat(returnValue)
182
+                    }
183
+                });
184
+            }
185
+            $('#table1').bootstrapTable('destroy').bootstrapTable({
186
+                striped: true
187
+            });
188
+            $('#table1').bootstrapTable('load', resultData);
189
+        }
190
+
191
+        //序号
192
+        function serialNumber(val, row, index) {
193
+            return index + 1;
194
+        }
195
+
196
+        //来源
197
+        function LY(obj) {
198
+            obj.empty();
199
+            obj.append(
200
+                '<option selected="selected" value="">请选择</option>'
201
+            );
202
+            $.getJSON(
203
+                huayi.config.callcenter_url +
204
+                "Dictionary/GetDicValueListById", {
205
+                    token: $.cookie("token"),
206
+                    id: 1,
207
+                },
208
+                function (data) {
209
+                    if (data.state.toLowerCase() == "success") {
210
+                        var content = data.data;
211
+                        $(content).each(function (i, n) {
212
+                            $(
213
+                                "<option value='" +
214
+                                n.F_ValueId +
215
+                                "'>" +
216
+                                n.F_Value +
217
+                                "</option>"
218
+                            ).appendTo(obj);
219
+                        });
220
+                    }
221
+                }
222
+            );
223
+        }
224
+
225
+        //代办搜索
226
+        $(".search_1").click(function () {
227
+            initTable();
228
+        });
229
+        $(".exportFile").click(function () {
230
+            var start = $("#squeryTime").val();
231
+            var end = $("#equeryTime").val();
232
+
233
+            var url = huayi.config.callcenter_url + "WorkOrderReport/GetUserReturn?token=" + $.cookie("token");
234
+            url += "&start=" + start + "&end=" + end + "&isExport=true";
235
+            window.location.href = url;
236
+        })
237
+    </script>
238
+</body>
239
+
240
+</html>

+ 18 - 67
WebUI/CallCenterWeb.UI/ReportForm/superviseReport.html

@@ -3,7 +3,7 @@
3 3
 
4 4
 <head>
5 5
     <meta charset="UTF-8">
6
-    <title>数据统计</title>
6
+    <title>督办报表</title>
7 7
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 8
     <script src="../Script/Common/huayi.load.js"></script>
9 9
     <script src="../Script/Common/huayi.config.js"></script>
@@ -79,7 +79,7 @@
79 79
                     <i class="syIcon"></i>位置:
80 80
                     <a href="javaScript:;" id="ReIndex">首页</a>&gt;
81 81
                     <a href="javaScript:;">业务统计</a>&gt;
82
-                    <a href="" class="nowPosition">二级单位数据统计</a>
82
+                    <a href="" class="nowPosition">督办报表</a>
83 83
                 </sapn>
84 84
             </div>
85 85
             <div class="dhRight">
@@ -97,34 +97,23 @@
97 97
                         结束时间:
98 98
                         <input class="photo x-color inputs laydate-icon" type="text" id="equeryTime"
99 99
                             autocomplete="off" />
100
-                        来源:
101
-                        <select class="select" id="source"></select>
102 100
                         <button class="btns search_1">查询</button>
103
-                        <a class="btns" id="exportPublicSentiments">导出</a>
101
+                        <!-- <a class="btns" id="exportPublicSentiments">导出</a> -->
104 102
                     </div>
105 103
                 </div>
106
-                <div class="title" id="titleText">12345联动服务工作办理情况通报表</div>
107
-                <div class="title">统计周期:<span class="statisticalPeriod"></span></div>
108
-                <!-- <h5>一、县(市、区)联动单位</h5> -->
109 104
                 <div style="width: 100%;padding: 10px;">
110
-                    <table id="workorderlist_1" class="tables" data-row-style="rowStyle" data-query-params="queryParams"
105
+                    <table id="workorderlist" class="tables" data-row-style="rowStyle" data-query-params="queryParams"
111 106
                         data-pagination="true">
112 107
                         <thead>
113 108
                             <tr>
114 109
                                 <th data-field="" data-formatter="serialNumber" data-align="center">序号</th>
115
-                                <th data-field="deptname" data-align="center">联动单位</th>
116
-                                <th data-field="Undertakers" data-formatter="reciveCountList" data-align="center">承办件
110
+                                <th data-field="name" data-align="center">人员</th>
117 111
                                 </th>
118
-                                <th data-field="Undertakersrate" data-align="center">承办率</th>
119
-                                <th data-field="Undertakersscore" data-align="center">得分(5分)</th>
120
-                                <th data-field="overdue" data-formatter="timeOutCountList" data-align="center">超期件</th>
121
-                                <th data-field="overduerate" data-align="center">按时反馈率</th>
122
-                                <th data-field="overduescore" data-align="center">得分(20分)</th>
123
-                                <th data-field="unsuccessful" data-formatter="unFinishCountList" data-align="center">未果件
124
-                                </th>
125
-                                <th data-field="unsuccessfulrate" data-align="center">办结率</th>
126
-                                <th data-field="unsuccessfulscore" data-align="center">得分(10分)</th>
127
-                                <th data-field="Chargeback" data-formatter="backCountList" data-align="center">退单件</th>
112
+                                <th data-field="Checkcount" data-align="center">督办查收量</th>
113
+                                <th data-field="returncount" data-align="center">督办派单量</th>
114
+                                <th data-field="distribute" data-align="center">督办退回量</th>
115
+                                <th data-field="Closecount" data-align="center">督办结案量</th>
116
+                                <th data-field="upcomingcount" data-align="center">督办待办量</th>
128 117
                             </tr>
129 118
                         </thead>
130 119
                     </table>
@@ -144,9 +133,7 @@
144 133
                 theme: '#00a1cb',
145 134
                 type: 'date'
146 135
             });
147
-
148 136
             initTable();
149
-            LY($("#source"));
150 137
         });
151 138
         //表格
152 139
         function initTable() {
@@ -162,24 +149,17 @@
162 149
                 dataType: "json",
163 150
                 async: true,
164 151
                 success: function (returnValue) {
165
-                    //异步获取数据
166
-                    //debugger;
167
-                    var resultData = returnValue.rows;
168
-                    var resultData_1 = []
169
-                    var resultData_2 = []
170
-                    var resultData_3 = []
171
-                    var resultData_4 = []
172
-
173
-                    $(".statisticalPeriod").text(returnValue.strdate + " 至 " + returnValue.edate)
174
-                    $("#titleText").text("12345联动服务工作" + returnValue.month + "月份办理情况通报表")
175
-
176
-                    $('#workorderlist_1').bootstrapTable('load', resultData_1);
152
+                    var resultData = returnValue.obj1;
153
+                    resultData[0].upcomingcount = returnValue.total[0].Column1;
154
+                    $('#workorderlist').bootstrapTable('load', resultData);
155
+                    $('#workorderlist').bootstrapTable('mergeCells', {index: 0, field: 'upcomingcount', colspan: 0, rowspan: resultData.length});
177 156
                 }
178 157
             });
179
-            $('#workorderlist_1').bootstrapTable('destroy').bootstrapTable({
158
+            $('#workorderlist').bootstrapTable('destroy').bootstrapTable({
180 159
                 striped: true,
181 160
                 pagination: false,
182 161
             });
162
+            
183 163
         }
184 164
         //搜索
185 165
         $(".search_1").click(function () {
@@ -199,39 +179,10 @@
199 179
         function dcexcelDispath(obj) {
200 180
             var starttime = $('#squeryTime').val()
201 181
             var endtime = $('#equeryTime').val()
202
-            var url = huayi.config.callcenter_url + "DataAssessment/GetDBDataList_2?token=" + $.cookie("token");
203
-            url += "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + $('#deptid').val() + "&isdc=true";
182
+            var url = huayi.config.callcenter_url + "WorkOrderReport/GetDBReportform?token=" + $.cookie("token");
183
+            url += "&starttime=" + starttime + "&endtime=" + endtime + "&isdc=true";
204 184
             obj.href = url;
205 185
         }
206
-
207
-        //来源
208
-        function LY(obj) {
209
-            obj.empty();
210
-            obj.append(
211
-                '<option selected="selected" value="">请选择</option>'
212
-            );
213
-            $.getJSON(
214
-                huayi.config.callcenter_url +
215
-                "Dictionary/GetDicValueListById", {
216
-                    token: $.cookie("token"),
217
-                    id: 1,
218
-                },
219
-                function (data) {
220
-                    if (data.state.toLowerCase() == "success") {
221
-                        var content = data.data;
222
-                        $(content).each(function (i, n) {
223
-                            $(
224
-                                "<option value='" +
225
-                                n.F_ValueId +
226
-                                "'>" +
227
-                                n.F_Value +
228
-                                "</option>"
229
-                            ).appendTo(obj);
230
-                        });
231
-                    }
232
-                }
233
-            );
234
-        }
235 186
     </script>
236 187
 </body>
237 188
 

+ 77 - 15
WebUI/CallCenterWeb.UI/ReportForm/zhiJian.html

@@ -92,10 +92,9 @@
92 92
         </div>
93 93
         <div class="zxt-top clearfix">
94 94
             <div class="topCon">
95
-                部门:
95
+                <!-- 部门:
96 96
                 <select name="" id="bumen">
97
-
98
-                </select>
97
+                </select> -->
99 98
                 开始时间:
100 99
                 <input type="text" class="laydate-icon" id="startTime" /> 结束时间:
101 100
                 <input type="text" class="laydate-icon" id="endTime" />
@@ -150,7 +149,6 @@
150 149
                 endtime, //结束时间
151 150
                 bumen,
152 151
                 expor;
153
-            tbodyAjax();
154 152
             //点击搜索事件
155 153
             $('.sear').click(function () {
156 154
                 $('.zjTable tbody').html('');
@@ -219,7 +217,7 @@
219 217
                     }
220 218
                 }
221 219
             });
222
-
220
+            tbodyAjax();
223 221
             //表格数据
224 222
             function tbodyAjax(stime, endtime, bumen) {
225 223
                 $.ajax({
@@ -239,16 +237,80 @@
239 237
                         console.log(tbodyCon);
240 238
                         for (var i = 0; i < tbodyCon.length; i++) {
241 239
                             $('<tr><td>' + tbodyCon[i].QCName + '</td><td>' +
242
-                                tbodyCon[i].UserName + '</td><td>' + 
243
-                                tbodyCon[i].UserCode +'</td><td>' +
244
-                                tbodyCon[i].ZJCount + '</td><td>' + 
245
-                                (tbodyCon[i].Q12 == undefined ? "" : tbodyCon[i].Q12) + '</td><td>' +
246
-                                (tbodyCon[i].Q13 == undefined ? "" : tbodyCon[i].Q13) + '</td><td>' + 
247
-                                (tbodyCon[i].Q14 == undefined ? "" : tbodyCon[i].Q14) + '</td><td>' +
248
-                                (tbodyCon[i].Q15 == undefined ? "" : tbodyCon[i].Q15) + '</td><td>' + 
249
-                                (tbodyCon[i].Q16 == undefined ? "" : tbodyCon[i].Q16) + '</td><td>' +
250
-                                (tbodyCon[i].Q50 == undefined ? "" : tbodyCon[i].Q50) + '</td><td>' +
251
-                                tbodyCon[i].df0 + '</td><td>' +
240
+                                tbodyCon[i].UserName + '</td><td>' +
241
+                                tbodyCon[i].UserCode + '</td><td>' +
242
+                                tbodyCon[i].ZJCount + '</td><td>' +
243
+                                (tbodyCon[i].Q17 == undefined ? "" : tbodyCon[i].Q17) +
244
+                                '</td><td>' +
245
+                                (tbodyCon[i].Q18 == undefined ? "" : tbodyCon[i].Q18) +
246
+                                '</td><td>' +
247
+                                (tbodyCon[i].Q19 == undefined ? "" : tbodyCon[i].Q19) +
248
+                                '</td><td>' +
249
+                                (tbodyCon[i].Q20 == undefined ? "" : tbodyCon[i].Q20) +
250
+                                '</td><td>' +
251
+                                (tbodyCon[i].df0 == undefined ? "" : tbodyCon[i].df0) + '</td><td>' +
252
+                                (tbodyCon[i].Q21 == undefined ? "" : tbodyCon[i].Q21) +
253
+                                '</td><td>' +
254
+                                (tbodyCon[i].Q22 == undefined ? "" : tbodyCon[i].Q22) +
255
+                                '</td><td>' +
256
+                                (tbodyCon[i].df1 == undefined ? "" : tbodyCon[i].df1) + '</td><td>' +
257
+                                (tbodyCon[i].Q23 == undefined ? "" : tbodyCon[i].Q23) +
258
+                                '</td><td>' +
259
+                                (tbodyCon[i].Q24 == undefined ? "" : tbodyCon[i].Q24) +
260
+                                '</td><td>' +
261
+                                (tbodyCon[i].Q25 == undefined ? "" : tbodyCon[i].Q25) +
262
+                                '</td><td>' +
263
+                                (tbodyCon[i].df2 == undefined ? "" : tbodyCon[i].df2) + '</td><td>' +
264
+                                (tbodyCon[i].Q26 == undefined ? "" : tbodyCon[i].Q26) +
265
+                                '</td><td>' +
266
+                                (tbodyCon[i].Q27 == undefined ? "" : tbodyCon[i].Q27) +
267
+                                '</td><td>' +
268
+                                (tbodyCon[i].Q28 == undefined ? "" : tbodyCon[i].Q28) +
269
+                                '</td><td>' +
270
+                                (tbodyCon[i].Q29 == undefined ? "" : tbodyCon[i].Q29) +
271
+                                '</td><td>' +
272
+                                (tbodyCon[i].Q30 == undefined ? "" : tbodyCon[i].Q30) +
273
+                                '</td><td>' +
274
+                                (tbodyCon[i].Q31 == undefined ? "" : tbodyCon[i].Q31) +
275
+                                '</td><td>' +
276
+                                (tbodyCon[i].Q32 == undefined ? "" : tbodyCon[i].Q32) +
277
+                                '</td><td>' +
278
+                                (tbodyCon[i].df3 == undefined ? "" : tbodyCon[i].df3) + '</td><td>' +
279
+                                (tbodyCon[i].Q33 == undefined ? "" : tbodyCon[i].Q33) +
280
+                                '</td><td>' +
281
+                                (tbodyCon[i].Q34 == undefined ? "" : tbodyCon[i].Q34) +
282
+                                '</td><td>' +
283
+                                (tbodyCon[i].df4 == undefined ? "" : tbodyCon[i].df4) + '</td><td>' +
284
+                                (tbodyCon[i].Q35 == undefined ? "" : tbodyCon[i].Q35) +
285
+                                '</td><td>' +
286
+                                (tbodyCon[i].Q36 == undefined ? "" : tbodyCon[i].Q36) +
287
+                                '</td><td>' +
288
+                                (tbodyCon[i].Q37 == undefined ? "" : tbodyCon[i].Q37) +
289
+                                '</td><td>' +
290
+                                (tbodyCon[i].df5 == undefined ? "" : tbodyCon[i].df5) + '</td><td>' +
291
+                                (tbodyCon[i].Q38 == undefined ? "" : tbodyCon[i].Q38) +
292
+                                '</td><td>' +
293
+                                (tbodyCon[i].Q39 == undefined ? "" : tbodyCon[i].Q39) +
294
+                                '</td><td>' +
295
+                                (tbodyCon[i].df6 == undefined ? "" : tbodyCon[i].df6) + '</td><td>' +
296
+                                (tbodyCon[i].Q40 == undefined ? "" : tbodyCon[i].Q40) +
297
+                                '</td><td>' +
298
+                                (tbodyCon[i].Q41 == undefined ? "" : tbodyCon[i].Q41) +
299
+                                '</td><td>' +
300
+                                (tbodyCon[i].Q42 == undefined ? "" : tbodyCon[i].Q42) +
301
+                                '</td><td>' +
302
+                                (tbodyCon[i].Q43 == undefined ? "" : tbodyCon[i].Q43) +
303
+                                '</td><td>' +
304
+                                (tbodyCon[i].Q44 == undefined ? "" : tbodyCon[i].Q44) +
305
+                                '</td><td>' +
306
+                                (tbodyCon[i].Q45 == undefined ? "" : tbodyCon[i].Q45) +
307
+                                '</td><td>' +
308
+                                (tbodyCon[i].df7 == undefined ? "" : tbodyCon[i].df7) + '</td><td>' +
309
+                                (tbodyCon[i].Q46 == undefined ? "" : tbodyCon[i].Q46) +
310
+                                '</td><td>' +
311
+                                (tbodyCon[i].Q47 == undefined ? "" : tbodyCon[i].Q47) +
312
+                                '</td><td>' +
313
+                                (tbodyCon[i].df8 == undefined ? "" : tbodyCon[i].df8) + '</td><td>' +
252 314
                                 tbodyCon[i].AllScore + '</td></tr>').appendTo('.zjTable tbody')
253 315
                         }
254 316
                     }

+ 1 - 0
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseCommission.html

@@ -258,6 +258,7 @@
258 258
                         type: $("#type").val(),
259 259
                         tab: 1, //办理中
260 260
                         sourcearea: $('#sourceAreas').val(), //区域
261
+                        Supervisor: 1,
261 262
                         token: $.cookie("token")
262 263
                     };
263 264
                     return param;

+ 1 - 3
WebUI/CallCenterWeb.UI/SuperviseManagement/superviseProcessing.html

@@ -195,10 +195,8 @@
195 195
                 $(this).addClass("active").siblings().removeClass("active");
196 196
                 var index = $(this).index();
197 197
                 if (index === 0) {
198
-                    Supervisor = 1;
199 198
                     tab = 0;
200 199
                 } else if (index === 1) {
201
-                    Supervisor = "";
202 200
                     tab = 1;
203 201
                 }
204 202
                 load();
@@ -228,7 +226,7 @@
228 226
             } else {
229 227
                 usercodeID = ""
230 228
             }
231
-            //      	调度员
229
+            //调度员
232 230
             var ddusercodeID = "";
233 231
             var ddusercode_ = $("#yardman").val(); //坐席
234 232
             if (ddusercode_ != null) {

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

@@ -266,7 +266,7 @@ a {
266 266
     .ldcr-bottom .ldcrb-top > ul li {
267 267
         float: left;
268 268
         font-size: 14px;
269
-        width: 90px;
269
+        width: 120px;
270 270
         text-align: center;
271 271
         height: 30px;
272 272
         line-height: 30px;

+ 11 - 5
WebUI/CallCenterWeb.UI/home.html

@@ -1886,14 +1886,16 @@
1886 1886
                                         <span class="col-sm-1 Import">标题:</span>
1887 1887
                                         <span class="col-sm-11">
1888 1888
                                             <input id="title" class="form-control" type="text"
1889
-                                                style=" padding: 5px; width: 100%;" />
1889
+                                                style=" padding: 5px; width: 50%;" />
1890 1890
                                         </span>
1891 1891
                                     </div>
1892 1892
                                     <div class="form-group clearfix">
1893 1893
                                         <span class="col-sm-1 Import">内容:</span>
1894 1894
                                         <span class="col-sm-11">
1895
-                                            <input id="content" class="form-control" type="text"
1896
-                                            style=" padding: 5px; width: 100%;" />
1895
+                                            <textarea id="content" class="form-control" name="" rows="4" cols=""
1896
+                                            style="width: 100%;"></textarea>            
1897
+                                            <!-- <input id="content" class="form-control" type="text"
1898
+                                            style=" padding: 5px; width: 100%;" /> -->
1897 1899
                                         </span>
1898 1900
                                     </div>
1899 1901
 
@@ -2115,7 +2117,7 @@
2115 2117
                                         办事指南
2116 2118
                                     </li>
2117 2119
                                     <li style="border-bottom:1px solid #69cbd0;" data-type="3">
2118
-                                        热点问题
2120
+                                        热点问题/名词解释
2119 2121
                                     </li>
2120 2122
                                     <li style="border-bottom:1px solid #f95a83;" data-type="4">
2121 2123
                                         政策法规
@@ -2139,6 +2141,7 @@
2139 2141
                                                 <th data-field="F_ShouJi" data-align="center">手机号码</th>
2140 2142
                                                 <th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
2141 2143
                                                 <th data-field="F_FaBuDanWei" data-align="center">发布单位</th>
2144
+                                                <th data-field="F_DianJiLiang" data-align="center">点击量</th>
2142 2145
                                                 <th data-align="center" data-formatter="operation1">操作</th>
2143 2146
                                             </tr>
2144 2147
                                         </thead>
@@ -2158,6 +2161,7 @@
2158 2161
                                                 <th data-field="F_QiTaShuoMing" data-align="center">其他说明</th>
2159 2162
                                                 <th data-field="F_BanLiLiuCheng" data-align="center">办理流程</th>
2160 2163
                                                 <th data-field="F_BeiZhu" data-align="center">备注</th>
2164
+                                                <th data-field="F_DianJiLiang" data-align="center">点击量</th>
2161 2165
                                                 <th data-align="center" data-formatter="operation2">操作</th>
2162 2166
                                             </tr>
2163 2167
                                         </thead>
@@ -2175,8 +2179,9 @@
2175 2179
                                                 <th data-field="F_FaWenDanWei" data-align="center">发文单位</th>
2176 2180
                                                 <th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
2177 2181
                                                 <th data-field="F_ZhengCeMingCi" data-align="center">政策名称</th>
2178
-                                                <th data-field="F_ReDianWenTi" data-align="center">热点问题</th>
2182
+                                                <th data-field="F_ReDianWenTi" data-align="center">热点问题/名词解释</th>
2179 2183
                                                 <th data-field="F_WenTiJieDa" data-align="center">内容解答</th>
2184
+                                                <th data-field="F_DianJiLiang" data-align="center">点击量</th>
2180 2185
                                                 <th data-align="center" data-formatter="operation3">操作</th>
2181 2186
                                             </tr>
2182 2187
                                         </thead>
@@ -2196,6 +2201,7 @@
2196 2201
                                                 <th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
2197 2202
                                                 <th data-field="F_WenJianMingCheng" data-align="center">文件名称</th>
2198 2203
                                                 <th data-field="F_WenJianNeiRong" data-align="center">文件内容</th>
2204
+                                                <th data-field="F_DianJiLiang" data-align="center">点击量</th>
2199 2205
                                                 <th data-align="center" data-formatter="operation4">操作</th>
2200 2206
                                             </tr>
2201 2207
                                         </thead>

+ 5 - 5
WebUI/CallCenterWeb.UI/keHuManager/ContactPersonManger.html

@@ -13,7 +13,7 @@
13 13
 		<!--<script src="../js/csjs/bootstrap-table.js"></script>
14 14
 		<script src="../js/csjs/bootstrap-table.min.js"></script>
15 15
 		<script src="../js/csjs/bootstrap-table-locale-all.js"></script>		-->
16
-		<title>客户管理</title>
16
+		<title>市民资料管理</title>
17 17
 		<style>
18 18
 			.clearfix:after {
19 19
 				content: "";
@@ -128,7 +128,7 @@
128 128
 		<div class="container-fluid wrapper-content animated fadeInRight">
129 129
 			<div class="daoHang clearfix">
130 130
 				<div class="dhLeft">
131
-					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>&gt;<a href="javaScript:;">系统管理</a>&gt;<a href="" class="nowPosition">客户管理</a></sapn>
131
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>&gt;<a href="javaScript:;">系统管理</a>&gt;<a href="" class="nowPosition">市民资料管理</a></sapn>
132 132
 				</div>
133 133
 				<div class="dhRight">
134 134
 					<a href="" title="刷新"><i class="fa fa-refresh"></i></a>
@@ -136,9 +136,9 @@
136 136
 			</div>
137 137
 			<div class="toolBar clearfix">
138 138
 				<div class="toolLeft"  style="float: left;">
139
-				<button class="btns add">添加</button>
139
+				<!-- <button class="btns add">添加</button>
140 140
 				<button class="btns change">修改</button>
141
-				<button class="btns del">删除</button>
141
+				<button class="btns del">删除</button> -->
142 142
 				</div>
143 143
 				<div class="toolRight" style="float: right;">
144 144
 					<span>关键词:<input type="text" class="czName" /></span>
@@ -155,7 +155,7 @@
155 155
 				<table id="table1" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
156 156
 					<thead>
157 157
 						<tr>
158
-							<th data-field="state" data-checkbox="true" data-align="center"></th>
158
+							<!-- <th data-field="state" data-checkbox="true" data-align="center"></th> -->
159 159
 							<th data-align="center" data-formatter="setCode">编号</th>
160 160
                             <!-- <th data-field="F_CustomerName" data-align="center">客户名称</th>
161 161
                             <th data-field="F_Mobile" data-align="center">客户电话</th> -->

+ 1 - 1
WebUI/CallCenterWeb.UI/zhiShiKu/addOrEditZhiShiKuHotLssues.html

@@ -154,7 +154,7 @@
154 154
                 <td colspan="3"><input type="text" id="answeringUnit" autocomplete="off" /></td>
155 155
             </tr>
156 156
             <tr>
157
-                <td width="100" height="100">热点问题</td>
157
+                <td width="100" height="100">热点问题/名词解释</td>
158 158
                 <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="hotIssues"></textarea></td>
159 159
             </tr>
160 160
             <tr>

+ 1 - 1
WebUI/CallCenterWeb.UI/zhiShiKu/detailZhiShiHotLssues.html

@@ -155,7 +155,7 @@
155 155
                 <td colspan="3"><input type="text" id="answeringUnit" autocomplete="off" readonly="readonly" /></td>
156 156
             </tr>
157 157
             <tr>
158
-                <td width="100" height="100">热点问题</td>
158
+                <td width="100" height="100">热点问题/名词解释</td>
159 159
                 <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="hotIssues" readonly="readonly"></textarea></td>
160 160
             </tr>
161 161
             <tr>

+ 1 - 1
WebUI/CallCenterWeb.UI/zhiShiKu/js/addOrEditZhiShiKuHotLssues.js

@@ -55,7 +55,7 @@ $(document).ready(function () {
55 55
                 file: $("#file").val(), // 附件
56 56
                 zhengcemingci: $("#policyName").val(), // 政策名称
57 57
                 jiedadanwei: $("#answeringUnit").val(), // 解答单位
58
-                redianwenti: $("#hotIssues").val(), // 热点问题
58
+                redianwenti: $("#hotIssues").val(), // 热点问题/名词解释
59 59
                 wentijieda: $("#contentAnswer").val(), // 内容解答
60 60
             },
61 61
             success: function (data) {

+ 3 - 3
WebUI/CallCenterWeb.UI/zhiShiKu/js/zhiShiKuHotLssues.js

@@ -91,7 +91,7 @@ $(".addBtn").click(function () {
91 91
     layer.open({
92 92
         type: 2,
93 93
         content: "./addOrEditZhiShiKuHotLssues.html", //iframe的url,no代表不显示滚动条
94
-        title: "热点问题",
94
+        title: "热点问题/名词解释",
95 95
         area: ["80%", "80%"], //宽高
96 96
     });
97 97
 });
@@ -100,7 +100,7 @@ function editBtn(id) {
100 100
     layer.open({
101 101
         type: 2,
102 102
         content: "./addOrEditZhiShiKuHotLssues.html?id=" + id, //iframe的url,no代表不显示滚动条
103
-        title: "热点问题",
103
+        title: "热点问题/名词解释",
104 104
         area: ["80%", "80%"], //宽高
105 105
     });
106 106
 }
@@ -126,7 +126,7 @@ function detailBtn(id) {
126 126
     layer.open({
127 127
         type: 2,
128 128
         content: "./detailZhiShiHotLssues.html?id=" + id, //iframe的url,no代表不显示滚动条
129
-        title: "热点问题",
129
+        title: "热点问题/名词解释",
130 130
         area: ["80%", "80%"], //宽高
131 131
     });
132 132
 }

+ 3 - 3
WebUI/CallCenterWeb.UI/zhiShiKu/zhiShiKuHotLssues.html

@@ -11,7 +11,7 @@
11 11
     <link rel="stylesheet" href="../js/layui/css/layui.css">
12 12
     <link rel="stylesheet" href="./css/reflectCategory.css">
13 13
     <link rel="stylesheet" href="../js/layui/css/layui.css">
14
-    <title>热点问题</title>
14
+    <title>热点问题/名词解释</title>
15 15
     <style>
16 16
         .toolBar {
17 17
             padding: 15px 0;
@@ -49,7 +49,7 @@
49 49
         <div class="daoHang clearfix">
50 50
             <div class="dhLeft">
51 51
                 <sapn><i class="syIcon"></i>位置:<a id="ReIndex">首页</a>&gt;<a href="javaScript:;">知识库</a>&gt;<a href=""
52
-                        class="nowPosition">热点问题</a></sapn>
52
+                        class="nowPosition">热点问题/名词解释</a></sapn>
53 53
             </div>
54 54
             <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
55 55
         </div>
@@ -96,7 +96,7 @@
96 96
                             <th data-field="F_FaWenDanWei" data-align="center">发文单位</th>
97 97
                             <th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
98 98
                             <th data-field="F_ZhengCeMingCi" data-align="center">政策名称</th>
99
-                            <th data-field="F_ReDianWenTi" data-align="center">热点问题</th>
99
+                            <th data-field="F_ReDianWenTi" data-align="center">热点问题/名词解释</th>
100 100
                             <th data-field="F_WenTiJieDa" data-align="center">内容解答</th>
101 101
                             <th data-align="center" data-formatter="operation">操作</th>
102 102
                         </tr>