Browse Source

手工制单

d123 7 years ago
parent
commit
a610b12bb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CallCenterWeb.UI/TelCall/CallRecord.html

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

601
 			function TX(val,row){
601
 			function TX(val,row){
602
 				var html='';
602
 				var html='';
603
 				if(row.IsExitWorkOrder==false){
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
 			function CL(id,phone){
607
 			function CL(id,phone){