d123 7 anni fa
parent
commit
a610b12bb5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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){