Explorar el Código

即时消息提醒

zhangshuangnan %!s(int64=8) %!d(string=hace) años
padre
commit
3d6b32efc9
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. 9 2
      WebUI/CallCenterWeb.UI/index.html

+ 9 - 2
WebUI/CallCenterWeb.UI/index.html

@@ -1626,7 +1626,6 @@
1626 1626
 					data:{
1627 1627
 						token:token,
1628 1628
 						mid:$('.mid').val()
1629
-//						mid:mid
1630 1629
 					},
1631 1630
 					success:function(data){
1632 1631
 						$('.mid').val(data.maxid)
@@ -1638,7 +1637,7 @@
1638 1637
 							$.each(data.rows, function(i,n) {
1639 1638
 							if(i<10){
1640 1639
 								$('<li>'+
1641
-						    '<a href="" data-index="'+ n.F_Id +'">'+
1640
+						    '<a href="javaScript:;" class="xx" onclick="ckxq('+ n.F_WorkOrderId +')">'+
1642 1641
                     		'<div class="tipCon">'+n.F_ComContent+'</div>'+
1643 1642
                     		'<div class="order_time clearfix">'+
1644 1643
                     			'<span class="work_order">订单号:'+ n.F_WorkOrderId +'</span>'+
@@ -1668,6 +1667,14 @@
1668 1667
 			function goDC(){
1669 1668
 				 top.$("iframe:visible")[0].src = "Business/WorkDC.html";
1670 1669
 			}
1670
+			function ckxq(str) {
1671
+				layer.open({
1672
+					type: 2,
1673
+					content: "CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
1674
+					title: '工单详情',
1675
+					area: ['85%', '80%'], //宽高
1676
+				});
1677
+			}
1671 1678
 		</script>
1672 1679
 	</body>
1673 1680