Преглед на файлове

坐席满意度、工单来源、kpi、工单类型仪器、工单类型试剂

zhangshuangnan преди 8 години
родител
ревизия
573e3473cf

+ 1 - 1
CallCenterWeb.UI/Report/Business/WorkEfficiency.html

@@ -13,7 +13,7 @@
13 13
     <script src="../../Script/Common/huayi.load.js"></script>
14 14
     <script src="../../Script/Common/huayi.config.js"></script>
15 15
     <!--<link rel="stylesheet" href="../../css/huTotal.css" />-->
16
-      <link rel="stylesheet" href="../../css/init.css" />
16
+    <link rel="stylesheet" href="../../css/init.css" />
17 17
     <style>
18 18
         .clearfix:after {
19 19
             content: "";

+ 243 - 0
CallCenterWeb.UI/ReportForm/KPI.html

@@ -0,0 +1,243 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+<head>
5
+    <meta charset="UTF-8">
6
+    <title>话务KPI</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="../css/laydate/need/laydate.css" />
11
+    <!--<link href="../css/Table/table1.css" rel="stylesheet" />-->
12
+    <link rel="stylesheet" href="../css/init.css" />
13
+    <!--<script src="../My97DatePicker/WdatePicker.js"></script>-->
14
+    <style>
15
+        table td {
16
+            word-break: break-all;
17
+            word-wrap: break-word;
18
+        }
19
+        .add_time input{
20
+			width: 50%;
21
+		}
22
+		.laydate-icon{
23
+			height: initial!important;
24
+		}
25
+		/*table#list{
26
+				font-size: 12px;
27
+				margin-top: 20px;
28
+			}
29
+	    table#list thead tr td {
30
+			    background: #1ab394;
31
+			    color: #fff;
32
+		}*/
33
+		table#tables thead td{
34
+			background: #1cb494;
35
+   			 color: #fff;
36
+		}
37
+    </style>
38
+</head>
39
+
40
+<body class="gray-bg">
41
+	 <div class="daoHang clearfix">
42
+				<div class="dhLeft" >
43
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;"  id="ReIndex">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" style="color: #000;">话务KPI</a></sapn>
44
+				</div>
45
+				<div class="dhRight">
46
+            	<a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
47
+            </div>
48
+				
49
+		</div>
50
+    <div class="wrapper wrapper-content animated fadeInRight">
51
+				<div class="toolBox">
52
+				<div class="th-bar clearfix">
53
+					<div class="pull-left">
54
+						<div class="form-inline">
55
+							
56
+							 <div class="form-group">
57
+							 	<input type="text" class="form-control laydate-icon" id="startTime" placeholder="开始时间"/>
58
+							 </div>
59
+							 <div class="form-group">
60
+							 	<input type="text" class="form-control laydate-icon" id="endTime" placeholder="结束时间"/>
61
+							 </div>
62
+						</div>
63
+					
64
+				</div>
65
+				<div class="pull-right">
66
+					<button class="btns search">搜索</button>
67
+					<!--<a href="" class="btns export">导出</a>-->
68
+				</div>
69
+				</div>
70
+			</div>
71
+      
72
+        <div style="width: 100%;padding: 10px;">
73
+                		<table class="table table-bordered text-center table-hover" id="tables" style="width: 100%;">
74
+	          		<thead>
75
+	          			<tr>
76
+	          			<td colspan="2">分类</td>
77
+	          			<td>数量</td>
78
+	          			<td>占有率</td>
79
+	          			
80
+	          		</tr>
81
+	          		</thead>
82
+	          		<tbody class="tbody">
83
+	          			<tr>
84
+	          				<td rowspan="6">业务电话量</td>
85
+	          			</tr>
86
+	          			<tr>
87
+	          				<td>呼入项目占有率</td>
88
+	          				<td class="count">0</td>
89
+	          				<td class="percent">0%</td>
90
+	          			</tr>
91
+	          			<tr>
92
+	          			<td>呼入项目占有率</td>
93
+	          				<td class="count">0</td>
94
+	          				<td class="percent">0%</td>
95
+	          			</tr>
96
+	          			<tr>
97
+	          				<td>呼入项目占有率</td>
98
+	          				<td class="count">0</td>
99
+	          				<td class="percent">0%</td>
100
+	          			</tr>
101
+	          			
102
+	          			<tr>
103
+	          				<td>呼入项目占有率</td>
104
+	          				<td class="count">0</td>
105
+	          				<td class="percent">0%</td>
106
+	          			</tr>
107
+	          			<tr>
108
+	          				<td>合计(总电话量):</td>
109
+	          				<td class="count">0</td>
110
+	          				<td class="percent">0%</td>
111
+	          			</tr>
112
+	          			<tr>
113
+	          				<td rowspan="6">回访满意度</td>
114
+	          			</tr>
115
+	          			<tr>
116
+	          				<td>非常满意</td>
117
+	          				<td class="count">0</td>
118
+	          				<td class="percent">0%</td>
119
+	          			</tr>
120
+	          			<tr>
121
+	          			<td>满意</td>
122
+	          				<td class="count">0</td>
123
+	          				<td class="percent">0%</td>
124
+	          			</tr>
125
+	          			<tr>
126
+	          				<td>不满意</td>
127
+	          				<td class="count">0</td>
128
+	          				<td class="percent">0%</td>
129
+	          			</tr>
130
+	          			
131
+	          			<tr>
132
+	          				<td>未评价</td>
133
+	          				<td class="count">0</td>
134
+	          				<td class="percent">0%</td>
135
+	          			</tr>
136
+	          			<tr>
137
+	          				<td>合计(总回访数):</td>
138
+	          				<td class="count">0</td>
139
+	          				<td class="percent">0%</td>
140
+	          			</tr>
141
+	          			
142
+	          			<tr>
143
+	          				<td rowspan="4">服务水平</td>
144
+	          			</tr>
145
+	          			<tr>
146
+	          				<td>20秒内应答</td>
147
+	          				<td class="count">0</td>
148
+	          				<td class="percent">0%</td>
149
+	          			</tr>
150
+	          			<tr>
151
+	          			<td>非20秒内应答</td>
152
+	          				<td class="count">0</td>
153
+	          				<td class="percent">0%</td>
154
+	          			</tr>
155
+	          			<tr>
156
+	          				<td>合计(总服务量):</td>
157
+	          				<td class="count">0</td>
158
+	          				<td class="percent">0%</td>
159
+	          			</tr>
160
+	          			
161
+	          		</tbody>
162
+	          	</table>
163
+	          	<div class="zhushi" style="color: red;">
164
+	          		注:默认显示当月1号0:00:00至当日23:59:59的数据,非常满意是客户评分9-10,满意是客户评分7-8,不满意是客户评分0-6,未评价是坐席回访了没有评分, 回访满意度、工单平均时间、一次解决率都是查询当前时间已经结单的工单。
165
+	          	</div>
166
+	          	
167
+	          	
168
+        </div>
169
+    </div>
170
+	<script src="../css/laydate/laydate.js"></script>
171
+    <script>
172
+        $(document).ready(function () {
173
+            /*日期选择*/
174
+            laydate.skin('molv');
175
+            /*开始日期*/
176
+            laydate({
177
+                elem: '#startTime',
178
+                event: 'focus'
179
+            });
180
+            laydate({
181
+                elem: '#endTime',
182
+                event: 'focus'
183
+            });
184
+            var myDate=new Date();
185
+				function turn(aa){
186
+					if(aa<10){
187
+						aa = "0" + aa;
188
+					}
189
+					return aa
190
+				}
191
+				$('#startTime').val(myDate.getFullYear()+"-"+turn(myDate.getMonth()+1)+"-"+ "01");
192
+				$('#endTime').val(myDate.getFullYear()+"-"+turn(myDate.getMonth()+1)+"-"+turn(myDate.getDate()));
193
+            /*搜索*/
194
+            $(".search").click(function () {
195
+                initTable();
196
+            })
197
+            	//导出
198
+//			$('.export').click(function() {
199
+//				dcexcel(this);
200
+//			})
201
+//
202
+//			function dcexcel(obj) {
203
+//				var dpt = "";
204
+//				var url = huayi.config.callcenter_url + "GDLY/ExportExcel?token=" + $.cookie("token");
205
+//				url += "&stime=" + $('#startTime').val() + "&endtime=" + $('#endTime').val();
206
+//				obj.href = url;
207
+//			}
208
+//          
209
+            initTable();
210
+        })
211
+       	function initTable() {
212
+       	 $.ajax({
213
+					type: "get",
214
+					url: huayi.config.callcenter_url + "Callrecords/GetKPI",
215
+					async: true,
216
+					dataType: 'json',
217
+					data: {
218
+						token: $.cookie("token"),
219
+						startdate: $('#startTime').val(),
220
+						enddate: $('#endTime').val()
221
+					},
222
+					success: function(data) {
223
+						if(data.state.toLowerCase()=='success'){
224
+								var tdCount=$('.count');
225
+								var tdPercent=$('.percent');
226
+//								console.log(tdCount);
227
+								$(data.data).each(function(i,n){
228
+									tdCount.eq(i).html(n.num);
229
+									tdPercent.eq(i).html(n.percent);
230
+								})
231
+							}
232
+
233
+					}
234
+
235
+				});
236
+       	 
237
+       	 }
238
+			
239
+    </script>
240
+
241
+</body>
242
+
243
+</html>

