d123 7 lat temu
rodzic
commit
a610b12bb5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      CallCenterWeb.UI/TelCall/CallRecord.html

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

@@ -601,7 +601,7 @@
601 601
 			function TX(val,row){
602 602
 				var html='';
603 603
 				if(row.IsExitWorkOrder==false){
604
-					 return '<div class="warning" onclick="CL('+val+','+row.IsExitWorkOrder+')">添加工单</div>'
604
+					 return '<div class="warning" onclick="CL('+val+','+row.CallNumber+')">添加工单</div>'
605 605
 				}
606 606
 			}
607 607
 			function CL(id,phone){