Ver Código Fonte

质检组签入漏改

zhengbingbing 6 anos atrás
pai
commit
db5cf5a307
1 arquivos alterados com 7 adições e 1 exclusões
  1. 7 1
      WebUI/CallCenterWeb.UI/js/main.js

+ 7 - 1
WebUI/CallCenterWeb.UI/js/main.js

@@ -504,7 +504,13 @@ function SetLogin(state) {
504 504
         obj.Type = "Login";
505 505
          if( $("#RoleCode").val()=='DBHWY'){
506 506
          	obj.AgentGroup = "1";
507
-         }else{
507
+         }
508
+         else if($("#RoleCode").val()=='ZJZY'){
509
+                	obj.AgentGroup = "2";
510
+                	$('.db_show').show();
511
+                	$('.hw_show').hide();
512
+                }
513
+         else{
508 514
          	obj.AgentGroup = "364";
509 515
          }
510 516
         obj.AgentType = "0";