+ 146 - 0
CallCenterWeb.UI/ReportForm/orderArea.html

@@ -0,0 +1,146 @@
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="../css/laydate/need/laydate.css" />
11
+    <!--<link href="../css/Table/table1.css" rel="stylesheet" />-->
12
+    <link rel="stylesheet" href="../css/init.css" />
13
+    <!--<script src="../My97DatePicker/WdatePicker.js"></script>-->
14
+    <style>
15
+        table td {
16
+            word-break: break-all;
17
+            word-wrap: break-word;
18
+        }
19
+
20
+        .add_time input{
21
+			width: 50%;
22
+		}
23
+		.laydate-icon{
24
+			height: initial!important;
25
+		}
26
+			table#list{
27
+					font-size: 12px;
28
+					margin-top: 20px;
29
+				}
30
+		    table#list thead tr td {
31
+				    background: #1ab394;
32
+				    color: #fff;
33
+			}
34
+    </style>
35
+</head>
36
+
37
+<body class="gray-bg">
38
+	 <div class="daoHang clearfix">
39
+				<div class="dhLeft" >
40
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;"  id="ReIndex">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" style="color: #000;">工单地区</a></sapn>
41
+				</div>
42
+				<div class="dhRight">
43
+            	<a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
44
+            </div>
45
+		</div>
46
+    <div class="wrapper wrapper-content animated fadeInRight">
47
+			<div class="toolBox">
48
+				<div class="th-bar clearfix">
49
+					<div class="pull-left">
50
+						<div class="form-inline">
51
+							<div class="form-group">
52
+							 	<input type="text" class="form-control laydate-icon" id="startTime" placeholder="开始时间"/>
53
+							</div>
54
+							<div class="form-group">
55
+							 	<input type="text" class="form-control laydate-icon" id="endTime" placeholder="结束时间"/>
56
+							</div>
57
+						</div>
58
+				</div>
59
+				<div class="pull-right">
60
+					<button class="btns search">搜索</button>
61
+					<a href="" class="btns export">导出</a>
62
+				</div>
63
+				</div>
64
+			</div>
65
+	        <div style="width: 100%;padding: 10px;">
66
+                <table id="list" class="table table-bordered text-center table-hover" style="width: 100%;">
67
+	          		<thead>
68
+	          		</thead>
69
+	          		<tbody class="tbody">
70
+	          		
71
+	          		</tbody>
72
+	          	</table>
73
+	        </div>
74
+    </div>
75
+	<script src="../css/laydate/laydate.js"></script>
76
+    <script>
77
+        $(document).ready(function () {
78
+            /*日期选择*/
79
+            laydate.skin('molv');
80
+            /*开始日期*/
81
+            laydate({
82
+                elem: '#startTime',
83
+                event: 'focus'
84
+            });
85
+            laydate({
86
+                elem: '#endTime',
87
+                event: 'focus'
88
+            });
89
+            /*搜索*/
90
+            $(".search").click(function () {
91
+                initTable();
92
+            })
93
+            	//导出
94
+			$('.export').click(function() {
95
+				dcexcel(this);
96
+			})
97
+			function dcexcel(obj) {
98
+				var dpt = "";
99
+				var url = huayi.config.callcenter_url + "GDPos/ExportExcel?token=" + $.cookie("token");
100
+				url += "&stime=" + $('#startTime').val() + "&endtime=" + $('#endTime').val();
101
+				obj.href = url;
102
+			}
103
+            
104
+            initTable();
105
+        })
106
+	       
107
+		    //表内数据
108
+		    function initTable() {
109
+					$('#list tbody').html('');
110
+					$('#list thead').html('');
111
+					 $.ajax({
112
+		        		type:'get',
113
+		        		url:huayi.config.callcenter_url+"GDPos/GetDataList",
114
+		        		async:true,
115
+		        		dataType:'json',
116
+		        		data:{
117
+		        			token:$.cookie("token"),
118
+		        			stime:$('#startTime').val(),
119
+		        			endtime:$('#endTime').val()
120
+		        		},
121
+		        		success:function(res){
122
+		        			var thead=res.data.colname;
123
+		        			var thead_trs='<tr>'
124
+		        			$(thead).each(function(i,n){
125
+		        				thead_trs +='<td>' + n + '</td>'
126
+		        			})
127
+		        			thead_trs +='</tr>';
128
+		        			$('#list thead').append(thead_trs);
129
+		        			var tbody=res.data.dt;
130
+		        			$(tbody).each(function(k,g){
131
+								var str="";
132
+								 str='<tr>'
133
+								 	$.each(g,function(k,val){
134
+				        				str +='<td>' + val + '</td>'
135
+				        			})
136
+								 	str +='</tr>';
137
+								 $('#list tbody').append(str);
138
+								})
139
+		        		}
140
+		        	})
141
+			}
142
+    </script>
143
+
144
+</body>
145
+
146
+</html>

