liuzhihui 3 anos atrás
pai
commit
0c4b9a8058

+ 18 - 0
WebUI/CallCenterWeb.UI/.project

114
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
114
 				<arguments>1.0-name-matches-false-false-node_modules</arguments>
115
 			</matcher>
115
 			</matcher>
116
 		</filter>
116
 		</filter>
117
+		<filter>
118
+			<id>1654759531589</id>
119
+			<name></name>
120
+			<type>26</type>
121
+			<matcher>
122
+				<id>org.eclipse.ui.ide.multiFilter</id>
123
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
124
+			</matcher>
125
+		</filter>
126
+		<filter>
127
+			<id>1656397148257</id>
128
+			<name></name>
129
+			<type>26</type>
130
+			<matcher>
131
+				<id>org.eclipse.ui.ide.multiFilter</id>
132
+				<arguments>1.0-name-matches-false-false-node_modules</arguments>
133
+			</matcher>
134
+		</filter>
117
 	</filteredResources>
135
 	</filteredResources>
118
 </projectDescription>
136
 </projectDescription>

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/Back.html

91
 				</tr>
91
 				</tr>
92
 			</table>
92
 			</table>
93
 			<div class="" style="margin: 20px 0 0 0;">
93
 			<div class="" style="margin: 20px 0 0 0;">
94
-					尊敬的市民,您于<input id="msg1" type="text" disabled/>反映的<textarea id="msg2" type="text" ></textarea>问题,工单号:<input id="msg3" type="text" disabled/>,<br />
94
+					尊敬的市民,您于<input id="msg1" type="text" />反映的<textarea id="msg2" type="text" ></textarea>问题,工单号:<input id="msg3" type="text" />,<br />
95
 					处理结果如下:<textarea id="msg4" type="text"></textarea>如有异议,请您再次致电12345,感谢您的支持。<br />
95
 					处理结果如下:<textarea id="msg4" type="text"></textarea>如有异议,请您再次致电12345,感谢您的支持。<br />
96
 					通知号码:<input id="phone" type="text"/>
96
 					通知号码:<input id="phone" type="text"/>
97
 					<button class="btns sendMsg">发送短信</button>
97
 					<button class="btns sendMsg">发送短信</button>

+ 2 - 2
WebUI/CallCenterWeb.UI/CommonHtml/jiaoban.html

417
 					            allNodes1[i].nocheck=false;//nocheck为true表示没有选择框
417
 					            allNodes1[i].nocheck=false;//nocheck为true表示没有选择框
418
 					            zTree1.updateNode(allNodes1[i]);
418
 					            zTree1.updateNode(allNodes1[i]);
419
 					        }else{
419
 					        }else{
420
-					        	allNodes1[i].nocheck=true;//nocheck为true表示没有选择框
420
+					        	allNodes1[i].nocheck=false;//nocheck为true表示没有选择框
421
 					            zTree1.updateNode(allNodes1[i]);
421
 					            zTree1.updateNode(allNodes1[i]);
422
 					        }
422
 					        }
423
 					        
423
 					        
467
 				},
467
 				},
468
 				check: {
468
 				check: {
469
 					enable: true,
469
 					enable: true,
470
-					chkboxType: {"Y":"", "N":""}
470
+					chkboxType: {"Y":"s", "N":"s"}
471
 				},
471
 				},
472
 				view: {
472
 				view: {
473
 					dblClickExpand: true
473
 					dblClickExpand: true

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

529
             if (val == null) {
529
             if (val == null) {
530
                 val = '-'
530
                 val = '-'
531
             } else {
531
             } else {
532
-                return '<a class="xg" onclick="ckxq(' + val + ')" title="点击查看工单详情">' + val + '</a>';
532
+                return '<a class="xg" onclick="ckxq(\'' + val + '\')" title="点击查看工单详情">' + val + '</a>';
533
             }
533
             }
534
         }
534
         }
535
         //获取通话类型
535
         //获取通话类型

+ 10 - 0
WebUI/CallCenterWeb.UI/YeWu/businessBrief.html

407
                                         </td>
407
                                         </td>
408
                                         <td>
408
                                         <td>
409
                                             <span class="sxslc"></span>
409
                                             <span class="sxslc"></span>
410
+                                        </td>                                     
411
+                                    </tr>
412
+                                    <tr>
413
+                                    	<td>
414
+                                            <span class="sptsl">省12345平台</span>
415
+                                        </td>
416
+                                        <td>
417
+                                            <span class="sptlc"></span>
410
                                         </td>
418
                                         </td>
411
                                     </tr>
419
                                     </tr>
412
                                     <!--工单受理类型情况-->
420
                                     <!--工单受理类型情况-->
963
                     $('#main' + brieftype + ' .zffwslc').html(content.SimpleReport2[6].count);
971
                     $('#main' + brieftype + ' .zffwslc').html(content.SimpleReport2[6].count);
964
 					$('#main' + brieftype + ' .sxsl').html(content.SimpleReport2[7].source);
972
 					$('#main' + brieftype + ' .sxsl').html(content.SimpleReport2[7].source);
965
                     $('#main' + brieftype + ' .sxslc').html(content.SimpleReport2[7].count);
973
                     $('#main' + brieftype + ' .sxslc').html(content.SimpleReport2[7].count);
974
+                    $('#main' + brieftype + ' .sptsl').html(content.SimpleReport2[8].source);
975
+                    $('#main' + brieftype + ' .sptlc').html(content.SimpleReport2[8].count);
966
                     //工单受理类型情况
976
                     //工单受理类型情况
967
                     $('#main' + brieftype + ' .zxsl').html(content.SimpleReport3[0].type);
977
                     $('#main' + brieftype + ' .zxsl').html(content.SimpleReport3[0].type);
968
                     $('#main' + brieftype + ' .zxslc').html(content.SimpleReport3[0].count);
978
                     $('#main' + brieftype + ' .zxslc').html(content.SimpleReport3[0].count);

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

1128
 .repoConte {
1128
 .repoConte {
1129
 	position: absolute;
1129
 	position: absolute;
1130
 	right: 60px;
1130
 	right: 60px;
1131
-	top: 35px;
1131
+	top: 188px;
1132
 	display: none;
1132
 	display: none;
1133
 	padding: 5px 10px;
1133
 	padding: 5px 10px;
1134
 	width: 1000px;
1134
 	width: 1000px;
1136
 	border: 1px solid #e6e6e6;
1136
 	border: 1px solid #e6e6e6;
1137
 	background: #ffffff;
1137
 	background: #ffffff;
1138
 	overflow-y: scroll;
1138
 	overflow-y: scroll;
1139
+	z-index: 1000;
1139
 }
1140
 }
1140
 
1141
 
1141
 
1142