|
|
@@ -799,10 +799,13 @@
|
|
799
|
799
|
$(".shenpi").remove();
|
|
800
|
800
|
}else if(UserType==0){
|
|
801
|
801
|
$(".dispose4").show();
|
|
802
|
|
-// $(".itypeQs").hide();
|
|
803
|
802
|
}
|
|
804
|
803
|
|
|
805
|
804
|
}
|
|
|
805
|
+ if (itypeQs==123) {
|
|
|
806
|
+
|
|
|
807
|
+ $(".itypeQs").hide();
|
|
|
808
|
+ }
|
|
806
|
809
|
if (itypeQs==111) {
|
|
807
|
810
|
|
|
808
|
811
|
$(".type2").hide();
|
|
|
@@ -987,6 +990,8 @@
|
|
987
|
990
|
window.location.href = "processed_list.html"
|
|
988
|
991
|
}else if (itypeQs==123){
|
|
989
|
992
|
window.location.href = "client_index.html";
|
|
|
993
|
+ }else if (itypeQs==222){
|
|
|
994
|
+ window.location.href = "Retired_list.html";
|
|
990
|
995
|
}
|
|
991
|
996
|
if (itype==0) {
|
|
992
|
997
|
window.location.href = "client_index.html"
|