Explorar el Código

安阳代码提交

miaofuhao %!s(int64=4) %!d(string=hace) años
padre
commit
65187acc68

+ 38 - 25
WebUI/CallCenterWeb.UI/Business/LeaderYJA.html

@@ -161,14 +161,14 @@
161 161
 
162 162
         .inpBox {
163 163
             border: 1px solid #cccccc;
164
-            height: 31px;
164
+            height: 32px;
165 165
             width: 220px;
166 166
             display: inline-block;
167 167
             position: relative;
168 168
             vertical-align: middle;
169 169
             position: absolute;
170 170
             left: 0px;
171
-            top: 0px;
171
+            top: 7px;
172 172
             z-index: 111;
173 173
         }
174 174
 
@@ -238,7 +238,7 @@
238 238
 
239 239
         .inps {
240 240
             width: 217px;
241
-            height: 24px;
241
+            height: 30px;
242 242
             outline: none;
243 243
             border: 0;
244 244
             border-image-width: 0;
@@ -278,7 +278,7 @@
278 278
                     <i class="syIcon"></i>位置:
279 279
                     <a href="javaScript:;" id="ReIndex">首页</a>&gt;
280 280
                     <a href="javaScript:;">工单处理</a>&gt;
281
-                    <a href="" class="nowPosition">已结</a>
281
+                    <a href="" class="nowPosition">已结</a>
282 282
                 </sapn>
283 283
             </div>
284 284
             <div class="dhRight">
@@ -318,17 +318,14 @@
318 318
                                 <td>
319 319
                                     <select class="select_" id="source"></select>
320 320
                                 </td>
321
-                                <!-- <th>主题词:</th>
322
-                                <td>
323
-                                    <select id="keyid" name="" class="select"></select>
324
-                                </td> -->
325
-
326
-                            </tr>
327
-                            <tr>
328 321
                                 <th>类型:</th>
329 322
                                 <td>
330 323
                                     <select class="select_" id="type"></select>
331 324
                                 </td>
325
+
326
+                            </tr>
327
+                            <tr>
328
+                                
332 329
                                 <th>来电号码:</th>
333 330
                                 <td>
334 331
                                     <input type="text" id="tel" class="Min-width" />
@@ -337,16 +334,19 @@
337 334
                                 <td>
338 335
                                     <input type="text" id="name" class="Min-width" />
339 336
                                 </td>
340
-
341
-                            </tr>
342
-                            <tr>
343
-                                <th>坐席:</th>
337
+								<th>坐席:</th>
344 338
                                 <td>
345
-                                    <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
346
-                                        data-live-search="true">
347
-                                        <option value="">请选择坐席</option>
348
-                                    </select>
339
+                                	<div style="width: 260px;">
340
+                                		<select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
341
+	                                        data-live-search="true">
342
+	                                        <option value="">请选择坐席</option>
343
+	                                    </select>
344
+                                	</div>
345
+                                    
349 346
                                 </td>
347
+                            </tr>
348
+                            <tr>
349
+                                
350 350
                                 <th>审核员:</th>
351 351
                                 <td>
352 352
                                     <select id="yardman" name="select" class="selectpicker show-tick form-control"
@@ -369,11 +369,9 @@
369 369
                                         </ul>
370 370
                                     </div>
371 371
                                 </td>
372
-                            </tr>
373
-                            <tr>
374 372
                                 <th>当即办结:</th>
375 373
                                 <td>
376
-                                    <select id="dealtype" name="select" class="form-control" data-live-search="true">
374
+                                    <select style="width: 260px;" id="dealtype" name="select" class="form-control" data-live-search="true">
377 375
                                         <option value="">请选择</option>
378 376
                                         <option value="0">转办办结</option>
379 377
                                         <option value="1">当即办结</option>
@@ -381,6 +379,9 @@
381 379
                                         <option value="3">超期办结</option>
382 380
                                     </select>
383 381
                                 </td>
382
+                            </tr>
383
+                            <tr>
384
+                                
384 385
                                 <th>回访满意度:</th>
385 386
                                 <td>
386 387
                                     <select id="Issatisfie" name="select" class="form-control" data-live-search="true">
@@ -389,8 +390,18 @@
389 390
                                         <option value="1">满意</option>
390 391
                                     </select>
391 392
                                 </td>
392
-                                <th></th>
393
-                                <td style="text-align: center;">
393
+                                <th>结案满意度:</th>
394
+                                <td>
395
+                                    <select id="F_IsSatisfie" style="width: 260px;" name="select" class="form-control" data-live-search="true">
396
+                                        <option value="">请选择</option>
397
+                                        <option value="0">不满意</option>
398
+                                        <option value="1">满意</option>
399
+                                    </select>
400
+                                </td>
401
+                                <th style="text-align: center;">
402
+                                	
403
+                                </th>
404
+                                <td >
394 405
                                     <botton class="btns Seach">搜索</botton>
395 406
                                     <botton class="btns exportFile">导出</botton>
396 407
                                 </td>
@@ -544,6 +555,7 @@
544 555
                         sourcearea: $('#sourceAreas').val(), //区域
545 556
                         dealtype: $("#dealtype").val(),
546 557
                         Issatisfie: $("#Issatisfie").val(),
558
+                        F_IsSatisfie: $("#F_IsSatisfie").val(),
547 559
                         token: $.cookie("token")
548 560
                     };
549 561
                     return param;
@@ -1092,6 +1104,7 @@
1092 1104
             var tab = 5;
1093 1105
             var keyid = $("#keyid").val() //=关键词id
1094 1106
             var dealtype = $("#dealtype").val()
1107
+            var F_IsSatisfie = $("#F_IsSatisfie").val()
1095 1108
             var Issatisfie = $("#Issatisfie").val()
1096 1109
 
1097 1110
 
@@ -1104,7 +1117,7 @@
1104 1117
                 "&sourcearea=" +
1105 1118
                 sourcearea +
1106 1119
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&dealtype=" +
1107
-                dealtype + "&Issatisfie=" + Issatisfie + "&isdc=1";
1120
+                dealtype + "&Issatisfie=" + Issatisfie+ "&F_IsSatisfie=" + F_IsSatisfie + "&isdc=1";
1108 1121
             window.location.href = url;
1109 1122
         })
1110 1123
     </script>

+ 13 - 10
WebUI/CallCenterWeb.UI/ReportForm/superviseStatisticsReport.html

@@ -10,7 +10,7 @@
10 10
     <link href="../css/WorkOrder/Search.css" rel="stylesheet">
11 11
     <link href="../css/init.css" rel="stylesheet" />
12 12
     <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
13
-    <script src="../css/laydate/laydate.js"></script>
13
+    <script src="../js/laydate/laydate.js"></script>
14 14
     <script src="../js/zTree/jquery.ztree.core.js"></script>
15 15
     <style>
16 16
         table td {
@@ -164,15 +164,18 @@
164 164
     </div>
165 165
     <script>
166 166
         $(document).ready(function () {
167
-            laydate.skin('blue');
168
-            laydate({
169
-                elem: '#squeryTime',
170
-                event: 'focus'
171
-            });
172
-            // laydate({
173
-            //     elem: '#equeryTime',
174
-            //     event: 'focus'
175
-            // });
167
+            //          laydate.skin('blue');
168
+			//          laydate({
169
+			//              elem: '#squeryTime',
170
+			//              event: 'focus'
171
+			//          });
172
+
173
+            laydate.render({
174
+			  elem: '#squeryTime'
175
+			  ,theme: '#00a1cb'
176
+			  ,type: 'month'
177
+			});
178
+			
176 179
             initTable();
177 180
             bindtree();
178 181
         });