+ 218 - 0
CallCenterWeb.UI/ReportForm/orderType.html

@@ -0,0 +1,218 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+    <meta charset="UTF-8">
5
+    <script src="../Script/Common/huayi.load.js"></script>
6
+    <script src="../Script/Common/huayi.config.js"></script>
7
+    <link href="../css/layer/need/layer.css" />
8
+    <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
9
+    <link rel="stylesheet" href="../css/laydate/need/laydate.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
+            height: 90%;
100
+            border: 1px solid #ebebeb;
101
+            overflow-y: auto;
102
+        }
103
+
104
+        .ztree li {
105
+            width: 100%;
106
+            overflow: hidden;
107
+            white-space: nowrap;
108
+            text-overflow: ellipsis;
109
+        }
110
+
111
+        .content {
112
+            width: 270px;
113
+            height: 25px;
114
+            overflow: hidden;
115
+            white-space: nowrap;
116
+            text-overflow: ellipsis;
117
+            text-align: left;
118
+        }
119
+
120
+        .radio-inline input[type=radio] {
121
+            margin-top: 7px;
122
+        }
123
+
124
+        .editTimeBoxs, .timeBoxs {
125
+            display: none;
126
+        }
127
+        .laydate-icon{
128
+			height: initial!important;
129
+		}
130
+    </style>
131
+</head>
132
+<body class="gray-bg">
133
+	 <div class="daoHang clearfix">
134
+				<div class="dhLeft" >
135
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;"  id="ReIndex">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" style="color: #000;">工单类型</a></sapn>
136
+				</div>
137
+				<div class="dhRight">
138
+            	<a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
139
+            </div>
140
+		</div>
141
+       
142
+    <div class="wrapper wrapper-content animated fadeInRight">
143
+       
144
+       <div class="toolBox">
145
+				<div class="th-bar clearfix">
146
+					<div class="pull-left">
147
+						<div class="form-inline">
148
+							<div class="form-group">
149
+							 	<input type="text" class="form-control laydate-icon" id="startTime" placeholder="开始时间"/>
150
+							</div>
151
+							<div class="form-group">
152
+							 	<input type="text" class="form-control laydate-icon" id="endTime" placeholder="结束时间"/>
153
+							</div>
154
+						</div>
155
+				</div>
156
+				<div class="pull-right">
157
+					   <button class="btns add">添加</button>
158
+                		<button class="btns change">修改</button>
159
+              		  <button class="btns del">删除</button>
160
+					<button class="btns searchGo">搜索</button>
161
+					<!--<a href="" class="btns export">导出</a>-->
162
+				</div>
163
+				</div>
164
+			</div>
165
+       
166
+       <div class="treeTable clearfix">
167
+            <div class="tree col-md-3">
168
+                <div class="trTitle">知识库分类</div>
169
+                <div class="treeCon">
170
+                    <ul id="treeDemo" class="ztree">
171
+                        <!--类名为ztree是必须的-->
172
+                    </ul>
173
+                </div>
174
+            </div>
175
+            <div class="tableCon col-md-9">
176
+                <div class="trTitle"> 知识库列表</div>
177
+                <table id="table1" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
178
+                    <thead>
179
+                        <tr>
180
+                            <th data-field="state" data-checkbox="true" data-align="center"></th>
181
+                            <th data-align="center" data-formatter="setCode">编号</th>
182
+                            <th data-field="F_Title" data-align="left">标题</th>
183
+                            <th data-field="F_Time" data-align="left" data-formatter="oper">有效时间</th>
184
+                            <th data-field="F_KeyWords" data-align="center">关键字</th>
185
+                            <th data-field="F_CreateOn" data-align="center">创建时间</th>
186
+                        </tr>
187
+                    </thead>
188
+                    <tbody id="tbody"></tbody>
189
+                </table>
190
+            </div>
191
+        </div>
192
+    
193
+   <!--删除弹出内容-->
194
+    <div class="model delModel">
195
+        <div class="box">
196
+            <div class="btop clearfix">
197
+                <p class="btl"><span>删除提示</span></p>
198
+                <p class="btr delBtr" title="关闭">X</p>
199
+            </div>
200
+            <div class="boxCon" style="height: 150px;">
201
+                <p style="text-align: center;font-size: 16px;margin-top: 30px;">您确定要删除吗?</p>
202
+                <p style="margin-top: 30px;text-align: center;">
203
+                    <button class="btns sure">确定</button>
204
+                    <button class="btns return">取消</button>
205
+                </p>
206
+                <!--<p style="color: red;">注:若该分类下包含知识库内容会一并删除</p>-->
207
+            </div>
208
+        </div>
209
+    </div>
210
+   </div>
211
+   <script src="../js/zTree/jquery.ztree.core.js"></script>
212
+    <script src="../js/kindeditor/kindeditor.js"></script>
213
+    <script src="../js/kindeditor/lang/zh_CN.js"></script>
214
+    <script src="./../css/laydate/laydate.js"></script>
215
+    <script src="../css/layer/layer.js"></script>
216
+    <script src="./js/zhiShiKuManger.js"></script>
217
+</body>
218
+</html>

