portal html css js resource

workspace.js 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. // JavaScript Document
  2. //alert("workspaces");
  3. var userid=$.cookie("userid");
  4. var reNO=false;
  5. var opNO=false;
  6. var num = GetQueryString("num");
  7. function gatModule(){
  8. $.ajax({
  9. "url":"/ajax/resource/qapro",
  10. "type":"get",
  11. "async": true,
  12. "data":{"professorId":userid},
  13. "success":function(data)
  14. {//console.log(data);
  15. if(data.success)
  16. {
  17. if(data.data.length>0)
  18. {
  19. reNO=true;
  20. }
  21. }
  22. }
  23. });
  24. $.ajax({
  25. "url":"/ajax/operation/pqdem",
  26. "type":"get",
  27. "async": true,
  28. "data":{"demandId":userid},
  29. "success":function(data)
  30. {
  31. if(data.success)
  32. {//console.log(data);
  33. if(data.data.data.length>0)
  34. {
  35. opNO=true;
  36. }
  37. }
  38. }
  39. });
  40. }
  41. gatModule();
  42. if(num==1){
  43. //alert("dd");
  44. $("#newsciresourcebtn,#newslist").show();
  45. $(".worksubmenu").eq(1).addClass("subcolor").siblings().removeClass("subcolor");
  46. $.ajax({
  47. "url":"newsciresource.html",
  48. "dataType":"html",
  49. "success":function(result){
  50. $(".workcon").html(result);
  51. }
  52. })
  53. }else if(num==2){
  54. $("#newsciresourcebtn,#newslist").show();
  55. $(".worksubmenu").eq(2).addClass("subcolor").siblings().removeClass("subcolor");
  56. $.ajax({
  57. "url":"articalList.html",
  58. "dataType":"html",
  59. "success":function(result){
  60. $(".workcon").html(result);
  61. }
  62. })
  63. }
  64. else{
  65. $.ajax({
  66. "url":"workindex.html",
  67. "dataType":"html",
  68. "success":function(result){
  69. $(".workcon").html(result);
  70. }
  71. })
  72. }
  73. $(".workmenu").on("click",".workmenutit",function(){
  74. $.ajax({
  75. "url":"workindex.html",
  76. "dataType":"html",
  77. "success":function(result){
  78. //console.log(data);
  79. $(".workcon").html(result);
  80. }
  81. })
  82. })
  83. /*$(".workmenu").on("click","#consultbtn",function(){
  84. $.ajax({
  85. "url":"consult.html",
  86. "dataType":"html",
  87. "success":function(result){
  88. //console.log(data);
  89. $(".workcon").html(result);
  90. //判断咨询是否有数据,有显示,没有不显示
  91. var flag = 1;
  92. if(flag == 0){
  93. $(".worksamlltit3:first").hide();
  94. $(".workmysrc3:first").hide();
  95. $(".workmysrc3:last").fadeIn();
  96. }else {
  97. $(".worksamlltit3:first").addClass("active").show();
  98. $(".workmysrc3:first").show();
  99. //On Click Event
  100. $(".worksamlltit3").click(function() {
  101. $(".worksamlltit3").removeClass("worksamlltitnow");
  102. $(this).addClass("worksamlltitnow");
  103. $(".workmysrc3").hide();
  104. var activeTab = $(this).attr("href");
  105. // console.log(activeTab);
  106. // console.log($(activeTab));
  107. $(activeTab).fadeIn();
  108. return false;
  109. });
  110. };
  111. }
  112. })
  113. })*/
  114. $(".workmenu").on("click","#sciprojectbtn",function(){
  115. $.ajax({
  116. "url":"sciproject.html",
  117. "dataType":"html",
  118. "success":function(result){
  119. //console.log(data);
  120. $(".workcon").html(result);
  121. }
  122. })
  123. })
  124. $(".workmenu").on("click","#sciresourcebtn",function(){
  125. $.ajax({
  126. "url":"sciresource.html",
  127. "dataType":"html",
  128. "success":function(result){
  129. //console.log(data);
  130. $(".workcon").html(result);
  131. if(reNO==false&&opNO)
  132. {
  133. $(".workmysrc1").eq(1).show().siblings().hide();
  134. $(".worksamlltit").eq(1).addClass("worksamlltitnow").siblings().removeClass("worksamlltitnow");
  135. }
  136. }
  137. })
  138. })
  139. /*新研发资源*/
  140. $(".workmenu").on("click","#newsciresourcebtn",function(){
  141. $.ajax({
  142. "url":"newsciresource.html",
  143. "dataType":"html",
  144. "success":function(result){
  145. //console.log(data);
  146. $(".workcon").html(result);
  147. }
  148. })
  149. })
  150. /*科研新闻*/
  151. $(".workmenu").on("click","#newslist",function(){
  152. $.ajax({
  153. "url":"articalList.html",
  154. "dataType":"html",
  155. "success":function(result){
  156. //console.log(data);
  157. $(".workcon").html(result);
  158. }
  159. })
  160. })
  161. /*我的工作台左边菜单背景点击切换*/
  162. $(".workmenutit").click(function(){
  163. $(".worksubmenu").removeClass("subcolor");
  164. $(".workconitem").eq(0).show().siblings().hide();
  165. })
  166. $(".worksubmenu").click(function(){
  167. var index = $(this).index();
  168. $(this).addClass("subcolor").siblings().removeClass("subcolor");
  169. $(".workconitem").eq(index).show().siblings().hide();
  170. });
  171. /*咨询菜单点击切换*/
  172. /*$(".worksamlltit3").click(function(){
  173. var index = $(this).index();
  174. $(this).addClass("worksamlltitnow").siblings().removeClass("worksamlltitnow");
  175. $(".workmysrc3").eq(index).show().siblings().hide();
  176. });*/
  177. /*科研项目菜单点击切换*/
  178. /*$(".worksamlltit2").click(function(){
  179. var index = $(this).index();
  180. $(this).addClass("worksamlltitnow").siblings().removeClass("worksamlltitnow");
  181. $(".workmysrc2").eq(index).show().siblings().hide();
  182. });*/
  183. $(function(){
  184. loginStatus();//读取用户头像
  185. var userid = $.cookie("userid");
  186. var name = $.cookie("userName");
  187. var flag;
  188. if(userid){
  189. $(".myWorkspace").attr("href","workspaces.html?"+userid);
  190. }
  191. //快速回复
  192. //$(".writeback").click(function(){
  193. // $(this).siblings(".writebackbox").toggle();
  194. //})
  195. //
  196. //$(".sharesrc").hover(function(){
  197. // $(this).find(".shareopeart").stop(true,true).animate({
  198. // "bottom": "0px"
  199. // });
  200. //}, function() {
  201. // $(this).find(".shareopeart").stop(true,true).animate({
  202. // "bottom": "-30px"
  203. // });
  204. //})
  205. });