portal html css js resource

information.js 58KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472
  1. $(function() {
  2. loginStatus(); //判断个人是否登录
  3. //1获取数据
  4. var authSD, osty, opName, orgName,osyp,ofl=false;
  5. var userid = $.cookie("userid");
  6. if(userid) {
  7. //获取数据,填充页面
  8. getInfo(userid);
  9. } else {
  10. location.href = "login.html";
  11. return;
  12. }
  13. $("#downResume").attr("href","/pdf/professor?id="+userid+"&_dl=1");
  14. var a = new Date();
  15. $('.dateBtn').datetimepicker({
  16. language: 'ch',
  17. weekStart: 0,
  18. todayBtn: 1,
  19. autoclose: 1,
  20. todayHighlight: 1,
  21. startView: 2,
  22. minView: 2,
  23. forceParse: 0,
  24. });
  25. function getInfo(InfoId) {
  26. $.get("/ajax/professor/editInfo/" + InfoId, function($data) {
  27. if($data.success) {
  28. console.log($data)
  29. var $info = $data.data;
  30. authSD = $info.orgAuth;
  31. if($info) {
  32. //展示专家的信息
  33. if($info.hasHeadImage) {
  34. $("#proHead").css("background-image", "url(/images/head/" + $info.id + "_l.jpg)");
  35. }
  36. $("#proName").text($info.name);
  37. var oStyS = autho($info.authType, $info.orgAuth, $info.authStatus);
  38. osyp=oStyS.sty
  39. if(oStyS.sty == "e") {
  40. osty = "e";
  41. $("#name").replaceWith('<input type="text" class="frmcontype" placeholder="请填写您的姓名" id="name" value="' + $info.name + '">')
  42. opName = $info.name;
  43. }
  44. $("#proAuth").addClass(oStyS.sty);
  45. $("#proAuth").attr("title", oStyS.title);
  46. if($info.address) {
  47. $("#proAddress").html($info.address);
  48. }
  49. var proOther = "";
  50. if($info.orgName) {
  51. orgName = $info.orgName||"";
  52. if($info.department) {
  53. if($info.office) {
  54. proOther = $info.orgName + "," + $info.department + "," + $info.office
  55. } else {
  56. proOther = $info.orgName + "," + $info.department
  57. }
  58. } else {
  59. if($info.office) {
  60. proOther = $info.orgName + "," + $info.office
  61. } else {
  62. proOther = $info.orgName
  63. }
  64. }
  65. } else {
  66. orgName = $info.orgName||"";
  67. if($info.department) {
  68. if($info.office) {
  69. proOther = $info.department + "," + $info.office
  70. } else {
  71. proOther = $info.department
  72. }
  73. } else {
  74. if($info.office) {
  75. proOther = $info.office
  76. }
  77. }
  78. }
  79. $("#proOther").text(proOther);
  80. var llqtitle = $info.name + "-" + proOther.replace(/,/gi, "-") + "-科袖网"; //修改浏览器title信息
  81. if($info.title) {
  82. $("#proTit").html($info.title + "<span style='margin-right:10px;'></span>");
  83. llqtitle = $info.name + "-" + $info.title + "-" + proOther.replace(/,/gi, "-") + "-科袖网";
  84. }
  85. document.title = llqtitle;
  86. if($info.email) {
  87. $("#mail").text("联系邮箱:" + $info.email);
  88. $("#moileMail").val($info.email);
  89. }
  90. if($info.phone) {
  91. $("#phone").text("联系电话:" + $info.phone);
  92. $("#mobilePhone").val($info.phone);
  93. }
  94. $("#descpS").text($info.descp);
  95. //编辑显示专家信息到保存数据
  96. $("#name").text($info.name);
  97. if($info.sex == 1){
  98. document.getElementsByName('sex')[0].checked='checked';
  99. }else{
  100. document.getElementsByName('sex')[1].checked='checked';
  101. }
  102. $("#birthTime").val($info.birthday);
  103. $("#title").val($info.title);
  104. $("#orgName").val($info.orgName);
  105. $("#department").val($info.department);
  106. $("#officeRevise").val($info.office);
  107. //省
  108. if(!$info.province) {
  109. $("#Province .mr_show").text("请选择省/直辖市");
  110. } else {
  111. $("#Province .mr_show").text($info.province);
  112. $("#Province input[name=cho_Province]").val($info.province)
  113. }
  114. //市
  115. if(!$info.address) {
  116. $("#City .mr_show").text("请选择城市");
  117. } else {
  118. $("#City .mr_show").text($info.address);
  119. $("#City input[name=cho_City]").val($info.address)
  120. }
  121. //省份城市颜色
  122. if($("#oprovince").text() == "请选择省/直辖市") {
  123. $("#oprovince").removeClass("mr_select");
  124. } else {
  125. $("#oprovince").addClass("mr_select");
  126. }
  127. if($("#ocity").text() == "请选择城市") {
  128. $("#ocity").removeClass("mr_select");
  129. } else {
  130. $("#ocity").addClass("mr_select");
  131. }
  132. $("#descp").val($info.descp);
  133. $("#descp").siblings().find("em").text($("#descp").val().length);
  134. if($info.subject) {
  135. subjectShow($info.subject);
  136. }
  137. //研究方向
  138. if($info.researchAreas.length) {
  139. researchAreaShow($info.researchAreas, $info.editResearchAreaLogs);
  140. }
  141. //展示专家的行业
  142. if($info.industry) {
  143. industryShow($info.industry);
  144. }
  145. //教育背景
  146. if($info.edus) {
  147. eduBgShow($info.edus);
  148. }
  149. //社会兼职
  150. if($info.jobs) {
  151. timeJobShow($info.jobs);
  152. }
  153. //项目经历
  154. if($info.projects) {
  155. projectShow($info.projects)
  156. }
  157. //荣誉及奖项
  158. if($info.honors) {
  159. honorShow($info.honors);
  160. }
  161. //yearAdd();
  162. $(".StopMonth").next(".mr_calendar_ym").find(".mr_year li:first-child").before('<li class="ymli">至今</li>');
  163. $("#eduUl").find(".full_year li:first-child").before('<li class="ymli">至今</li>');
  164. //month();
  165. }
  166. }
  167. });
  168. }
  169. hotKey(".oinput"); //
  170. //////////////////基本信息增删改查相关开始//////////////
  171. //头像旁保存
  172. $("#saveProfessor").on("click", function() {
  173. var Str1 = trim($("#title").val()); //职称
  174. var Str2 = trim($("#officeRevise").val()); //职位
  175. var Str3 = trim($("#orgName").val()); //所在机构
  176. var Str4 = trim($("#department").val()); //所在部门
  177. if(osty=="e") {
  178. if($("#name").val().trim()=='') {
  179. $.MsgBox.Alert("提示", "姓名不能为空");
  180. return;
  181. }else if($("#name").val().trim().length>10) {
  182. $.MsgBox.Alert("提示", "姓名不得超过10个字");
  183. return;
  184. }
  185. }
  186. if(Str1.length > 20) {
  187. $.MsgBox.Alert("提示", "职称不得超过20个字");
  188. return;
  189. }
  190. if(Str2.length > 20) {
  191. $.MsgBox.Alert("提示", "职位不得超过20个字");
  192. return;
  193. }
  194. if(Str3.length > 50) {
  195. $.MsgBox.Alert("提示", "所在机构不得超过50个字");
  196. return;
  197. }
  198. if(Str4.length > 20) {
  199. $.MsgBox.Alert("提示", "所在部门不得超过20个字");
  200. return;
  201. }
  202. var loginName = $("#mobilePhone").val();
  203. if(trim(loginName)) {
  204. if(loginName.length > 50) {
  205. $.MsgBox.Alert('提示', '联系电话不得超过50个字');
  206. return;
  207. }
  208. }
  209. var mail = $("#moileMail").val();
  210. if(mail.trim()) {
  211. if(mail.length > 50) {
  212. $.MsgBox.Alert('提示', '联系邮箱不得超过50个字');
  213. return;
  214. }
  215. if(mail.trim().indexOf("@") == -1) {
  216. $.MsgBox.Alert('提示', '联系邮箱格式有误,请检查后重新填写');
  217. return;
  218. }
  219. }
  220. if($("#Province input[name=cho_Province]").val() != "请选择省/直辖市" && $("#City input[name=cho_City]").val() == "请选择城市") {
  221. $.MsgBox.Alert('提示', '请选择您所在的城市');
  222. return;
  223. }
  224. console.log(orgName);
  225. console.log($("#orgName").val())
  226. if(orgName != $("#orgName").val()) {
  227. if(authSD == 1) {
  228. $.MsgBox.Confirm("提示", "您修改了所在机构,将失去认证员工身份,不再是企业的联系人,确定修改?", function() {
  229. ofl=true
  230. setTimeout(function() {
  231. if(osty == "e") {
  232. if($("#name").val() != opName) {
  233. $.MsgBox.Confirm("提示", "您修改了姓名,您的专利和论文将取消关联,确定修改?", personUpdata);
  234. }
  235. }else{
  236. personUpdata();
  237. }
  238. }, 100)
  239. });
  240. } else {
  241. $.MsgBox.Confirm("提示", "您修改了所在机构,将失去认证员工身份,不再是企业的联系人,确定修改?", function() {
  242. setTimeout(function() {
  243. if(osty == "e") {
  244. if($("#name").val() != opName) {
  245. $.MsgBox.Confirm("提示", "您修改了姓名,您的专利和论文将取消关联,确定修改?", personUpdata);
  246. }else {
  247. personUpdata();
  248. }
  249. }else{
  250. personUpdata();
  251. }
  252. }, 100)
  253. });
  254. }
  255. } else {
  256. if(osty == "e") {
  257. if($("#name").val() != opName) {
  258. $.MsgBox.Confirm("提示", "您修改了姓名,您的专利和论文将取消关联,确定修改?", personUpdata);
  259. }else{
  260. personUpdata();
  261. }
  262. }else{
  263. personUpdata();
  264. }
  265. }
  266. });
  267. function personUpdata() {
  268. var $data = {};
  269. $data.name = (osty == "e") ? $("#name").val() : $("#name").text();
  270. $data.orgName = $("#orgName").val();
  271. $data.title = $("#title").val();
  272. $data.department = $("#department").val();
  273. $data.office = $("#officeRevise").val();
  274. $data.phone = $("#mobilePhone").val();
  275. $data.email = $("#moileMail").val();
  276. $data.sex=$("input[name='sex']:checked").val();
  277. $data.birthday=$("#birthTime").val();
  278. if($("#Province input[name=cho_Province]").val() != "请选择省/直辖市") {
  279. $data.province = $("#Province input[name=cho_Province]").val(); //省
  280. }
  281. if($("#City input[name=cho_City]").val() != "请选择城市") {
  282. $data.address = $("#City input[name=cho_City]").val(); //市
  283. }
  284. var userid = $.cookie("userid");
  285. if(userid) {
  286. $data.id = userid;
  287. }
  288. $.ajax({
  289. "url": "../ajax/professor",
  290. "type": userid ? "PUT" : "POST",
  291. "success": function(rdata) {
  292. if(rdata.success) {
  293. if(userid) {
  294. $.get("/ajax/professor/editInfo/" + userid, function($data) {
  295. if($data.success) {
  296. var $info = $data.data;
  297. if(osyp=="authicon-staff-ok") {
  298. if(ofl) {
  299. $("#proAuth")[0].className="authiconNew e";
  300. $("#proAuth").attr("title","")
  301. }
  302. }
  303. $("#proName").text($info.name);
  304. authSD = $info.orgAuth;
  305. opName = $info.name;
  306. if($info) {
  307. //展示专家的信息
  308. $(".reInfoBlock").find(".modifybox").hide();
  309. $(".reInfoBlock").find(".coninfocon").show();
  310. if($info.phone) {
  311. $("#phone").text("联系电话:" + $info.phone);
  312. $("#mobilePhone").val($info.phone);
  313. } else {
  314. $("#phone").text("");
  315. $("#mobilePhone").val("");
  316. }
  317. if($info.email) {
  318. $("#mail").text("联系邮箱:" + $info.email);
  319. $("#moileMail").val($info.email);
  320. } else {
  321. $("#mail").text("");
  322. $("#moileMail").val("");
  323. }
  324. if($info.title) {
  325. $("#proTit").html($info.title + "<span style='margin-right:10px;'></span>");
  326. } else {
  327. $("#proTit").html("")
  328. }
  329. if($info.address) {
  330. $("#proAddress").html($info.address + "<span style='margin-right:10px;'></span>");
  331. } else {
  332. $("#proAddress").html('')
  333. }
  334. var proOther = "";
  335. if($info.orgName) {
  336. if($info.department) {
  337. if($info.office) {
  338. proOther = $info.orgName + "," + $info.department + "," + $info.office
  339. } else {
  340. proOther = $info.orgName + "," + $info.department
  341. }
  342. } else {
  343. if($info.office) {
  344. proOther = $info.orgName + "," + $info.office
  345. } else {
  346. proOther = $info.orgName
  347. }
  348. }
  349. } else {
  350. if($info.department) {
  351. if($info.office) {
  352. proOther = $info.department + "," + $info.office
  353. } else {
  354. proOther = $info.department
  355. }
  356. } else {
  357. if($info.office) {
  358. proOther = $info.office
  359. }
  360. }
  361. }
  362. $("#proOther").text(proOther);
  363. //显示专家信息到保存数据
  364. if(osty == "e") {
  365. $("#name").val($info.name);
  366. } else {
  367. $("#name").text($info.name);
  368. }
  369. $("#title").val($info.title);
  370. orgName = $info.orgName
  371. $("#orgName").val($info.orgName);
  372. $("#department").val($info.department);
  373. $("#officeRevise").val($info.office);
  374. //省
  375. if(!$info.province) {
  376. $("#Province .mr_show").text("请选择省/直辖市");
  377. } else {
  378. $("#Province .mr_show").text("");
  379. $("#Province input[name=cho_Province]").val($info.province);
  380. $("#Province .mr_show").text($info.province);
  381. }
  382. //市
  383. if(!$info.address) {
  384. $("#City .mr_show").text("请选择城市");
  385. } else {
  386. $("#City .mr_show").text("");
  387. $("#City input[name=cho_City]").val($info.address);
  388. $("#City .mr_show").text($info.address);
  389. }
  390. //省份城市颜色
  391. if($("#oprovince").text() == "请选择省/直辖市") {
  392. $("#oprovince").removeClass("mr_select");
  393. } else {
  394. $("#oprovince").addClass("mr_select");
  395. }
  396. if($("#ocity").text() == "请选择城市") {
  397. $("#ocity").removeClass("mr_select");
  398. } else {
  399. $("#ocity").addClass("mr_select");
  400. }
  401. }
  402. }
  403. })
  404. } else {
  405. location.href = "information.html?id=" + rdata.data;
  406. }
  407. } else {
  408. $.MsgBox.Alert("提示", rdata.msg);
  409. }
  410. },
  411. "data": userid ? JSON.stringify($data) : $data,
  412. "contentType": userid ? "application/json" : "application/x-www-form-urlencoded",
  413. dataType: "json"
  414. });
  415. }
  416. //////////////////基本信息增删改查相关结束//////////////
  417. //////////////////个人简介增删改查相关开始//////////////
  418. limitObj("#descp", 500)
  419. //个人简介保存
  420. $("#saveDescp").on("click", function() {
  421. $.ajax({
  422. "url": "../ajax/professor/descp",
  423. "type": "POST",
  424. "data": {
  425. "id": userid,
  426. "descp": $("#descp").val()
  427. },
  428. "contentType": "application/x-www-form-urlencoded",
  429. "success": function($data) {
  430. //debugger;;
  431. if($data.success) {
  432. $(".coninfocon").css("display", "block");
  433. $(".modifybox").css("display", "none");
  434. $("#descpS").text($("#descp").val());
  435. } else {
  436. $.MsgBox.Alert("提示", $data.msg);
  437. }
  438. }
  439. })
  440. })
  441. //////////////////个人简介增删改查相关结束//////////////
  442. //////////////////学术领域增删改查相关开始//////////////
  443. //填充学术领域
  444. var subjectShow = function(data) {
  445. $("#subjectShow").html("");
  446. $("#subjectList").html("");
  447. if(data != undefined && data.length != 0) {
  448. var subs=strToAry(data)
  449. if(subs.length > 0) {
  450. for(var i = 0; i < subs.length; i++) {
  451. $("#subjectList").append('<li>' + subs[i] + '<div class="closeThis"></div></li>');
  452. $("#subjectShow").append('<li>' + subs[i] + '</li>');
  453. };
  454. }
  455. if($("#subjectShow").find("li").length >= 20) {
  456. $("#subjectList").parents(".keyResult").siblings("div.col-w-12").hide();
  457. }
  458. }
  459. }
  460. //学术领域删除
  461. $("#subjectList").on("click", ".closeThis", function() {
  462. $(this).parent().remove();
  463. var liNum = $("#subjectList").find("li").length;
  464. if(liNum < 20) {
  465. $("#subjectList").parents(".keyResult").siblings("div.col-w-12").show();
  466. }
  467. })
  468. //学术领域保存
  469. $("#subjectSave").on("click", function() {
  470. $(this).parents(".modifybox").hide();
  471. var subjects = $("#subjectList li");
  472. var subjectAll = "";
  473. if(subjects.size() > 0) {
  474. for(var i = 0; i < subjects.size(); i++) {
  475. subjectAll += subjects[i].innerText;
  476. subjectAll += ',';
  477. };
  478. subjectAll = subjectAll.substring(0, subjectAll.length - 1);
  479. }
  480. $.ajax({
  481. "url": "/ajax/professor/subject",
  482. "type": "POST",
  483. "data": {
  484. "id": userid,
  485. "subject": subjectAll
  486. },
  487. "contentType": "application/x-www-form-urlencoded",
  488. "success": function($data) {
  489. if($data.success) {
  490. $("#subject").val("");
  491. $("#subjectShow").empty();
  492. $("#subjectList").empty();
  493. $(".coninfocon").css("display", "block");
  494. subjectShow(subjectAll);
  495. } else {
  496. $.MsgBox.Alert("提示", $data.msg);
  497. }
  498. }
  499. });
  500. })
  501. //////////////////学术领域增删改查相关结束//////////////
  502. //////////////////应用行业增删改查相关开始//////////////
  503. //填充应用行业
  504. var industryShow = function(data) {
  505. $("#industryList").html("");
  506. $("#industryShow").html("");
  507. if(data != undefined && data.length != 0) {
  508. var subs=strToAry(data)
  509. if(subs.length > 0) {
  510. for(var i = 0; i < subs.length; i++) {
  511. $("#industryList").append('<li>' + subs[i] + '<div class="closeThis"></div></li>');
  512. $("#industryShow").append("<li><div class='h4tit'>" + subs[i] + "</div></li>");
  513. };
  514. }
  515. if($("#industryShow").find("li").length >= 20) {
  516. $("#industryList").parents(".keyResult").siblings("div.col-w-12").hide();
  517. }
  518. }
  519. }
  520. //应用行业删除
  521. $("#industryList").on("click", ".closeThis", function() {
  522. $(this).parent().remove();
  523. var liNum = $("#industryList").find("li").length;
  524. if(liNum < 20) {
  525. $("#industryList").parents(".keyResult").siblings("div.col-w-12").show();
  526. }
  527. })
  528. //应用行业保存
  529. $("#industrySave").on("click", function() {
  530. $(this).parents(".modifybox").hide();
  531. var industrys = $("#industryList li");
  532. var industryAll = "";
  533. if(industrys.size() > 0) {
  534. for(var i = 0; i < industrys.size(); i++) {
  535. industryAll += industrys[i].innerText;
  536. industryAll += ',';
  537. };
  538. industryAll = industryAll.substring(0, industryAll.length - 1);
  539. }
  540. $.ajax({
  541. "url": "/ajax/professor/industry",
  542. "type": "POST",
  543. "data": {
  544. "id": userid,
  545. "industry": industryAll
  546. },
  547. "contentType": "application/x-www-form-urlencoded",
  548. "success": function($data) {
  549. if($data.success) {
  550. $("#industry").val("");
  551. $("#industryShow").empty();
  552. $("#industryList").empty();
  553. $(".indu").css("display", "none");
  554. $(".coninfocon").css("display", "block");
  555. industryShow(industryAll);
  556. } else {
  557. $.MsgBox.Alert("提示", $data.msg);
  558. }
  559. }
  560. });
  561. })
  562. //////////////////应用行业增删改查相关结束//////////////
  563. //////////////////研究方向增删改查相关开始//////////////
  564. //填充研究方向
  565. var researchAreaShow = function($datas, $datarecords) {
  566. $("#researchAreaShow").html("");
  567. $("#researchAreaList").html("");
  568. if($datas != undefined && $datas.length != 0) {
  569. $("#researchAreaList").empty();
  570. for(var i = 0; i < $datas.length; ++i) {
  571. var $data = $datas[i];
  572. var $photos = [];
  573. //获取头像
  574. if($datarecords.length > 0) {
  575. $photos = getRecords($datarecords, $data.caption);
  576. }
  577. var showDiv = '<li><div class="favorBox" caption="' + $data.caption + '"><span class="like">' + $data.count + '</span>' + $data.caption + '</div><div class="favorCount" caption="' + $data.caption + '">';
  578. if($photos.length < 6) {
  579. for(var j = 0; j < $photos.length; ++j) {
  580. if($photos[j].img) {
  581. showDiv += '<span class="like-people" style="background-image: url(../images/head/' + $photos[j].id + '_s.jpg);"></span>';
  582. } else {
  583. showDiv += '<span class="like-people" style="background-image: url(../images/default-photo.jpg);"></span>';
  584. }
  585. }
  586. } else {
  587. for(var j = $photos.length - 5; j < $photos.length; ++j) {
  588. if($photos[j].img) {
  589. showDiv += '<span class="like-people" style="background-image: url(../images/head/' + $photos[j].id + '_s.jpg);"></span>';
  590. } else {
  591. showDiv += '<span class="like-people" style="background-image: url(../images/default-photo.jpg);"></span>';
  592. }
  593. }
  594. showDiv += '<span class="like-people like-more"></span>';
  595. }
  596. showDiv += "</div></li>";
  597. $("#researchAreaShow").append(showDiv);
  598. $("#researchAreaList").append("<li class='yjlist'><div><span class='like'>" + $data.count + "</span><span class='ra'>" + $data.caption + "</span><span class='closeThis'></span></div></li>");
  599. }
  600. if($("#researchAreaShow").find("li").length >= 10) {
  601. $("#researchAreaList").parents(".keyResult").siblings("div.col-w-12").hide();
  602. }
  603. }
  604. }
  605. //判断点赞的用户是否有头像
  606. var getRecords = function($researchAreaLogs, caption) {
  607. var ret = [];
  608. var t = 0;
  609. for(var i = 0; i < $researchAreaLogs.length; i++) {
  610. if(caption == $researchAreaLogs[i].caption) {
  611. ret[t] = {
  612. id: $researchAreaLogs[i].opreteProfessorId,
  613. img: $researchAreaLogs[i].hasHeadImage
  614. }
  615. t++;
  616. }
  617. }
  618. return ret;
  619. }
  620. hotKey(".oinputM", 1);
  621. //研究方向添加
  622. $("#researchAreaAdd").click(function() {
  623. var researchArea = $("#researchArea").val();
  624. if(!researchArea) {
  625. $.MsgBox.Alert("提示", "内容不能为空");
  626. return;
  627. }
  628. if(researchArea.length > 30) {
  629. $.MsgBox.Alert("提示", "研究方向不得超过30个字");
  630. return;
  631. }
  632. var inV = $("#researchAreaList .ra");
  633. for(var i = 0; i < inV.length; i++) {
  634. if(inV[i].innerText == researchArea) {
  635. $.MsgBox.Alert("提示", "不能添加重复内容");
  636. return;
  637. }
  638. }
  639. if(inV.length == 9) {
  640. $("#researchAreaList").parents(".keyResult").siblings("div.col-w-12").hide();
  641. }
  642. $("#researchAreaList").append("<li class='yjlist'><div><span class='like'>0</span><span class='ra'>" + researchArea + "</span><span class='closeThis'></span></div></li>");
  643. $("#researchArea").val("");
  644. });
  645. $("#researchAreaAdd").siblings("input").keypress(function(){
  646. var e = event || window.event;
  647. if(e.keyCode == 13) {
  648. var researchArea = $("#researchArea").val();
  649. if(!researchArea) {
  650. $.MsgBox.Alert("提示", "内容不能为空");
  651. return;
  652. }
  653. if(researchArea.length > 30) {
  654. $.MsgBox.Alert("提示", "研究方向不得超过30个字");
  655. return;
  656. }
  657. var inV = $("#researchAreaList .ra");
  658. for(var i = 0; i < inV.length; i++) {
  659. if(inV[i].innerText == researchArea) {
  660. $.MsgBox.Alert("提示", "不能添加重复内容");
  661. return;
  662. }
  663. }
  664. if(inV.length == 9) {
  665. $("#researchAreaList").parents(".keyResult").siblings("div.col-w-12").hide();
  666. }
  667. $("#researchAreaList").append("<li class='yjlist'><div><span class='like'>0</span><span class='ra'>" + researchArea + "</span><span class='closeThis'></span></div></li>");
  668. $("#researchArea").val("");
  669. }
  670. })
  671. //研究方向删除
  672. $("#researchAreaList").on("click", ".closeThis", function() {
  673. $(this).parents(".yjlist").remove();
  674. var liNum = $("#researchAreaList").find("li").length;
  675. if(liNum < 10) {
  676. $("#researchAreaList").parents(".keyResult").siblings("div.col-w-12").show();
  677. }
  678. })
  679. //研究方向保存
  680. $("#researchAreaSave").on("click", function() {
  681. $(this).parents(".modifybox").hide();
  682. var $data = [];
  683. var researchAreas = $("#researchAreaList .yjlist .ra");
  684. if(researchAreas.length > 0) {
  685. for(var i = 0; i < researchAreas.length; i++) {
  686. var $rd = {};
  687. $rd.professorId = userid;
  688. $rd.caption = researchAreas[i].innerText;
  689. $data[i] = $rd;
  690. }
  691. }
  692. var $has = $data.length > 0;
  693. $.ajax({
  694. "url": $has ? "../ajax/researchArea" : "../ajax/researchArea/" + userid,
  695. "type": $has ? "PUT" : "DELETE",
  696. "data": $has ? JSON.stringify($data) : null,
  697. "contentType": $has ? "application/json" : "application/x-www-form-urlencoded",
  698. "success": function($data) {
  699. if($data.success) {
  700. $.get("/ajax/professor/info/" + userid, function($data) {
  701. if($data.success) {
  702. $("#researchAreaShow").empty("");
  703. $("#researchAreaShow").parents(".coninfocon").show();
  704. $("#researchAreaList").parents(".modifybox").hide();
  705. researchAreaShow($data.data.researchAreas, $data.data.editResearchAreaLogs);
  706. }
  707. });
  708. } else {
  709. $.MsgBox.Alert("提示", $data.msg);
  710. }
  711. }
  712. });
  713. })
  714. //////////////////研究方向增删改查相关结束//////////////
  715. //////////////////教育背景增删改查相关开始//////////////
  716. //填充教育背景
  717. var eduBgShow = function(data) {
  718. $("#eduUl").html("");
  719. eduFil("#eduUl");
  720. if(data.length > 0) {
  721. for(var i = 0; i < data.length; i++) {
  722. var college = "",
  723. major = "",
  724. degree = ""
  725. if(data[i].college) {
  726. college = ' - ' + data[i].college
  727. } else {
  728. data[i].college = "";
  729. }
  730. if(data[i].major) {
  731. major = ' - ' + data[i].major
  732. } else {
  733. data[i].major = "";
  734. }
  735. if(data[i].degree) {
  736. degree = ' - ' + data[i].degree
  737. if(data[i].degree == 0) {
  738. degree = ""
  739. }
  740. } else {
  741. data[i].degree = 0;
  742. }
  743. var timebiye = "";
  744. if(data[i].year) {
  745. if(trim(data[i].year) == "至今") {
  746. timebiye = data[i].year;
  747. } else {
  748. timebiye = data[i].year + '年';
  749. }
  750. } else {
  751. timebiye = "";
  752. data[i].year = "";
  753. }
  754. var string = '<li>'
  755. string += '<div class="showBx"> <div class="h4Font h4tit">'
  756. string += data[i].school + college + major + degree
  757. string += '<small class="h6Font">' + timebiye + '</small><em class="btnClick exitlist">编辑</em></div></div>'
  758. string += '<div class="modifybox"><ul class="cmpFrmList">'
  759. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>学校名称:</span><div class="col-w-10">'
  760. string += '<input type="text" class="frmcontype school" placeholder="请填写就读的学校" value="' + data[i].school + '" /><input type="hidden" class="eduId" value="' + data[i].id + '"></div></li>'
  761. string += '<li><span class="col-w-2 lableSpan">院系名称:</span><div class="col-w-10">'
  762. string += '<input type="text" class="frmcontype college" placeholder="请填写就读的院系" value="' + data[i].college + '" /></div></li>'
  763. string += '<li><span class="col-w-2 lableSpan">专业名称:</span><div class="col-w-10">'
  764. string += '<input type="text" class="frmcontype major" placeholder="请填写就读的专业" value="' + data[i].major + '" /></div></li>'
  765. string += '<li><span class="col-w-2 lableSpan">学位:</span><div class="col-w-5"><em class="mr_sj"></em>'
  766. string += '<select class="frmcontype mr_btn" onchange="seleCo(this)">'
  767. string += '<option value="0">请选择获得的学位</option>'
  768. string += '<option value="博士">博士</option>'
  769. string += '<option value="硕士">硕士</option>'
  770. string += '<option value="学士">学士</option>'
  771. string += '<option value="大专">大专</option>'
  772. string += '<option value="其他">其他</option>'
  773. string += '</select></div></li>'
  774. string += '<li><span class="col-w-2 lableSpan">毕业时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  775. string += '<div class="col-w-5" style="position:relative"><em class="mr_sj"></em><input type="text" class="date-btn frmcontype year" flag="1" placeholder="请选择毕业时间" value="' + data[i].year + '" readonly />'
  776. string += '<div class="mr_calendar_ym clearfix"><ul class="full_year"></ul></div></div>'
  777. string += '</form></div></li>'
  778. string += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  779. string += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  780. string += '<button type="button" class="frmcontype btnModel btnCancel cancelList">取消</button>'
  781. string += '<button type="button" class="frmcontype btnModel fontLink">删除本条</button></div></li>'
  782. string += '</ul></div><li>';
  783. var $string = $(string)
  784. $("#eduUl").append($string);
  785. if(data[i].degree != 0 || data[i].degree != "") {
  786. $string.find(".mr_btn").css("color", "#666");
  787. }
  788. $string.find(".mr_btn").val(data[i].degree);
  789. yearAdd();
  790. month();
  791. $(".full_year li:first-child").before('<li class="yearli">至今</li>');
  792. }
  793. }
  794. }
  795. //教育背景填充函数
  796. var eduFil = function(select) {
  797. var string = '<li class="listnone1" style="display:none;"><div class="modifybox" style="display:block;"><ul class="cmpFrmList">'
  798. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>学校名称:</span><div class="col-w-10">'
  799. string += '<input type="text" class="frmcontype school" placeholder="请填写就读的学校" /><input type="hidden" class="eduId"></div></li>'
  800. string += '<li><span class="col-w-2 lableSpan">院系名称:</span><div class="col-w-10">'
  801. string += '<input type="text" class="frmcontype college" placeholder="请填写就读的院系" /></div></li>'
  802. string += '<li><span class="col-w-2 lableSpan">专业名称:</span><div class="col-w-10">'
  803. string += '<input type="text" class="frmcontype major" placeholder="请填写就读的专业" /></div></li>'
  804. string += '<li><span class="col-w-2 lableSpan">学位:</span><div class="col-w-5"><em class="mr_sj"></em>'
  805. string += '<select class="frmcontype mr_btn" onchange="seleCo(this)">'
  806. string += '<option value="0">请选择获得的学位</option>'
  807. string += '<option value="博士">博士</option>'
  808. string += '<option value="硕士">硕士</option>'
  809. string += '<option value="学士">学士</option>'
  810. string += '<option value="大专">大专</option>'
  811. string += '<option value="其他">其他</option>'
  812. string += '</select></div></li>'
  813. string += '<li><span class="col-w-2 lableSpan">毕业时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  814. string += '<div class="col-w-5" style="position:relative"><em class="mr_sj"></em><input type="text" class="date-btn frmcontype year" flag="1" placeholder="请选择毕业时间" readonly/>'
  815. string += '<div class="mr_calendar_ym clearfix"><ul class="full_year"></ul></div></div>'
  816. string += '</form></div></li>'
  817. string += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  818. string += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  819. string += '<button type="button" class="frmcontype btnModel btnCancel cancelO">取消</button></div></li>'
  820. string += '</ul></div><li>';
  821. $("" + select + "").prepend(string);
  822. }
  823. var eduThis = ""
  824. $("#eduUl").on("click", ".fontLink", function() { //编辑各个列表中的删除
  825. eduThis = $(this).parents(".modifybox").find(".eduId").val();
  826. $.MsgBox.Confirm("提示", "确认删除该教育背景?", delEdu);
  827. });
  828. //教育背景,对已经添加的背景删除
  829. var delEdu = function() {
  830. $.ajax({
  831. "url": "/ajax/edu/" + eduThis,
  832. "type": "DELETE",
  833. "success": function($data) {
  834. if($data.success) {
  835. $.get("/ajax/professor/info/" + userid, function($data) {
  836. if($data.success) {
  837. $("#eduUl").empty("");
  838. eduBgShow($data.data.edus);
  839. }
  840. });
  841. } else {
  842. $.MsgBox.Alert("提示", $data.msg);
  843. }
  844. }
  845. });
  846. }
  847. //教育背景保存
  848. $("#eduUl").on("click", ".saveGo", function() {
  849. var length = trim($(this).parents(".modifybox").find(".school").val());
  850. var length2 = trim($(this).parents(".modifybox").find(".college").val());
  851. var length3 = trim($(this).parents(".modifybox").find(".major").val());
  852. if(!length) {
  853. $.MsgBox.Alert("提示", "请填写学校名称");
  854. return;
  855. }
  856. if(length.length > 50) {
  857. $.MsgBox.Alert("提示", "学校名称不得超过50个字");
  858. return;
  859. }
  860. if(length2.length > 20) {
  861. $.MsgBox.Alert("提示", "院系名称不得超过20个字");
  862. return;
  863. }
  864. if(length3.length > 20) {
  865. $.MsgBox.Alert("提示", "专业名称不得超过20个字");
  866. return;
  867. }
  868. var $data = {};
  869. var $id = $(this).parents(".modifybox").find(".eduId").val();
  870. if($id) {
  871. $data.id = $id;
  872. }
  873. $data.professorId = userid;
  874. $data.year = $(this).parents(".modifybox").find(".year").val();
  875. $data.school = $(this).parents(".modifybox").find(".school").val();
  876. $data.college = $(this).parents(".modifybox").find(".college").val();
  877. $data.major = $(this).parents(".modifybox").find(".major").val();
  878. if($(this).parents(".modifybox").find(".mr_btn").val() != 0) {
  879. $data.degree = $(this).parents(".modifybox").find(".mr_btn").val();
  880. }
  881. $.ajax({
  882. "url": "/ajax/edu",
  883. "type": $id ? "PUT" : "POST",
  884. "data": $id ? JSON.stringify($data) : $data,
  885. "contentType": $id ? "application/json" : "application/x-www-form-urlencoded",
  886. "success": function($data) {
  887. if($data.success) {
  888. $.get("/ajax/professor/info/" + userid, function($data) {
  889. if($data.success) {
  890. $("#eduUl").empty("");
  891. eduBgShow($data.data.edus);
  892. }
  893. });
  894. } else {
  895. $.MsgBox.Alert("提示", $data.msg);
  896. }
  897. }
  898. });
  899. })
  900. //////////////////教育背景增删改查相关结束///////////////
  901. //////////////////工作经历增删改查相关开始///////////////
  902. //填充工作经历
  903. var timeJobShow = function(data) {
  904. $("#timeJobShow").html("");
  905. jobFil("#timeJobShow");
  906. if(data.length > 0) {
  907. for(var i = 0; i < data.length; i++) {
  908. var sDate = "",
  909. sDateV = "";
  910. var eDate = "",
  911. eDateV = "";
  912. if(data[i].department) {
  913. var dep = " - " + data[i].department;
  914. var depart = data[i].department;
  915. } else {
  916. var dep = "";
  917. var depart = ""
  918. }
  919. if(data[i].startMonth) {
  920. sDate = data[i].startMonth.substr(0, 4) + "年" + data[i].startMonth.substr(4, 6) + "月";
  921. sDateV = data[i].startMonth.substr(0, 4) + "-" + data[i].startMonth.substr(4, 6);
  922. if(data[i].stopMonth) {
  923. eDate = data[i].stopMonth.substr(0, 4) + "年" + data[i].stopMonth.substr(4, 6) + "月";
  924. eDateV = data[i].stopMonth.substr(0, 4) + "-" + data[i].stopMonth.substr(4, 6);
  925. } else {
  926. eDate = "至今";
  927. eDateV = "至今";
  928. }
  929. }
  930. var string = '<li>'
  931. string += ' <div class="showBx"><div class="h4Font h4tit">' + data[i].company + dep + ' - ' + data[i].title + '<small class="h6Font">';
  932. string += sDate;
  933. if(eDate) string += (" - " + eDate);
  934. string += '</small><em class="btnClick exitlist">编辑</em></div></div>';
  935. string += '<div class="modifybox"><ul class="cmpFrmList">'
  936. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>机构名称:</span><div class="col-w-10">'
  937. string += '<input type="text" class="frmcontype jobCompany" placeholder="请填写就职的机构" value="' + data[i].company + '" /><input type="hidden" class="jobId" value="' + data[i].id + '"></div></li>'
  938. string += '<li><span class="col-w-2 lableSpan">所在部门:</span><div class="col-w-10">'
  939. string += '<input type="text" class="frmcontype jobdepartment" placeholder="请填写就职的部门" value="' + depart + '" /></div></li>'
  940. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>职位:</span><div class="col-w-10">'
  941. string += '<input type="text" class="frmcontype jobTitle" placeholder="请填写担任的职位" value="' + data[i].title + '" /></div></li>'
  942. string += '<li><span class="col-w-2 lableSpan">任职时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  943. string += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype StartMonth" flag="2" difference="1" placeholder="请选择起始时间" readonly value="' + sDateV + '" />'
  944. string += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"></ul><ul class="mr_month"></ul></div></div>'
  945. string += '<div class="col-w-1 alignCenter">至</div>'
  946. string += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype StopMonth" flag="2" difference="2" placeholder="请选择结束时间" readonly value="' + eDateV + '" />'
  947. string += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"></ul><ul class="mr_month"></ul></div></div>'
  948. string += '</form></div></li>'
  949. string += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  950. string += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  951. string += '<button type="button" class="frmcontype btnModel btnCancel cancelList">取消</button>'
  952. string += '<button type="button" class="frmcontype btnModel fontLink">删除本条</button></div></li>'
  953. string += '</ul></div><li>';
  954. $("#timeJobShow").append(string);
  955. yearAdd();
  956. month();
  957. }
  958. }
  959. }
  960. var jobFil = function(select) {
  961. var string = '<li class="listnone1" style="display:none;"><div class="modifybox" style="display:block;"><ul class="cmpFrmList">'
  962. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>机构名称:</span><div class="col-w-10">'
  963. string += '<input type="text" class="frmcontype jobCompany" placeholder="请填写就职的机构" /><input type="hidden" class="jobId"></div></li>'
  964. string += '<li><span class="col-w-2 lableSpan">所在部门:</span><div class="col-w-10">'
  965. string += '<input type="text" class="frmcontype jobdepartment" placeholder="请填写就职的部门" /></div></li>'
  966. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>职位:</span><div class="col-w-10">'
  967. string += '<input type="text" class="frmcontype jobTitle" placeholder="请填写担任的职位" /></div></li>'
  968. string += '<li><span class="col-w-2 lableSpan">任职时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  969. string += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype StartMonth" flag="2" difference="1" placeholder="请选择起始时间" readonly />'
  970. string += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"></ul><ul class="mr_month"></ul></div></div>'
  971. string += '<div class="col-w-1 alignCenter">至</div>'
  972. string += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype StopMonth" flag="2" difference="2" placeholder="请选择结束时间" readonly />'
  973. string += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"> </ul><ul class="mr_month"></ul></div></div>'
  974. string += '</form></div></li>'
  975. string += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  976. string += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  977. string += '<button type="button" class="frmcontype btnModel btnCancel cancelO">取消</button></div></li>'
  978. string += '</ul></div><li>';
  979. $("" + select + "").prepend(string);
  980. }
  981. var jobThis = ""
  982. $("#timeJobShow").on("click", ".fontLink", function() { //编辑各个列表中的删除
  983. jobThis = $(this).parents(".modifybox").find(".jobId").val();
  984. $.MsgBox.Confirm("提示", "确认删除该工作经历?", delTimeJob);
  985. });
  986. //社会兼职,对添加的兼职删除
  987. var delTimeJob = function() {
  988. $.ajax({
  989. "url": "/ajax/job/" + jobThis,
  990. "type": "DELETE",
  991. "success": function($data) {
  992. if($data.success) {
  993. $.get("/ajax/professor/info/" + userid, function($data) {
  994. if($data.success) {
  995. $("#timeJobShow").empty("");
  996. timeJobShow($data.data.jobs);
  997. }
  998. });
  999. } else {
  1000. $.MsgBox.Alert("提示", $data.msg);
  1001. }
  1002. }
  1003. });
  1004. }
  1005. //社会兼职保存
  1006. $("#timeJobShow").on("click", ".saveGo", function() {
  1007. var length1 = trim($(this).parents(".modifybox").find(".jobCompany").val());
  1008. var length2 = trim($(this).parents(".modifybox").find(".jobTitle").val());
  1009. var length3 = trim($(this).parents(".modifybox").find(".StartMonth").val());
  1010. var length4 = trim($(this).parents(".modifybox").find(".StopMonth").val());
  1011. var length5 = trim($(this).parents(".modifybox").find(".jobdepartment").val());
  1012. if(length1.length > 50) {
  1013. $.MsgBox.Alert("提示", "机构名称不得超过50个字");
  1014. return;
  1015. }
  1016. if(length5.length > 20) {
  1017. $.MsgBox.Alert("提示", "部门名称不得超过20个字");
  1018. return;
  1019. }
  1020. if(!length3 && length4) {
  1021. $.MsgBox.Alert("提示", "请选择工作的开始时间");
  1022. return;
  1023. } else if(length3 && !length4) {
  1024. $.MsgBox.Alert("提示", "请选择工作的结束时间");
  1025. return;
  1026. }
  1027. if(!length1 && length2) {
  1028. $.MsgBox.Alert("提示", "请填写机构名称");
  1029. return;
  1030. } else if(length1 && !length2) {
  1031. $.MsgBox.Alert("提示", "请填写职位");
  1032. return;
  1033. } else if(!length1 && !length2) {
  1034. $.MsgBox.Alert("提示", "请填写机构名称和职位");
  1035. return;
  1036. }
  1037. var $data = {};
  1038. var $id = $(this).parents(".modifybox").find(".jobId").val();
  1039. if($id) {
  1040. $data.id = $id;
  1041. }
  1042. $data.professorId = userid;
  1043. $data.company = $(this).parents(".modifybox").find(".jobCompany").val();
  1044. $data.department = $(this).parents(".modifybox").find(".jobdepartment").val();
  1045. var s = $(this).parents(".modifybox").find(".StartMonth").val();
  1046. var st = $(this).parents(".modifybox").find(".StopMonth").val();
  1047. if(s) {
  1048. $data.startMonth = s.substr(0, 4) + s.substr(5, 6);
  1049. }
  1050. if(st) {
  1051. if(st == "至今") {} else {
  1052. $data.stopMonth = st.substr(0, 4) + st.substr(5, 6);
  1053. }
  1054. }
  1055. $data.title = $(this).parents(".modifybox").find(".jobTitle").val();
  1056. $.ajax({
  1057. "url": "/ajax/job",
  1058. "type": $id ? "PUT" : "POST",
  1059. "data": $id ? JSON.stringify($data) : $data,
  1060. "contentType": $id ? "application/json" : "application/x-www-form-urlencoded",
  1061. beforeSend: function() {
  1062. //console.log(this.data)
  1063. },
  1064. "success": function($data) {
  1065. if($data.success) {
  1066. $.get("/ajax/professor/info/" + userid, function($data) {
  1067. if($data.success) {
  1068. $("#timeJobShow").empty("");
  1069. timeJobShow($data.data.jobs);
  1070. }
  1071. });
  1072. } else {
  1073. $.MsgBox.Alert("提示", $data.msg);
  1074. }
  1075. }
  1076. });
  1077. })
  1078. //////////////////工作经历增删改查相关结束///////////////
  1079. //////////////////项目经历增删改查相关开始///////////////
  1080. //填充项目经历
  1081. var projectShow = function(data) {
  1082. $("#projectShow").html("");
  1083. projectFil("#projectShow")
  1084. if(data.length > 0) {
  1085. for(var i = 0; i < data.length; i++) {
  1086. if(!data[i].descp) {
  1087. data[i].descp = "";
  1088. }
  1089. var sDate = "",
  1090. sDateV = "";
  1091. var eDate = "",
  1092. eDateV = "";
  1093. if(data[i].startMonth) {
  1094. sDate = data[i].startMonth.substr(0, 4) + "年" + data[i].startMonth.substr(4, 6) + "月";
  1095. sDateV = data[i].startMonth.substr(0, 4) + "-" + data[i].startMonth.substr(4, 6);
  1096. if(data[i].stopMonth) {
  1097. eDate = data[i].stopMonth.substr(0, 4) + "年" + data[i].stopMonth.substr(4, 6) + "月";
  1098. eDateV = data[i].stopMonth.substr(0, 4) + "-" + data[i].stopMonth.substr(4, 6);
  1099. } else {
  1100. eDate = "至今";
  1101. eDateV = "至今";
  1102. }
  1103. }
  1104. var stringHtml = '<li>';
  1105. stringHtml += '<div class="showBx"><div class="h4Font h4tit">' + data[i].name + '<small class="h6Font">'
  1106. stringHtml += sDate;
  1107. if(eDate) stringHtml += (" - " + eDate);
  1108. stringHtml += '</small><em class="btnClick exitlist">编辑</em></div>';
  1109. stringHtml += '<div class="h5Font">' + data[i].descp + '</div>';
  1110. stringHtml += '</div>';
  1111. stringHtml += '<div class="modifybox"><ul class="cmpFrmList">'
  1112. stringHtml += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>项目名称:</span><div class="col-w-10">'
  1113. stringHtml += '<input type="text" class="frmcontype projectName" placeholder="请填写项目名称" value="' + data[i].name + '" /><input type="hidden" class="projectId" value="' + data[i].id + '"></div></li>'
  1114. stringHtml += '<li><span class="col-w-2 lableSpan">项目时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  1115. stringHtml += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype project StartMonth" flag="2" difference="1" placeholder="请选择起始时间" readonly value="' + sDateV + '" />'
  1116. stringHtml += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"></ul><ul class="mr_month"></ul></div></div>'
  1117. stringHtml += '<div class="col-w-1 alignCenter">至</div>'
  1118. stringHtml += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype project StopMonth" flag="2" difference="2" placeholder="请选择结束时间" readonly value="' + eDateV + '" />'
  1119. stringHtml += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"> </ul><ul class="mr_month"></ul></div></div>'
  1120. stringHtml += '</form></div></li>'
  1121. stringHtml += '<li><span class="col-w-2 lableSpan">项目描述:</span><div class="col-w-10">'
  1122. stringHtml += '<div class="msgContbox"><textarea class="frmcontype msgCont projectDescp" placeholder="请填写项目描述">' + data[i].descp + '</textarea><span class="msgconNum"><em class="limitNum">' + data[i].descp.length + '</em>/200</span></div></div></li>'
  1123. stringHtml += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  1124. stringHtml += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  1125. stringHtml += '<button type="button" class="frmcontype btnModel btnCancel cancelList">取消</button>'
  1126. stringHtml += '<button type="button" class="frmcontype btnModel fontLink">删除本条</button></div></li>'
  1127. var $stringHtml = $(stringHtml);
  1128. $("#projectShow").append($stringHtml);
  1129. limitObj($stringHtml.find(".projectDescp"), 200)
  1130. yearAdd();
  1131. month();
  1132. }
  1133. }
  1134. }
  1135. //项目经历添加填充
  1136. var projectFil = function(select) {
  1137. var string = '<li class="listnone1" style="display:none;"><div class="modifybox" style="display:block;"><ul class="cmpFrmList">'
  1138. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>项目名称:</span><div class="col-w-10">'
  1139. string += '<input type="text" class="frmcontype projectName" placeholder="请填写项目名称" /><input type="hidden" class="projectId"></div></li>'
  1140. string += '<li><span class="col-w-2 lableSpan">项目时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  1141. string += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype project StartMonth" flag="2" difference="1" readonly placeholder="请选择起始时间" />'
  1142. string += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"></ul><ul class="mr_month"></ul></div></div>'
  1143. string += '<div class="col-w-1 alignCenter">至</div>'
  1144. string += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype project StopMonth" flag="2" difference="2" readonly placeholder="请选择结束时间" />'
  1145. string += '<div class="mr_calendar_ym clearfix"><ul class="mr_year"> </ul><ul class="mr_month"></ul></div></div>'
  1146. string += '</form></div></li>'
  1147. string += '<li><span class="col-w-2 lableSpan">项目描述:</span><div class="col-w-10">'
  1148. string += '<div class="msgContbox"><textarea class="frmcontype msgCont projectDescp" placeholder="请填写项目描述"></textarea><span class="msgconNum"><em class="limitNum">0</em>/200</span></div></div></li>'
  1149. string += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  1150. string += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  1151. string += '<button type="button" class="frmcontype btnModel btnCancel cancelO">取消</button></div></li>'
  1152. string += '</ul></div><li>';
  1153. var $ostr = $(string);
  1154. $("" + select + "").prepend($ostr);
  1155. limitObj($ostr.find(".projectDescp"), 200)
  1156. }
  1157. var projectThis = ""
  1158. $("#projectShow").on("click", ".fontLink", function() { //编辑各个列表中的删除
  1159. projectThis = $(this).parents(".modifybox").find(".projectId").val();
  1160. $.MsgBox.Confirm("提示", "确认删除该项目经历?", delProject);
  1161. });
  1162. //项目经历,对添加的项目删除
  1163. var delProject = function() {
  1164. $.ajax({
  1165. "url": "/ajax/project/" + projectThis,
  1166. "type": "DELETE",
  1167. "success": function($data) {
  1168. if($data.success) {
  1169. $.get("/ajax/professor/info/" + userid, function($data) {
  1170. if($data.success) {
  1171. $("#projectShow").empty("");
  1172. projectShow($data.data.projects);
  1173. }
  1174. });
  1175. } else {
  1176. $.MsgBox.Alert("提示", $data.msg);
  1177. }
  1178. }
  1179. });
  1180. }
  1181. //项目经历保存
  1182. $("#projectShow").on("click", ".saveGo", function() {
  1183. var length = trim($(this).parents(".modifybox").find(".projectName").val());
  1184. var length1 = trim($(this).parents(".modifybox").find(".StartMonth").val());
  1185. var length2 = trim($(this).parents(".modifybox").find(".StopMonth").val());
  1186. var lengthDescp = trim($(this).parents(".modifybox").find(".projectDescp").val());
  1187. // if(lengthDescp.length>200){$.MsgBox.Alert("提示", "项目描述不得超过200个字");return;}
  1188. if(!length) {
  1189. $.MsgBox.Alert("提示", "请填写项目名称");
  1190. return;
  1191. }
  1192. if(length.length > 50) {
  1193. $.MsgBox.Alert("提示", "项目名称不得超过50个字");
  1194. return;
  1195. }
  1196. if(length1 && !length2) {
  1197. $.MsgBox.Alert("提示", "没有选结束时间");
  1198. return;
  1199. }
  1200. if(!length1 && length2) {
  1201. $.MsgBox.Alert("提示", "没有选开始时间");
  1202. return;
  1203. }
  1204. var $data = {};
  1205. var $id = $(this).parents(".modifybox").find(".projectId").val();
  1206. if($id) {
  1207. $data.id = $id;
  1208. }
  1209. $data.professorId = userid;
  1210. var s = $(this).parents(".modifybox").find(".StartMonth").val();
  1211. var st = $(this).parents(".modifybox").find(".StopMonth").val();
  1212. if(s) {
  1213. $data.startMonth = s.substr(0, 4) + s.substr(5, 6);
  1214. }
  1215. if(st) {
  1216. if(st == "至今") {} else {
  1217. $data.stopMonth = st.substr(0, 4) + st.substr(5, 6);
  1218. }
  1219. }
  1220. $data.name = $(this).parents(".modifybox").find(".projectName").val()
  1221. $data.descp = $(this).parents(".modifybox").find(".projectDescp").val()
  1222. $.ajax({
  1223. "url": "../ajax/project",
  1224. "type": $id ? "PUT" : "POST",
  1225. "data": $id ? JSON.stringify($data) : $data,
  1226. "contentType": $id ? "application/json" : "application/x-www-form-urlencoded",
  1227. "success": function($data) {
  1228. if($data.success) {
  1229. $.get("/ajax/professor/info/" + userid, function($data) {
  1230. if($data.success) {
  1231. $("#projectShow").empty("");
  1232. projectShow($data.data.projects);
  1233. // yearAdd();
  1234. // month();
  1235. }
  1236. });
  1237. } else {
  1238. $.MsgBox.Alert("提示", $data.msg);
  1239. }
  1240. }
  1241. });
  1242. })
  1243. //////////////////项目经历增删改查相关结束///////////////
  1244. //////////////////荣誉奖项增删改查相关开始///////////////
  1245. var honorShow = function(data) {
  1246. $("#honorShow").html("");
  1247. hounerFil("#honorShow");
  1248. if(data.length > 0) {
  1249. for(var i = 0; i < data.length; i++) {
  1250. var timeho = "";
  1251. if(data[i].year) {
  1252. timeho = data[i].year + '年';
  1253. } else {
  1254. data[i].year = "";
  1255. }
  1256. if(!data[i].descp) {
  1257. data[i].descp = "";
  1258. }
  1259. var stringHtml = '<li>';
  1260. stringHtml += '<div class="showBx"><div class="h4Font h4tit">' + data[i].name + '<small class="h6Font">' + timeho + '</small><em class="btnClick exitlist">编辑</em></div>';
  1261. stringHtml += '<div class="h5Font">' + data[i].descp + '</div>';
  1262. stringHtml += '</div>';
  1263. stringHtml += '<div class="modifybox"><ul class="cmpFrmList">'
  1264. stringHtml += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>奖项名称:</span><div class="col-w-10">'
  1265. stringHtml += '<input type="text" class="frmcontype honorName" placeholder="请填写奖项名称" value="' + data[i].name + '" /><input type="hidden" class="honorId" value="' + data[i].id + '"></div></li>'
  1266. stringHtml += '<li><span class="col-w-2 lableSpan">获奖时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  1267. stringHtml += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype project honorYear" placeholder="请填写奖项时间" readonly flag="1" value="' + data[i].year + '" />'
  1268. stringHtml += '<div class="mr_calendar_ym clearfix"><ul class="full_year"></ul></div></div>'
  1269. stringHtml += '</form></div></li>'
  1270. stringHtml += '<li><span class="col-w-2 lableSpan">获奖描述:</span><div class="col-w-10">'
  1271. stringHtml += '<div class="msgContbox"><textarea class="frmcontype msgCont honorDescp" placeholder="请填写获奖描述">' + data[i].descp + '</textarea><span class="msgconNum"><em class="limitNum">' + data[i].descp.length + '</em>/200</span></div></div></li>'
  1272. stringHtml += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  1273. stringHtml += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  1274. stringHtml += '<button type="button" class="frmcontype btnModel btnCancel cancelList">取消</button>'
  1275. stringHtml += '<button type="button" class="frmcontype btnModel fontLink">删除本条</button></div></li>'
  1276. var $stringHtml = $(stringHtml)
  1277. $("#honorShow").append($stringHtml);
  1278. yearAdd();
  1279. limitObj($stringHtml.find(".honorDescp"), 200)
  1280. }
  1281. }
  1282. }
  1283. var hounerFil = function(select) {
  1284. var string = '<li class="listnone1" style="display:none;"><div class="modifybox" style="display:block;"><ul class="cmpFrmList">'
  1285. string += '<li><span class="col-w-2 lableSpan"><span class="requiredcon">* </span>奖项名称:</span><div class="col-w-10">'
  1286. string += '<input type="text" class="frmcontype honorName" placeholder="请填写奖项名称" /><input type="hidden" class="honorId"></div></li>'
  1287. string += '<li><span class="col-w-2 lableSpan">获奖时间:</span><div class="col-w-9"><form action="" class="col-w-12" name="formT">'
  1288. string += '<div class="col-w-5" style="position:relative"><input type="text" class="date-btn frmcontype honorYear" flag="1" readonly placeholder="请选择获奖时间" />'
  1289. string += '<div class="mr_calendar_ym clearfix"><ul class="full_year"></ul></div></div>'
  1290. string += '</form></div></li>'
  1291. string += '<li><span class="col-w-2 lableSpan">获奖描述:</span><div class="col-w-10">'
  1292. string += '<div class="msgContbox"><textarea class="frmcontype msgCont honorDescp" placeholder="请填写获奖描述"></textarea><span class="msgconNum"><em class="limitNum">0</em>/200</span></div></div></li>'
  1293. string += '<li class="saveBtn"><span class="col-w-2">&nbsp;</span><div class="col-w-10">'
  1294. string += '<button type="button" class="frmcontype btnModel saveGo">保存</button>'
  1295. string += '<button type="button" class="frmcontype btnModel btnCancel cancelO">取消</button></div></li>'
  1296. string += '</ul></div><li>';
  1297. var $ostr = $(string);
  1298. $("" + select + "").prepend($ostr);
  1299. limitObj($ostr.find(".honorDescp"), 200)
  1300. }
  1301. var honorThis = ""
  1302. $("#honorShow").on("click", ".fontLink", function() {
  1303. honorThis = $(this).parents(".modifybox").find(".honorId").val();
  1304. $.MsgBox.Confirm("提示", "确认删除该荣誉奖项?", delHonor);
  1305. });
  1306. var delHonor = function() { //荣誉及奖项 ,对添加的专利删除
  1307. $.ajax({
  1308. "url": "/ajax/honor/" + honorThis,
  1309. "type": "DELETE",
  1310. "success": function($data) {
  1311. if($data.success) {
  1312. $.get("/ajax/professor/info/" + userid, function($data) {
  1313. if($data.success) {
  1314. $("#honorShow").empty("");
  1315. honorShow($data.data.honors);
  1316. }
  1317. });
  1318. } else {
  1319. $.MsgBox.Alert("提示", $data.msg);
  1320. }
  1321. }
  1322. });
  1323. }
  1324. //荣誉及奖项保存
  1325. $("#honorShow").on("click", ".saveGo", function() {
  1326. var length = trim($(this).parents(".modifybox").find(".honorName").val());
  1327. var lengthDescp = trim($(this).parents(".modifybox").find(".honorDescp").val());
  1328. if(!length) {
  1329. $.MsgBox.Alert("提示", "请填写奖项名称");
  1330. return;
  1331. }
  1332. if(length.length > 50) {
  1333. $.MsgBox.Alert("提示", "奖项名称不得超过50个字");
  1334. return;
  1335. }
  1336. // if(lengthDescp.length>200){$.MsgBox.Alert("提示", "获奖描述不得超过200个字");return;}
  1337. var $data = {};
  1338. var $id = $(this).parents(".modifybox").find(".honorId").val();
  1339. if($id) {
  1340. $data.id = $id;
  1341. }
  1342. $data.professorId = userid;
  1343. $data.year = $(this).parents(".modifybox").find(".honorYear").val();
  1344. $data.name = $(this).parents(".modifybox").find(".honorName").val();
  1345. $data.descp = $(this).parents(".modifybox").find(".honorDescp").val();
  1346. console.log($data.descp);
  1347. $.ajax({
  1348. "url": "../ajax/honor",
  1349. "type": $id ? "PUT" : "POST",
  1350. "data": $id ? JSON.stringify($data) : $data,
  1351. "contentType": $id ? "application/json" : "application/x-www-form-urlencoded",
  1352. "success": function($data) {
  1353. if($data.success) {
  1354. $.get("/ajax/professor/info/" + userid, function($data) {
  1355. if($data.success) {
  1356. $("#honorShow").empty("");
  1357. honorShow($data.data.honors);
  1358. //yearAdd();
  1359. }
  1360. });
  1361. } else {
  1362. $.MsgBox.Alert("提示", $data.msg);
  1363. }
  1364. }
  1365. });
  1366. })
  1367. //////////////////荣誉奖项增删改查相关结束///////////////
  1368. //////////////////相关操作按钮///////////////
  1369. //用户基本信息编辑
  1370. $(".headconBox").on("click", ".proEdit", function() {
  1371. $(this).parents(".reInfoBlock").find(".modifybox").show();
  1372. $(this).parents(".reInfoBlock").find(".coninfocon").hide();
  1373. $(".head-left").css("top", "100px");
  1374. //点击取消的操作
  1375. $(".btnCancel").click(function() {
  1376. $(".head-left").css("top", "");
  1377. $(this).parents(".reInfoBlock").find(".coninfocon").show();
  1378. $(this).parents(".reInfoBlock").find(".modifybox").hide();
  1379. getInfo(userid);
  1380. });
  1381. });
  1382. //获取点击那个编辑
  1383. $(".leftconBox").on("click", ".edit", function() {
  1384. $(this).parents(".coninfobox").find(".modifybox").show();
  1385. $(this).parents(".coninfobox").find(".coninfocon").hide();
  1386. //点击取消的操作
  1387. $(".btnCancel").click(function() {
  1388. $(this).parents(".coninfobox").find(".modifybox").hide();
  1389. $(this).parents(".coninfobox").find(".coninfocon").show();
  1390. getInfo(userid);
  1391. });
  1392. });
  1393. $(".addedit").on("click", function() { //点击添加按钮
  1394. $(this).parents(".coninfobox").find(".listnone1").toggle(100);
  1395. $(this).parents(".coninfobox").find(".showBx").show();
  1396. $(this).parents(".coninfobox").find(".showBx + .modifybox").hide();
  1397. $(this).parents(".coninfobox").find(".listnone1").find(".frmcontype").val("");
  1398. $(this).parents(".coninfobox").find(".listnone1").find(".mr_btn").val("0");
  1399. });
  1400. $(".coninfobox").on("click", ".cancelO", function() { //添加模块的取消
  1401. $(this).parents(".listnone1").toggle(100);
  1402. });
  1403. $(".coninfobox").on("click", ".exitlist", function() { //编辑列表模块
  1404. $(this).parents(".showBx").hide().siblings(".modifybox").show();
  1405. $(this).parents("li").siblings().find(".showBx").show().siblings(".modifybox").hide();
  1406. });
  1407. $(".coninfobox").on("click", ".cancelList", function() { //编辑各个列表中的取消
  1408. $(this).parents(".modifybox").hide();
  1409. $(this).parents(".modifybox").siblings(".showBx").show();
  1410. getInfo(userid);
  1411. });
  1412. //点击查看自己的主页
  1413. $("#showMyself").click(function() {
  1414. $(this).attr("href", "userInforShow.html?professorId=" + userid);
  1415. })
  1416. function trim(str) { //删除左右两端的空格   
  1417. return str.replace(/(^\s*)|(\s*$)/g, "");
  1418. }
  1419. })