+ 162 - 0
CallCenterWeb.UI/ReportForm/orderTypeInstrument.html

@@ -0,0 +1,162 @@
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="../css/laydate/need/laydate.css" />
11
+    <!--<link href="../css/Table/table1.css" rel="stylesheet" />-->
12
+    <link rel="stylesheet" href="../css/init.css" />
13
+    <!--<script src="../My97DatePicker/WdatePicker.js"></script>-->
14
+    <style>
15
+        table td {
16
+            word-break: break-all;
17
+            word-wrap: break-word;
18
+        }
19
+
20
+        .add_time input{
21
+			width: 50%;
22
+		}
23
+		.laydate-icon{
24
+			height: initial!important;
25
+		}
26
+			table#list{
27
+					font-size: 12px;
28
+					margin-top: 20px;
29
+				}
30
+		    table#list thead tr td {
31
+				    background: #1ab394;
32
+				    color: #fff;
33
+			}
34
+    </style>
35
+</head>
36
+
37
+<body class="gray-bg">
38
+	 <div class="daoHang clearfix">
39
+				<div class="dhLeft" >
40
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;"  id="ReIndex">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" style="color: #000;">工单类型仪器</a></sapn>
41
+				</div>
42
+				<div class="dhRight">
43
+            	<a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
44
+            </div>
45
+				
46
+		</div>
47
+    <div class="wrapper wrapper-content animated fadeInRight">
48
+				<div class="toolBox">
49
+				<div class="th-bar clearfix">
50
+					<div class="pull-left">
51
+						<div class="form-inline">
52
+							
53
+							 <div class="form-group">
54
+							 	<input type="text" class="form-control laydate-icon" id="startTime" placeholder="开始时间"/>
55
+							 </div>
56
+							 <div class="form-group">
57
+							 	<input type="text" class="form-control laydate-icon" id="endTime" placeholder="结束时间"/>
58
+							 </div>
59
+						</div>
60
+				</div>
61
+				<div class="pull-right">
62
+					<button class="btns search">搜索</button>
63
+					<a href="" class="btns export">导出</a>
64
+				</div>
65
+				</div>
66
+			</div>
67
+      
68
+        <div style="width: 100%;padding: 10px;">
69
+                <table id="list" class="table table-bordered text-center table-hover" style="width: 100%;">
70
+	          		<thead>
71
+	          		</thead>
72
+	          		<tbody class="tbody">
73
+	          		
74
+	          		</tbody>
75
+	          	</table>
76
+        </div>
77
+    </div>
78
+	<script src="../css/laydate/laydate.js"></script>
79
+    <script>
80
+        $(document).ready(function () {
81
+            /*日期选择*/
82
+            laydate.skin('molv');
83
+            /*开始日期*/
84
+            laydate({
85
+                elem: '#startTime',
86
+                event: 'focus'
87
+            });
88
+            laydate({
89
+                elem: '#endTime',
90
+                event: 'focus'
91
+            });
92
+            /*搜索*/
93
+            $(".search").click(function () {
94
+                initTable();
95
+            })
96
+            	//导出
97
+			$('.export').click(function() {
98
+				dcexcel(this);
99
+			})
100
+
101
+			function dcexcel(obj) {
102
+				var dpt = "";
103
+				var url = huayi.config.callcenter_url + "GDLXYQ/ExptList?token=" + $.cookie("token");
104
+				url += "&stime=" + $('#startTime').val() + "&endtime=" + $('#endTime').val();
105
+				obj.href = url;
106
+			}
107
+            
108
+            initTable();
109
+        })
110
+	       
111
+		    //表内数据
112
+		    function initTable() {
113
+					$('#list tbody').html('');
114
+					$('#list thead').html('');
115
+					 $.ajax({
116
+		        		type:'get',
117
+		        		url:huayi.config.callcenter_url+"GDLXYQ/GetDataList",
118
+		        		async:true,
119
+		        		dataType:'json',
120
+		        		data:{
121
+		        			token:$.cookie("token"),
122
+		        			stime:$('#startTime').val(),
123
+		        			endtime:$('#endTime').val()
124
+		        		},
125
+		        		success:function(res){
126
+		        			var thead=res.data.linename;
127
+		        			var colspan=res.data.linecount;
128
+		        				var thead_trs='<tr>'
129
+		        			$(thead).each(function(i,n){
130
+		        				thead_trs +='<td colspan="'+ colspan[i] +'">' + n + '</td>'
131
+		        			})
132
+		        			thead_trs +='</tr>';
133
+		        			$('#list thead').append(thead_trs);
134
+		        			var tbody=res.data.dtlist;
135
+		        			var first_tr=res.data.lineSeName;
136
+		        			var first_trs='<tr>'
137
+		        			$(first_tr).each(function(j,m){
138
+		        				first_trs +='<td>' + m + '</td>'
139
+		        			})
140
+		        			first_trs +='</tr>';
141
+		        			$('#list tbody').prepend(first_trs);
142
+		        			
143
+		        			$(tbody).each(function(k,g){
144
+		        				var str="";
145
+								 str='<tr>'
146
+								 	$.each(g,function(k,val){
147
+				        				console.log(k);
148
+				        				str +='<td>' + val + '</td>'
149
+				        			})
150
+								 	str +='</tr>';
151
+								 $('#list tbody').append(str);
152
+								})
153
+		        		}
154
+		        	})
155
+			}
156
+			
157
+			
158
+    </script>
159
+
160
+</body>
161
+
162
+</html>

