Explorar el Código

外呼增加回访字段

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

+ 2 - 1
CallCenterWeb.UI/index.html

1675
 								if(result.state.toLowerCase() == "success") {
1675
 								if(result.state.toLowerCase() == "success") {
1676
 									obj.Type = $("#hidwhtype").val();
1676
 									obj.Type = $("#hidwhtype").val();
1677
 									obj.DestinationNumber = result.data.phone;	
1677
 									obj.DestinationNumber = result.data.phone;	
1678
-									obj.Header=result.data.fix;
1678
+									obj.Header = result.data.fix;
1679
+									obj.optVisit = "";
1679
 									Send();
1680
 									Send();
1680
 									$('#Result').val('');
1681
 									$('#Result').val('');
1681
 									$(".WH").addClass("hidens");
1682
 									$(".WH").addClass("hidens");