123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- $(document).ready(function() {
- loginStatus();
- valUser();
- var userid = $.cookie("userid");
- $(".jqzoom").imagezoom();
- $("#thumblist").on("click", "li a", function() {
- $(this).parents("li").addClass("tb-selected").siblings().removeClass("tb-selected");
- $(".jqzoom").attr('src', $(this).find("img").attr("src"));
- $(".jqzoom").attr('rel', $(this).find("img").attr("src"));
- });
- $('.shareWeixin').hover(function() {
- $('.shareCode').stop(true, false).fadeToggle();
- });
- var resourceId = GetQueryString("resourceId");
- var professorId = "";
- getRecourceMe();
-
- function getRecourceMe() {
- $.ajax({
- "url": "/ajax/resource/queryOne",
- "type": "GET",
- "success": function(data) {
- console.log(data);
- if(data.success) {
- resourceHtml(data.data);
- var resourceName = data.data.resourceName + "-科袖网";
- window.setTimeout(function() {
- document.title = resourceName;
- }, 500);
- }
- },
- "data": {
- "resourceId": resourceId
- },
- dataType: "json",
- 'error': function() {
- $.MsgBox.Alert('提示', '服务器连接超时!');
- }
- });
- }
-
- function outHTML(selecter) {
- var getValue = selecter;
- var aa = "";
- if(getValue) {
- var endValue = ((getValue.replace(/<(.+?)>/gi, "<$1>")).replace(/ /gi, " ")).replace(/\n/gi, "|");
- var cc = endValue.split("|");
- for(var i = 0; i < cc.length; i++) {
- aa += cc[i] + '<br/>'
- }
- }
- return aa;
- }
-
- function resourceHtml($da) {
- $("#resourceName").text($da.resourceName);
- $("#application").text($da.supportedServices);
- if($da.editProfessor) {
- $("#person").show();
- if($da.orgName) {
- $("#organizationName").text($da.orgName).parents("li").show();
- }
- $("#nameS").text($da.editProfessor.name);
- if($da.editProfessor.title) {
- $("#titleOffice").text($da.editProfessor.title);
- } else {
- if($da.editProfessor.office) {
- $("#titleOffice").text($da.editProfessor.office);
- }
- }
- if($da.editProfessor.orgName) {
- $("#orgType").text($da.editProfessor.orgName);
- }
- professorId = $da.editProfessor.id;
-
- $(".goSpan").show();
- }*/
- var professorFlag = autho($da.editProfessor.authType, $da.editProfessor.orgAuth, $da.editProfessor.authStatus);
- $("#authFlag").addClass(professorFlag.sty).attr("title", professorFlag.title);
- if($da.editProfessor.hasHeadImage == 1) {
- $("#headImg").css("background-image", 'url(/images/head/' + $da.editProfessor.id + '_l.jpg)');
- }
- }else {
- $("#enterprise,#resPerson").show();
- if($da.organization.hasOrgLogo) {
- $("#companyImg").attr("src", "/images/org/" + $da.organization.id + ".jpg");
- }else{
- $("#companyImg").attr("src", "/images/default-icon.jpg");
- }
- if($da.organization.authStatus==3){
- $("#QauthFlag").addClass("authicon-com-ok").attr("title", "认证企业");
- }
- $("#Qname").text($da.organization.name);
- $("#Qindustry").text($da.organization.subject);
- $("#QorgType").text(orgTypeShow[$da.organization.orgType])
- }
- if($da.spec) {
- $("#modelNumber").text($da.spec).parents("li").show();
- }
- if($da.parameter) {
- $("#performancePa").html(outHTML($da.parameter)).parents("li").show();
- }
- if($da.cooperationNotes) {
- $("#remarkContent").html(outHTML($da.cooperationNotes)).parents("li").show();
- }
- if($da.subject) {
- var oSub = $da.subject.split(",");
- var oSt = "";
- for(var i = 0; i < oSub.length; i++) {
- oSt += '<li><p class="h2Font">' + oSub[i] + '</p></li>'
- }
- $(".tagList").html(oSt);
- }
- if($da.descp) {
- $("#descp").html($da.descp).parents("li").show();
- }
-
- if($da.images.length) {
- $("#firstFigure").attr({
- "src": "/data/resource/" + $da.images[0].imageSrc,
- "rel": "/data/resource/" + $da.images[0].imageSrc
- }).parent().attr("href", "/data/resource/" + $da.images[0].imageSrc);
- var arr = "";
- for(var i = 0; i < $da.images.length; i++) {
- if($da.images[i] == $da.images[0]) {
- var oString = '<li class="tb-selected">' +
- '<div class="tb-pic tb-s66">' +
- '<a href="javascript:void(0);">' +
- '<img src="/data/resource/' + $da.images[i].imageSrc + '"/>' +
- '</a>' +
- '</div>' +
- '</li>'
- } else {
- var oString = '<li >' +
- '<div class="tb-pic tb-s66">' +
- '<a href="javascript:void(0);">' +
- '<img src="/data/resource/' + $da.images[i].imageSrc + '"/>' +
- '</a>' +
- '</div>' +
- '</li>'
- }
- arr += oString;
- }
- $("#thumblist").html(arr);
- }
- }
-
- $("#nameS,#headImg").click(function() {
- location.href = "userInforShow.html?professorId=" + professorId;
- })
-
- $("#consultin").on("click", function() {
- clickResouceConsultHandler();
- });
-
- function clickResouceConsultHandler() {
- if(userid && userid != "null" && userid != null) {
- ConsultApply();
- concultProInfo(professorId);
-
- for(var i = 0; i < $("ul.menucon").children().length; i++) {
- $("ul.menucon").children().eq(i).removeClass("clicknow");
- $("ul.menucon").children().eq(1).addClass("clicknow");
- }
- var consultTitleVal = $(".h2Font").text();
- $("#consultTitle").val("关于" + consultTitleVal + "的咨询");
-
- $("#sendConsultBtn").click(function() {
- sendConsultHandler(professorId);
- });
- } else {
- $.MsgBox.Alert("消息提醒", "请先登录再进行咨询");
- $("#mb_btn_ok").val("去登录");
- var aele = document.createElement('a');
- $("#mb_btnbox").append(aele);
- $("#mb_btnbox a").css({
- 'display': "block",
- 'width': '100%',
- 'height': '40px',
- 'position': 'absolute',
- 'bottom': '-6px',
- 'left': '0'
- });
- aele.setAttribute('href', '../login.html');
- }
- };
-
- selUse();
- function selUse() {
- $.ajax({
- url: "/ajax/resource/qaLinkman",
- type: "GET",
- timeout: 10000,
- dataType: "json",
- async:true,
- data: {
- "resourceId": resourceId,
- },
- success: function(data, textState) {
- console.log(data)
- if(data.success) {
- unauthUser(data.data);
- }
- },
- error: function(XMLHttpRequest, textStats, errorThrown) {
- $.MsgBox.Alert('提示', '服务器请求失败')
- }
- })
- }
- function unauthUser($res) {
- var osting=""
- for(var i = 0; i < $res.length; i++) {
- var img;
- var styC="";
- var oClass = autho($res[i].professor.authType, $res[i].professor.orgAuth, $res[i].professor.authStatus);
- var oTitle="";
- if($res[i].professor.title) {
- oTitle=$res[i].professor.title;
- }else{
- if($res[i].professor.office) {
- oTitle=$res[i].professor.office;
- }
- }
- if($res[i].professor.hasHeadImage) {
- img = "/images/head/" + $res[i].professor.id + "_l.jpg";
- } else {
- img = "../images/default-photo.jpg"
- }
- var oSt = '<li>'
- oSt += '<div class="madiaHead useHead" id="userimg" style="background-image: url('+img+');"></div>'
- oSt += '<div class = "madiaInfo">'
- oSt += '<p class = "ellipsisSty">'
- oSt += '<span class = "h1Font" id="name">'+$res[i].professor.name+'</span><em class="authicon '+oClass.sty+'" title="'+oClass.title+'"></em >'
- oSt += '</p>'
- oSt += '<p class="h2Font ellipsisSty">'+oTitle+'</p>'
- oSt += '</div>'
- oSt += '<div class="'+styC+'" flag=1></div>'
- oSt += '</li>'
- osting+=oSt;
- }
- $("#expertli").html(osting);
- }
- })
|