+ 159 - 0
CallCenterWeb.UI/ReportForm/orderTypeReagents.html

@@ -0,0 +1,159 @@
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="../css/laydate/need/laydate.css" />
11
+    <!--<link href="../css/Table/table1.css" rel="stylesheet" />-->
12
+    <link rel="stylesheet" href="../css/init.css" />
13
+    <!--<script src="../My97DatePicker/WdatePicker.js"></script>-->
14
+    <style>
15
+        table td {
16
+            word-break: break-all;
17
+            word-wrap: break-word;
18
+        }
19
+
20
+        .add_time input{
21
+			width: 50%;
22
+		}
23
+		.laydate-icon{
24
+			height: initial!important;
25
+		}
26
+			table#list{
27
+					font-size: 12px;
28
+					margin-top: 20px;
29
+				}
30
+		    table#list thead tr td {
31
+				    background: #1ab394;
32
+				    color: #fff;
33
+			}
34
+    </style>
35
+</head>
36
+
37
+<body class="gray-bg">
38
+	 <div class="daoHang clearfix">
39
+				<div class="dhLeft" >
40
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;"  id="ReIndex">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" style="color: #000;">工单类型试剂</a></sapn>
41
+				</div>
42
+				<div class="dhRight">
43
+            	<a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
44
+            </div>
45
+				
46
+		</div>
47
+    <div class="wrapper wrapper-content animated fadeInRight">
48
+				<div class="toolBox">
49
+				<div class="th-bar clearfix">
50
+					<div class="pull-left">
51
+						<div class="form-inline">
52
+							 <div class="form-group">
53
+							 	<input type="text" class="form-control laydate-icon" id="startTime" placeholder="开始时间"/>
54
+							 </div>
55
+							 <div class="form-group">
56
+							 	<input type="text" class="form-control laydate-icon" id="endTime" placeholder="结束时间"/>
57
+							 </div>
58
+						</div>
59
+				</div>
60
+				<div class="pull-right">
61
+					<button class="btns search">搜索</button>
62
+					<a href="" class="btns export">导出</a>
63
+				</div>
64
+				</div>
65
+			</div>
66
+      
67
+        <div style="width: 100%;padding: 10px;">
68
+                <table id="list" class="table table-bordered text-center table-hover" style="width: 100%;">
69
+	          		<thead>
70
+	          		</thead>
71
+	          		<tbody class="tbody">
72
+	          		
73
+	          		</tbody>
74
+	          	</table>
75
+        </div>
76
+    </div>
77
+	<script src="../css/laydate/laydate.js"></script>
78
+    <script>
79
+        $(document).ready(function () {
80
+            /*日期选择*/
81
+            laydate.skin('molv');
82
+            /*开始日期*/
83
+            laydate({
84
+                elem: '#startTime',
85
+                event: 'focus'
86
+            });
87
+            laydate({
88
+                elem: '#endTime',
89
+                event: 'focus'
90
+            });
91
+            /*搜索*/
92
+            $(".search").click(function () {
93
+                initTable();
94
+            })
95
+            	//导出
96
+			$('.export').click(function() {
97
+				dcexcel(this);
98
+			})
99
+			function dcexcel(obj) {
100
+				var dpt = "";
101
+				var url = huayi.config.callcenter_url + "GDLXSJ/ExptList?token=" + $.cookie("token");
102
+				url += "&stime=" + $('#startTime').val() + "&endtime=" + $('#endTime').val();
103
+				obj.href = url;
104
+			}
105
+            
106
+            initTable();
107
+        })
108
+	       
109
+		    //表内数据
110
+		    function initTable() {
111
+					$('#list tbody').html('');
112
+					$('#list thead').html('');
113
+					 $.ajax({
114
+		        		type:'get',
115
+		        		url:huayi.config.callcenter_url+"GDLXSJ/GetDataList",
116
+		        		async:true,
117
+		        		dataType:'json',
118
+		        		data:{
119
+		        			token:$.cookie("token"),
120
+		        			stime:$('#startTime').val(),
121
+		        			endtime:$('#endTime').val()
122
+		        		},
123
+		        		success:function(res){
124
+		        			var thead=res.data.linename;
125
+		        			var colspan=res.data.linecount;
126
+		        			var thead_trs='<tr>'
127
+		        			$(thead).each(function(i,n){
128
+		        				thead_trs +='<td colspan="'+ colspan[i] +'">' + n + '</td>'
129
+		        			})
130
+		        			thead_trs +='</tr>';
131
+		        			$('#list thead').append(thead_trs);
132
+		        			var tbody=res.data.dtlist;
133
+		        			var first_tr=res.data.lineSeName;
134
+		        			var first_trs='<tr>'
135
+		        			$(first_tr).each(function(j,m){
136
+		        				first_trs +='<td>' + m + '</td>'
137
+		        			})
138
+		        			first_trs +='</tr>';
139
+		        			$('#list tbody').prepend(first_trs);
140
+		        			$(tbody).each(function(k,g){
141
+								var str="";
142
+								 str='<tr>'
143
+								 	$.each(g,function(k,val){
144
+				        				console.log(k);
145
+				        				str +='<td>' + val + '</td>'
146
+				        			})
147
+								 	str +='</tr>';
148
+								 $('#list tbody').append(str);
149
+								})
150
+		        		}
151
+		        	})
152
+			}
153
+			
154
+			
155
+    </script>
156
+
157
+</body>
158
+
159
+</html>

