miaofuhao лет назад: 3
Родитель
Сommit
44bb8fbd6a

+ 7 - 13
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

@@ -392,9 +392,9 @@
392 392
                 	$(".banliState").show()
393 393
                 	
394 394
                 	if (workType === "cb") {
395
-		                $(".limittimeWrapper").hide()
395
+		                $(".limittimeWrapper").show()
396 396
                         $(".limittimesWrapper").hide()
397
-                        $(".limittimesWrapperCB").show()
397
+                        $(".limittimesWrapperCB").hide()
398 398
 		            } else if (workType === "jb" || workType === "zzbl" || workType === "jwthsh") {
399 399
 		            	$(".limittimesWrapperCB").hide()
400 400
 		                if ($("#level option:selected").text()=="紧急") {
@@ -577,9 +577,9 @@
577 577
                             //紧急程度 1普通 2紧急
578 578
                             $("#level").val(Data[0].F_Level + "");
579 579
                             if (workType === "cb") {
580
-                                $(".limittimeWrapper").hide()
581
-                                $(".limittimesWrapper").hide()
582
-                                $(".limittimesWrapperCB").show()
580
+                                $(".limittimeWrapper").show()
581
+		                        $(".limittimesWrapper").hide()
582
+		                        $(".limittimesWrapperCB").hide()
583 583
                             } else if (workType === "jb" || workType === "zzbl" || workType === "jwthsh") {
584 584
                                 if (Data[0].F_Level == "2") {
585 585
                                     $("#level option:selected").text("紧急"); //乡镇
@@ -828,7 +828,7 @@
828 828
         $("#level").click(function () {
829 829
             var level = $("#level").val();
830 830
             if (workType === "cb") {
831
-                $(".limittimesWrapperCB").show()
831
+            	$(".limittimeWrapper").show()
832 832
             } else if (workType === "jb" || workType === "zzbl" || workType === "jwthsh") {
833 833
                 if (level === "2") {
834 834
                     $(".limittimesWrapper").show()
@@ -873,13 +873,7 @@
873 873
                     if (data.state.toLowerCase() == "success") {
874 874
                         var content = data.data;
875 875
                         $(content).each(function (i, n) {
876
-                            $(
877
-                                "<option value='" +
878
-                                n.F_ValueId +
879
-                                "'>" +
880
-                                n.F_Value +
881
-                                "</option>"
882
-                            ).appendTo(obj);
876
+                            $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
883 877
                         });
884 878
                     }
885 879
                 },

+ 1 - 1
WebUI/CallCenterWeb.UI/TelCall/CallRecord.html

@@ -255,7 +255,7 @@
255 255
                             <td>
256 256
                                 <select id="notconnected" class="form-control" name="select">
257 257
                                     <option value="">请选择</option>
258
-                                    <option value="2">呼入至今未接通</option>
258
+                                    <option value="1">呼入至今未接通</option>
259 259
                                 </select>
260 260
                             </td>
261 261
                             <th>是否回拨</th>

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

@@ -1341,6 +1341,7 @@ ul.ztree {
1341 1341
 .listW35{ width: 35%;}
1342 1342
 .listW45{ width: 45%;}
1343 1343
 .listW52{ width: 52%;}
1344
+.listW68{ width: 68%;}
1344 1345
 .listW85{ width: 85%;}
1345 1346
 
1346 1347
 .lineHeight36{ line-height: 36px;}

+ 14 - 14
WebUI/CallCenterWeb.UI/home.html

@@ -36,15 +36,14 @@
36 36
             <div class="nav-close">
37 37
                 <i class="fa fa-times-circle"></i>
38 38
             </div>
39
+            
39 40
             <div class="sidebar-collapse">
40 41
                 <ul class="nav" id="side-menu">
41 42
                     <li class="nav-header">
42 43
                         <div class="dropdown profile-element text-center">
43 44
                             <span style="position: relative">
44
-                                <img alt="image" class="img-circle yhtx" src="./img/zxPhone.png"
45
-                                    onerror="this.src = './img/zxPhone.png'" />
46
-                                <input type="file" name="upFile" id="upFile" accept="image/jpeg,image/jpg,image/png"
47
-                                    style="display: none" />
45
+                                <img alt="image" class="img-circle yhtx" src="./img/zxPhone.png" onerror="this.src = './img/zxPhone.png'" />
46
+                                <input type="file" name="upFile" id="upFile" accept="image/jpeg,image/jpg,image/png" style="display: none" />
48 47
                                 <i class="phoneBZ"></i>
49 48
                             </span>
50 49
                             <a data-toggle="dropdown" class="dropdown-toggle" href="#">
@@ -73,6 +72,7 @@
73 72
                     </li>
74 73
                 </ul>
75 74
             </div>
75
+        
76 76
         </nav>
77 77
         <!--左侧导航结束-->
78 78
         <!--右侧部分开始-->
@@ -383,24 +383,24 @@
383 383
 	                                                <option value="1">是</option>
384 384
 	                                            </select>
385 385
 	                                        </div>
386
+	                                        <div class="labelTit listW15">电话类别:</div>
387
+	                                        <div class="labelContent listW35">
388
+	                                            <select name="" id="phonetype" class="form-control">
389
+	                                                <option value="">请选择</option>
390
+	                                            </select>
391
+	                                        </div>
392
+	                                    </div>
393
+	                                    
394
+	                                    <div class="form-group clearfix">
386 395
 	                                        <div class="labelTit listW15 Import">反映类别:</div>
387
-	                                        <div class="labelContent listW52" style="position: relative;">
396
+	                                        <div class="labelContent listW68" style="position: relative;">
388 397
 	                                            <input type="text" id="reflectCategory" class="form-control" utocomplete="off" />
389 398
 	                                        	<div class="reflectCategoryList-wrapper">
390 399
 	                                                <ul id="reflectCategoryList">
391 400
 	                                                </ul>
392 401
 	                                            </div>
393 402
 	                                        </div>
394
-	                                    </div>
395
-	                                    
396
-	                                    <div class="form-group clearfix">
397 403
 	                                        
398
-	                                        <div class="labelTit listW15">电话类别:</div>
399
-	                                        <div class="labelContent listW35">
400
-	                                            <select name="" id="phonetype" class="form-control">
401
-	                                                <option value="">请选择</option>
402
-	                                            </select>
403
-	                                        </div>
404 404
 	                                    </div>
405 405
                                     
406 406
 	                                    <div class="form-group clearfix">