+ 157 - 0
CallCenterWeb.UI/ReportForm/workOrderSource.html

@@ -0,0 +1,157 @@
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="../css/laydate/need/laydate.css" />
11
+    <!--<link href="../css/Table/table1.css" rel="stylesheet" />-->
12
+    <link rel="stylesheet" href="../css/init.css" />
13
+    <!--<script src="../My97DatePicker/WdatePicker.js"></script>-->
14
+    <style>
15
+        table td {
16
+            word-break: break-all;
17
+            word-wrap: break-word;
18
+        }
19
+
20
+        .add_time input{
21
+			width: 50%;
22
+		}
23
+		.laydate-icon{
24
+			height: initial!important;
25
+		}
26
+			table#list{
27
+					font-size: 12px;
28
+					margin-top: 20px;
29
+				}
30
+		    table#list thead tr td {
31
+				    background: #1ab394;
32
+				    color: #fff;
33
+			}
34
+    </style>
35
+</head>
36
+
37
+<body class="gray-bg">
38
+	 <div class="daoHang clearfix">
39
+				<div class="dhLeft" >
40
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;"  id="ReIndex">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" style="color: #000;">工单来源</a></sapn>
41
+				</div>
42
+				<div class="dhRight">
43
+            	<a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
44
+            </div>
45
+				
46
+		</div>
47
+    <div class="wrapper wrapper-content animated fadeInRight">
48
+				<div class="toolBox">
49
+				<div class="th-bar clearfix">
50
+					<div class="pull-left">
51
+						<div class="form-inline">
52
+							
53
+							 <div class="form-group">
54
+							 	<input type="text" class="form-control laydate-icon" id="startTime" placeholder="开始时间"/>
55
+							 </div>
56
+							 <div class="form-group">
57
+							 	<input type="text" class="form-control laydate-icon" id="endTime" placeholder="结束时间"/>
58
+							 </div>
59
+						</div>
60
+					
61
+				</div>
62
+				<div class="pull-right">
63
+					<button class="btns search">搜索</button>
64
+					<a href="" class="btns export">导出</a>
65
+				</div>
66
+				</div>
67
+			</div>
68
+      
69
+        <div style="width: 100%;padding: 10px;">
70
+                <table id="list" class="table table-bordered text-center table-hover" style="width: 100%;">
71
+	          		<thead>
72
+	          			<tr>
73
+	          			
74
+	          			</tr>
75
+	          		</thead>
76
+	          		<tbody class="tbody">
77
+	          		
78
+	          		</tbody>
79
+	          	</table>
80
+        </div>
81
+    </div>
82
+	<script src="../css/laydate/laydate.js"></script>
83
+    <script>
84
+        $(document).ready(function () {
85
+            /*日期选择*/
86
+            laydate.skin('molv');
87
+            /*开始日期*/
88
+            laydate({
89
+                elem: '#startTime',
90
+                event: 'focus'
91
+            });
92
+            laydate({
93
+                elem: '#endTime',
94
+                event: 'focus'
95
+            });
96
+            /*搜索*/
97
+            $(".search").click(function () {
98
+                initTable();
99
+            })
100
+            	//导出
101
+			$('.export').click(function() {
102
+				dcexcel(this);
103
+			})
104
+
105
+			function dcexcel(obj) {
106
+				var dpt = "";
107
+				var url = huayi.config.callcenter_url + "GDLY/ExportExcel?token=" + $.cookie("token");
108
+				url += "&stime=" + $('#startTime').val() + "&endtime=" + $('#endTime').val();
109
+				obj.href = url;
110
+			}
111
+            
112
+            initTable();
113
+        })
114
+       		//表头
115
+	        $.ajax({
116
+	        		type:'get',
117
+	        		url:huayi.config.callcenter_url+"GDLY/GetColumnList",
118
+	        		async:true,
119
+	        		dataType:'json',
120
+	        		data:{
121
+	        			token:$.cookie("token")
122
+	        		},
123
+	        		success:function(res){
124
+	        			var con=res.data;
125
+	        			$(con).each(function(i,n){
126
+	        				$('<td>' + n + '</td>').appendTo('#list thead tr')
127
+	        			})
128
+	        		}
129
+	        	})
130
+		    //表内数据
131
+		    function initTable() {
132
+					$('#list tbody').html('');
133
+					$.ajax({
134
+						type:"get",
135
+						url:huayi.config.callcenter_url+"GDLY/GetDataList",
136
+						async:true,
137
+						dataType:'json',
138
+						data:{
139
+							stime:$('#startTime').val(),
140
+							endtime: $("#endTime").val(),
141
+							token:$.cookie("token")
142
+						},
143
+						success:function(res){
144
+							var result=res.data;
145
+							$(result).each(function(k,g){
146
+								$('<tr><td>' + g.坐席人员 + '</td><td>' + g.微信 + '</td><td>' + g.电话 + '</td><td>' + g.邮件 + '</td><td>' + g.短信 + '</td></tr>').appendTo('#list tbody')
147
+							})
148
+						}
149
+					});
150
+			}
151
+			
152
+			
153
+    </script>
154
+
155
+</body>
156
+
157
+</html>

+ 180 - 0
CallCenterWeb.UI/ReportForm/zxSatisfaction.html

@@ -0,0 +1,180 @@
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="../css/laydate/need/laydate.css" />
11
+    <!--<link href="../css/Table/table1.css" rel="stylesheet" />-->
12
+    <link rel="stylesheet" href="../css/init.css" />
13
+    <!--<script src="../My97DatePicker/WdatePicker.js"></script>-->
14
+    <style>
15
+        table td {
16
+            word-break: break-all;
17
+            word-wrap: break-word;
18
+        }
19
+
20
+        .add_time input{
21
+			width: 50%;
22
+		}
23
+		.laydate-icon{
24
+			height: initial!important;
25
+		}
26
+    </style>
27
+</head>
28
+
29
+<body class="gray-bg">
30
+	 <div class="daoHang clearfix">
31
+				<div class="dhLeft" >
32
+					<sapn><i class="syIcon"></i>位置:<a href="javaScript:;"  id="ReIndex">首页</a>&gt;<a href="javaScript:;">报表管理</a>&gt;<a href="" style="color: #000;">坐席满意度</a></sapn>
33
+				</div>
34
+				<div class="dhRight">
35
+            	<a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
36
+            </div>
37
+				
38
+		</div>
39
+    <div class="wrapper wrapper-content animated fadeInRight">
40
+				<div class="toolBox">
41
+				<div class="th-bar clearfix">
42
+					<div class="pull-left">
43
+						<div class="form-inline">
44
+							
45
+							 <div class="form-group">
46
+							 	<input type="text" class="form-control laydate-icon" id="startTime" placeholder="开始时间"/>
47
+							 </div>
48
+							 <div class="form-group">
49
+							 	<input type="text" class="form-control laydate-icon" id="endTime" placeholder="结束时间"/>
50
+							 </div>
51
+						</div>
52
+					
53
+				</div>
54
+				<div class="pull-right">
55
+					<button class="btns search">搜索</button>
56
+					<a href="" class="btns export">导出</a>
57
+				</div>
58
+				</div>
59
+			</div>
60
+      
61
+        <div style="width: 100%;padding: 10px;">
62
+            <table id="list" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
63
+                <thead>
64
+                    <tr>
65
+                        <!--<th data-field="state" data-checkbox="true"></th>-->
66
+                       <th data-field="坐席姓名" data-align="center">坐席姓名</th>
67
+                       <th data-field="非常满意" data-align="center">非常满意</th>
68
+                       <th data-field="非常满意占比" data-align="center">非常满意占比</th>
69
+                       <th data-field="基本满意" data-align="center">基本满意</th>
70
+                      <th data-field="基本满意占比" data-align="center">基本满意占比</th>
71
+                      <th data-field="不满意" data-align="center">不满意</th>
72
+                      <th data-field="不满意占比" data-align="center">不满意占比</th>
73
+                      <th data-field="未评价" data-align="center">未评价</th>
74
+                      <th data-field="未评价占比" data-align="center">未评价占比</th>
75
+                    </tr>
76
+                </thead>
77
+                <tbody id="tbody"></tbody>
78
+            </table>
79
+        </div>
80
+    </div>
81
+	<script src="../css/laydate/laydate.js"></script>
82
+    <script>
83
+   
84
+        $(document).ready(function () {
85
+            /*日期选择*/
86
+            laydate.skin('molv');
87
+            /*开始日期*/
88
+            laydate({
89
+                elem: '#startTime',
90
+                event: 'focus'
91
+            });
92
+            laydate({
93
+                elem: '#endTime',
94
+                event: 'focus'
95
+            });
96
+            /*搜索*/
97
+            $(".search").click(function () {
98
+                initTable();
99
+            })
100
+            	//导出
101
+			$('.export').click(function() {
102
+				dcexcel(this);
103
+			})
104
+
105
+			function dcexcel(obj) {
106
+				var dpt = "";
107
+				var url = huayi.config.callcenter_url + "ZuoXiManYiDu/ExptList?token=" + $.cookie("token");
108
+				url += "&stime=" + $('#startTime').val() + "&endtime=" + $('#endTime').val();
109
+				obj.href = url;
110
+			}
111
+            
112
+            
113
+            
114
+            initTable();
115
+        })
116
+       	 function initTable() {
117
+//          //先销毁表格
118
+//          $('#list').bootstrapTable('destroy');
119
+//          //初始化表格,动态从服务器加载数据
120
+//          $("#list").bootstrapTable({
121
+//              method: "get",  //使用get请求到服务器获取数据
122
+//              url: huayi.config.callcenter_url + "ZuoXiManYiDu/GetDataList", //获取数据的Servlet地址
123
+//              striped: true,  //表格显示条纹
124
+//              pagination: true, //启动分页
125
+//              pageSize: 10,  //每页显示的记录数
126
+//              pageNumber: 1, //当前第几页
127
+//              pageList: [10, 20, 50, 100],  //记录数可选列表
128
+//              search: false,  //是否启用查询
129
+//              showColumns: false,  //显示下拉框勾选要显示的列
130
+//              showRefresh: false,  //显示刷新按钮
131
+//              sidePagination: "server", //表示服务端请求
132
+//              //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
133
+//              //设置为limit可以获取limit, offset, search, sort, order
134
+//              queryParamsType: "undefined",
135
+//              queryParams: function queryParams(params) {   //设置查询参数
136
+//                  var param = {
137
+//                      page: params.pageNumber,
138
+//                      pagesize: params.pageSize,
139
+//                      tel: $("#tel").val(),
140
+//                      settime: $("#settime").val(),
141
+//                      token: $.cookie("token")
142
+//                  };
143
+//                  return param;
144
+//              },
145
+//              onLoadSuccess: function () {  //加载成功时执行
146
+//                  //layer.msg("加载成功");
147
+//              },
148
+//              onLoadError: function () {  //加载失败时执行
149
+//                  //layer.msg("加载数据失败", { time: 1500, icon: 2 });
150
+//              }
151
+//          });
152
+//     
153
+       	 $.ajax({
154
+					type: "get",
155
+					url: huayi.config.callcenter_url + "ZuoXiManYiDu/GetDataList",
156
+					async: true,
157
+					dataType: 'json',
158
+					data: {
159
+						token: $.cookie("token"),
160
+						stime: $('#startTime').val(),
161
+						endtime: $('#endTime').val()
162
+					},
163
+					success: function(data) {
164
+						if(data.state.toLowerCase() == 'success') {
165
+							$('#list').bootstrapTable('load',data.data); 
166
+						}
167
+
168
+					}
169
+
170
+				});
171
+					$('#list').bootstrapTable('destroy').bootstrapTable({striped: true});
172
+       	 
173
+       	 }
174
+
175
+       
176
+    </script>
177
+
178
+</body>
179
+
180
+</html>

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

@@ -32,7 +32,7 @@
32 32
 		function getProvince() {
33 33
 			$.ajax({
34 34
 				type: "get",
35
-				url: 'province.json',
35
+				url:'province.json',
36 36
 				dataType: 'json',
37 37
 				async: true,
38 38
 				data: {

+ 2 - 40
CallCenterWeb.UI/zuoXiTable.html

@@ -164,51 +164,13 @@
164 164
 				//搜索事件
165 165
 		        $(".sear").click(function(){
166 166
 		        	$('.thTable tbody').html('');
167
-//		            stime=$('#startTime').val();//开始时间
168
-//				    endtime=$('#endTime').val();//结束时间
169
-//				    dpt=$('#bumen').val(); //部门
170
-//				    if(stime != '' && endtime != '') {
171
-//						 Ajax(stime,endtime,dpt);
172
-//					}else{
173 167
 						Ajax();
174
-//						if(stime==''){
175
-//							
176
-//							  layer.confirm('请选择开始时间!', {
177
-//                          btn: ['确定']
178
-//                      });
179
-//                      return;
180
-//						}else if(endtime ==''){
181
-//							  layer.confirm('请选择结束时间!', {
182
-//                          btn: ['确定']
183
-//                      });
184
-//                      return;
185
-//						}
186
-//					}
168
+
187 169
 		        });
188 170
 		        //导出
189 171
         		$('.export').click(function() {
190
-//      			stime=$('#startTime').val();//开始时间
191
-//				    endtime=$('#endTime').val();//结束时间
192
-//      			dpt=$('#bumen').val(); //部门
193
-//      			if(dpt == null) {
194
-//						layer.confirm('请选择部门!', {
195
-//                          btn: ['确定']
196
-//                      });
197
-//                      return; 	
198
-//					}else if(stime==''){
199
-//						layer.confirm('请选择开始时间!', {
200
-//                          btn: ['确定']
201
-//                      });
202
-//                      return;
203
-//					}else if(endtime ==''){
204
-//						layer.confirm('请选择结束时间!', {
205
-//                          btn: ['确定']
206
-//                      });
207
-//                      return;
208
-//						
209
-//					}else{
172
+
210 173
 						dcexcel(this);
211
-//					}
212 174
 				
213 175
 				})
214 176
 		   function dcexcel(obj) {