CINXE.COM

个人会员管理后台--康强网---康强医疗人才网

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>个人会员管理后台--康强网---康强医疗人才网</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="renderer" content="webkit"> <script src="https://img.kq36.com.cn/js/returnhtm.js"></script> <script language="javascript" src="https://img.kq36.com.cn/js/jquery-1.7.2.min.kq36.js?v=20200010272"></script> <script language="javascript" src="https://img.kq36.com.cn/js/jquery.placeholder.min.js"></script> <link href="https://img.kq36.com.cn/js/layer/skin/layer.css" rel="stylesheet" /> <link rel="stylesheet" type="text/css" href="https://img.kq36.com.cn/3g4/iconfont/iconfont.css?v=20200010272"> <script language="javascript" src="https://img.kq36.com.cn/js/layer/layer.js"></script> <script language="javascript" src="https://img.kq36.com.cn/js/public_use.js?v=20200010272"></script> <script src="https://img.kq36.com.cn/js/jquery.qrcode.min.js"></script> <script src="https://img.kq36.com.cn/js/qr_code.js"></script> <style> .savereplybtn{background:#0486C4;color:white;width:100px;line-height:30px;height:30px;padding:2px 5px;display:inline-block;border-radius:5px;text-align:center;font-size:16px;margin:10px 0 0 0} .closebtn{background:#999;color:white;width:50px;line-height:30px;height:30px;padding:2px 5px;display:inline-block;border-radius:5px;text-align:center;font-size:16px;margin:10px 0 0 10px} .none{display:none} .switchMenu{ float: left; width: 13px; background: white; color: white; font-size: 14px; cursor: pointer; padding: 5px; border: 1px solid #D650A0; color: #D650A0; border-right: 0px;} .contenter{width:1029px !important} .setinfo{font-size:16px;border:1px dashed #C3D6EF;background:#E5F1FE;height:auto;width:96%;padding:2%;} .setinfo #Top_ETime{text-align:center;width:90px;height:30px;line-height:30px;font-size:14px;border:1px solid #cccccc;padding:3px;border-radius:3px} .setinfo li{list-style:none;clear:both;margin:5px auto;line-height:30px;height:auto} .setinfo li font{color:#666;margin:0 0 0 10px;font-size:12px} .setinfo span.money{color:#4898d5;font-weight:bold;margin:0 5px} .btns{width:100%;text-align:center} .btns a{color:white;padding:2px 5px;display:inline-block;height:25px;line-height:25px;border-radius:3px;text-decoration:none;text-align:center;width:100px;margin:10px auto;margin-right:10px;margin-top:20px} .savebtn{background:#4898d5;border:1px solid #4898d5;} .cancel_savebtn{background:#4898d5;border:1px solid #4898d5;} .closebtn{background:#AAAAAA;border:1px solid #AAAAAA;} .buybtn{color:white;padding:2px 5px;display:inline-block;height:20px;line-height:20px;border-radius:3px;text-decoration:none;text-align:center;width:50px;margin:0 0 0 10px;margin-right:10px;background:#4898d5;border:1px solid #4898d5;} .settime{height:auto;} .settime span{display:inline-block;margin:0 10px 0 0;width:50px;border:1px solid #E3E4E8;text-align:center;background:white;cursor:pointer;border-radius:3px;margin-bottom:5px} .settime span.on{background:#5D9CEC;color:white !important} .superzd{display:none;} .superzd span{height:40px;position:relative;line-height:40px;font-size:12px;display:inline-block;margin:0 10px 0 0;width:50px;border:1px solid #E3E4E8;text-align:center;background:white;cursor:pointer;border-radius:3px;margin-bottom:5px} .superzd span.on{background:#5D9CEC;color:white !important} .superzd span i{background:#4898d5;position:absolute;top:-5px;left:-5px;line-height:20px;height:20px;color:white;font-style:normal;font-size:10px;transform:scale(0.7);width:30px;padding:0 0px} .superzd font.money{color:#4898d5;font-weight:bold;} .buysuper{height:25px;line-height:25px;font-size:12px;display:inline-block;color:#4898d5;width:50px;border:1px solid #4898d5;text-align:center;background:white;padding:2px 3px;cursor:pointer;border-radius:3px;margin-bottom:5px;margin-left:10px} </style> <script type="text/javascript"> var $j = jQuery.noConflict(); //自定一个快捷方式 function getCookie(name) { var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)"); if(arr=document.cookie.match(reg)) return unescape(arr[2]); else return null; } $j(".settime span").live("click",function(){ var setday=$j(this).attr("val"); var DPrice=$j("#DPrice").val(); var Surplus=$j("#Surplus").val(); if (setday*DPrice>Surplus){ layer.msg("您选择的置顶天数需要("+setday*DPrice+"点),可用余额不足,请先充值",{time:5000,success:function(){ $j('.layui-layer-content').css('overflow','hidden') }}); return false; }else{ $j(".settime span").removeClass("on"); $j(this).addClass("on"); $j("#settime").val(setday);} }) $j('.cancelsettop').live("click",function(){ layer.confirm('确定要关闭置顶?',{title:"提醒",icon:3,shadeClose: true,closeBtn:false,btn: ['确定','取消'],success:function(){ $j('.layui-layer-content').css('overflow','hidden')}},function(){ $j.post("/public/returnhtm/return_uni-app.asp",{cmd:'cancelvip',typen:'3g'},function(data){ if (data.status==1){ layer.msg(data.msginfo,{time:3000,success:function(){ $j('.layui-layer-content').css('overflow','hidden') }},function(){ LoadPageUrl('mainShow','list.asp','GET'); }) }else{ layermsg(data.msginfo) } },"json") },function(){ layer.closeAll()}) }) $j(".delwho_btn").live("click",function(){ var thisid=$j(this).attr('data-operid'); var thispage=$j(this).attr('data-page'); layer.confirm('您要删除对方吗?<br>删除后对方也同步删除您', { title:false, skin: 'layer-ext-moon' , shadeClose: true,//点 击遮罩关闭层 closeBtn :true, icon:3, area:['350px','130px'], //time:2000, btn: ['删除','取消'], //按钮 success:function(){ // $(".layui-layer-btn1").addClass("layui-layer-btn0").removeClass("layui-layer-btn1"); $j(".layui-layer[type='dialog']").css('border-radius','10px') $j(".layui-layer-setwin").css({'top':'auto','right':'auto','bottom':'-40px','left':'45%'}) } },function(index){//删除 htmlupdate('s_temp','return_whocoll.asp','GET','cmd=2&id='+thisid+'&Page='+thispage) }); }) $j(".paysettopbtn").live("click",function(){ $j.post("/public/returnhtm/return_uni-app.asp",{cmd:'tocompletetel',typen:'3g',sure:1,typen_:"zdjl"},function(data){ var status=data.status; if (status==1) { layer.alert('<div class="setinfo"><li class="settime">置顶天数:<span val="7" >7天</span><span val="15" >15天</span><span val="30" >30天</span><span val="60" >60天</span></li><li>每天消耗:<span class="money">'+data.xhNum+'</span>点</li><li>您的康强点:<span class="money">'+data.surplus+'</span>点 <font>注:(1点=1元)</font><a href="https://3g.kq36.com/service/zd/?referer=viewtel" target="_blank" class="buybtn" onclick="layer.closeAll()">充值</a><input type="hidden" value="'+data.surplus+'" name="Surplus" id="Surplus" /><input type="hidden" value="" name="settime" id="settime" /><input type="hidden" value="'+data.xhNum+'" name="DPrice" id="DPrice" /></li></div>', { title: false, shadeClose: true, area:['400px','auto'], // icon:false, id:'completetel', btn: ['<font style="font-size:16px;">确定置顶</font>'], success: function () { $j(".layui-layer[type='dialog']").css('border-radius', '10px') $j(".layui-layer-setwin").css({ 'top': 'auto', 'right': 'auto', 'bottom': '-40px', 'left': '45%' }) $j(".layui-layer-btn0").css({ 'background-color': '#0486C4', 'border-color': '#0486C4'}) $j(".layui-layer-btn").css({'text-align':'center'}) $j('.layui-layer-content').css('overflow','hidden') $j(".settime span[val='7']").click(); } }, function () { var settime=$j('#settime').val() $j.post("/public/returnhtm/return_uni-app.asp",{cmd:'opensettop',typen:'3g',settime:settime},function(res){ var status=res.status; if (status==1) { layer.msg(res.msginfo,{time:3000,success:function(){ $j('.layui-layer-content').css('overflow','hidden') }},function(){ LoadPageUrl('mainShow','list.asp','GET'); }) }else if (status==-3){ layer.alert("<div class='bodatel'><div style='font-size:16px;line-height:30px'>失败!<br/>您的康强点余额不够,请<br/><a href='https://3g.kq36.com/service/zd/?referer=viewtel' class='iconfont' target='_blank' >充值 &#xe625;</a></div></div>", { title: false, shadeClose: true, icon:2, area:['340px','auto'], btn: false, end: function () {layer.closeAll() }, success: function () { $j(".layui-layer[type='dialog']").css('border-radius', '10px') $j(".layui-layer-setwin").css({ 'top': 'auto', 'right': 'auto', 'bottom': '-40px', 'left': '45%' }) $j('.layui-layer-content').css('overflow','hidden') } },function (){ }); }else{ layermsg("<div style='font-size:16px;line-height:30px'>"+res.msginfo+"</div>") } },"json") layer.closeAll() }); }else if (status==0){ layer.msg(data.msginfo,{time:2000},function(){ location.href='https://www.kq36.com/33/' }) }else{ layermsg(data.msginfo) } },"json") }) $j('.switchMenu').live("click",function(){ console.log('width:'+$j(".contentleft").css('width')) if ($j(".contentleft").css('width').replace('px','')<=10){ $j(".contentleft").css('width',"auto") $j(this).html('收起菜单') }else{ $j(".contentleft").css('width',"0px") $j(this).html('展开菜单') } }) function layermsg(msgtxt){ layer.msg(msgtxt,{time:1000,success:function(){ $j('.layui-layer-content').css('overflow','hidden') } }) } function copyTextToClipboard(text) { var textArea = document.createElement("textarea"); textArea.style.position = 'fixed'; textArea.style.top = 0; textArea.style.left = 0; textArea.style.width = '1px'; textArea.style.height = '1px'; textArea.style.padding = 0; textArea.style.border = 'none'; textArea.style.outline = 'none'; textArea.style.boxShadow = 'none'; textArea.style.background = 'transparent'; textArea.value = text; document.body.appendChild(textArea); textArea.select(); try { var msg = document.execCommand('copy') ? '已复制成功' : '不能使用这种方法复制内容'; if (document.execCommand('copy')) { layermsg(msg); } else { layermsg(msg); } } catch (err) { layermsg('不能使用这种方法复制内容') } document.body.removeChild(textArea) } function replyContent(thisid,thisuserid,thistype){ var remark=$j('#replycon'+thisid).html().replace('<b>已回复单位:</b>','').replace('<B>已回复单位:</B>',''); remark=''; if (remark.indexOf('<span>')!=-1) { remark=remark.split("<span>")[0]; } layer.open({ title:false, type: 1, skin: 'layui-layer-rim', //加上边框 area: ['350px', '180px'], //宽高 content: "<div style='line-height:24px;padding:15px 5px 5px 5px;text-align:center'><textarea id='replycontent_"+thisid+"' style='width:98%;height:100px;border:1px solid #dcdcdc;border-radius:3px;padding:1%;line-height:22px;' placeholder='填写回复'>"+remark+"</textarea><a href='javascript:;' class='savereplybtn' data-userid='"+thisuserid+"' data-id='"+thisid+"' data-type='"+thistype+"' style='color:white'>提交回复</a><a href='javascript:;' class='closebtn' onclick='layer.closeAll()' style='color:white'>关闭</a></div>" }); } $j(".savereplybtn").live("click",function(){ var thisid=$j(this).attr("data-id"); var thisuserid=$j(this).attr("data-userid"); var thistype=$j(this).attr("data-type"); var thiscontent=$j("#replycontent_"+thisid).val(); $j.getJSON("return_com_send_per.asp",{cmd:6,userid:escape(thisuserid),id:escape(thisid),reply:escape(thiscontent),replyType:thistype},function(res){ if(res.data==1){ layer.msg('回复成功',{time:1000},function(){layer.closeAll();}); var tmpreply=$j('#replycon'+thisid).html().replace("<strong>回复记录:</strong><br>","").replace("<STRONG>回复记录:</STRONG><BR>",""); $j("#replycon"+thisid).html('<strong>回复记录:</strong><br>我:'+thiscontent+'<br>'+tmpreply).show(); }else{layer.msg(res.msg);} }) }) function topEffect() { layer.open({ title:false, type: 1, skin: 'layui-layer-rim', //加上边框 area: ['800px', '270px'], //宽高 closeBtn:false, closeBtn : [1, true], content: '<img src="https://img.kq36.com.cn/topEffect.jpg" width="500" style="float:left" /><div style="float:left;margin:100px 0 0 30px;text-align:center;font-size:16px;font-weight:bold;color:#2196F3">免费置顶简历<br><span style="text-align:center;font-size:16px;font-weight:normal;color:#666666">(简历更靠前,赢得海量企业关注)</span><br><a href="javascript:;"" onclick="layer.closeAll()" class="knowbtn">知道了</a></div>' }); } $j('.custom a').live("click",function(){ var typen=$j(this).attr("data-typen") var title=$j(this).html(); layer.open({ title:title, type: 2, skin: 'layui-layer-rim', //加上边框 area: ['750px', '380px'], //宽高 //closeBtn : [1, true], end:function(){LoadPageUrl('mainShow','resume.asp','GET');}, content: ['custom.asp?typen='+typen] }); }) function PhotoWindow(typen){ var title="上传个人照片" var cert="" if (typen=='cert'){title="上传证书/荣誉/案例";cert=1} if (typen=='video'){title="上传视频介绍自己";cert=2} layer.open({ title:title, type: 2, skin: 'layui-layer-rim', //加上边框 area: ['620px', '620px'], //宽高 //closeBtn : [1, true], end:function(){LoadPageUrl('mainShow','resume.asp','GET');}, content: ['photoContent_oss.asp?cert='+cert] }); } function GetHope() { console.log('000') layer.open({ title:false, type: 2, skin: 'layui-layer-rim', //加上边框 area: ['800px', '600px'], //宽高 closeBtn:false, //closeBtn : [1, true], content: 'return_H_Province.asp' }); ///layermsg($j("#H_Placetxt").val()) } $j("#h_placetxt").live("click",function(){ console.log('111') layer.open({ title:false, type: 2, skin: 'layui-layer-rim', //加上边框 area: ['800px', '600px'], //宽高 closeBtn:false, end:function(){ var H_Placeid=$j("#H_Placeid").val() if (H_Placeid!=''){ console.log('希望城市保存') htmlupdate('tempForm','return_resume.asp','POST','cmd=25&notice=0','form1') } }, //closeBtn : [1, true], content: 'return_H_Province.asp' }); }) $j(".areatxt").live("click",function(){ $j("body").css("overflow","hidden") var typen=$j(this).attr("data-type") layer.open({ title:false, type: 2, skin: 'layui-layer-rim', //加上边框 area: ['800px', '600px'], //宽高 closeBtn:false, end:function(){ $j("body").css("overflow","auto"); if (typen==''){ console.log('户口保存') htmlupdate('tempForm','return_resume.asp','POST','cmd=24&notice=0','form1') }else{ console.log('目前所在保存') htmlupdate('tempForm','return_resume.asp','POST','cmd=25&notice=0','form1') } }, content: 'return_area.asp?typen='+typen }); }) $j("input[name*='F_P_Job']").live("click",function(){ var thisname=$j(this).val(); var classjson=$j('#classjson').val() var workMonth=$j('#workMonth').val() classjson=JSON.parse(classjson) if ($j(this).attr('checked')) { console.log($j("input[name*='F_P_Job']:checked").length) if ($j("input[name*='F_P_Job']:checked").length>5) { layermsg("工作性质至多选择5个"); return false; }else{ if (thisname=='多点执业' || thisname=='飞刀' || thisname=='需要规培' || thisname=='需要进修'){ console.log(thisname) allowselect=false $j.each(classjson,function(k,p){ c2=p.c2 if (thisname=='飞刀'){ if (c2==14 || c2==15 || c2==16 || c2==17 || c2==21 || c2==22 || c2==23 || c2==29 || c2==32 || c2==44 || c2==48 || c2==51 || c2==173 || c2==187 || c2==214 ){ allowselect=true return false } }else{ if (c2==14 || c2==15 || c2==16 || c2==17 || c2==21 || c2==22 || c2==23 || c2==29 || c2==31 || c2==32 || c2==44 || c2==48 || c2==49 || c2==51 || c2==173 || c2==187 || c2==214 || c2==191 || c2==192 ){ allowselect=true return false } } }) console.log(allowselect) if (thisname=='多点执业' || thisname=='飞刀' || thisname=='需要规培'){ if (!allowselect){ var tmpmsg='只有医生和护士药师才能选'+thisname if (thisname=='飞刀'){tmpmsg='只有医生才能选'+thisname} layermsg(tmpmsg) return false }else{ if (workMonth<60 && (thisname=='飞刀' || thisname=='多点执业')){//经验低于5年 //layermsg('只有工作经验不低于5年才能选'+thisname) layer.alert('<div style="text-align:center;font-size:16px;">经验不足5年,禁止选 <font style="color:#0486c4">'+thisname+'</font></div>',{title:false,time:2000,shadeClose: true,btn:false,end:function(){},success:function(){ $j(".layui-layer[type='dialog']").css('border-radius','10px') $j(".layui-layer-setwin").css({'top':'auto','right':'auto','bottom':'-40px','left':'45%'}) $j('.layui-layer-content').css('overflow','hidden') }},function(){}); return false } } } if (thisname=='飞刀' ){ $j('input[name="F_P_Job"]').attr('checked',false) $j('input[name="F_P_Job"][value="飞刀"]').attr('checked',true) $j('input[name="F_P_Job"][value="多点执业"]').attr('checked',true) } if (thisname=='需要规培' || thisname=='需要进修'){ console.log(thisname+'单独') $j('input[name="F_P_Job"][value!="'+thisname+'"]').attr('checked',false) }else{ $j('input[name="F_P_Job"][value="需要规培"]').attr('checked',false) $j('input[name="F_P_Job"][value="需要进修"]').attr('checked',false) } }else{ $j('input[name="F_P_Job"][value="需要规培"]').attr('checked',false) $j('input[name="F_P_Job"][value="需要进修"]').attr('checked',false) } } }else{ if (thisname=='多点执业' && $j('input[name="F_P_Job"][value="飞刀"]').attr('checked')){ layermsg('要先去除飞刀,才能去除多点执业') return false } } }) $j("#classtxt").live("click",function(){ console.log('111') $j("body").css("overflow","hidden") layer.open({ title:false, type: 2, skin: 'layui-layer-rim', //加上边框 area: ['800px', '600px'], //宽高 closeBtn:false, end:function(){ $j("body").css("overflow","auto"); var classjson=$j("#classjson").val(); if (classjson!='' && classjson!='[]'){ console.log('职位类别保存') htmlupdate('tempForm','return_resume.asp','POST','cmd=25&notice=0','form1') } }, //closeBtn : [1, true], content: 'return_class.asp' }); }) $j("#work_titletxt").live("click",function(){ console.log('111') $j("body").css("overflow","hidden") layer.open({ title:false, type: 2, skin: 'layui-layer-rim', //加上边框 area: ['800px', '600px'], //宽高 closeBtn:false, end:function(){$j("body").css("overflow","auto") var Work_Title=$j("#Work_Title").val() if (Work_Title!=''){ console.log('职称保存') htmlupdate('tempForm','return_resume.asp','POST','cmd=25&notice=0','form1') } }, //closeBtn : [1, true], content: 'return_worktitle.asp' }); }) //基本信息自动保存 $j("#RealName").live("blur",function(){//input 失去焦点 if ($j("#RealName").val()!=''){ console.log('姓名保存中') htmlupdate('tempForm','return_resume.asp','POST','cmd=24&notice=0','form1') } }) $j("#usercon select").live("change",function(){//select change var thisval=$j(this).val() if (thisval==' '){thisval=''} console.log(thisval) if (thisval!='' && thisval!='0'){ console.log('select保存中') htmlupdate('tempForm','return_resume.asp','POST','cmd=24&notice=0','form1') } }) //=======================// //求职意向自动保存 $j("#title").live("blur",function(){//input 失去焦点 if ($j("#title").val()!=''){ console.log('应聘职位保存中') htmlupdate('tempForm','return_resume.asp','POST','cmd=25&notice=0','form1') } }) $j("#applycon select").live("change",function(){//select change var thisval=$j(this).val() if (thisval==' '){thisval=''} console.log(thisval) if (thisval!='' && thisval!='0'){ console.log('select保存中') htmlupdate('tempForm','return_resume.asp','POST','cmd=25&notice=0','form1') } }) //=======================// //自我介绍自动保存 $j("#Other").live("blur",function(){//Other 失去焦点 if ($j("#Other").val()!=''){ console.log('自我介绍保存中') htmlupdate('tempForm','return_resume.asp','POST','cmd=26&notice=0','form1') } }) $j("#traincontent").live("blur",function(){//Other 失去焦点 if ($j("#traincontent").val()!=''){ console.log('培训保存中') htmlupdate('tempForm','return_resume.asp','POST','cmd=33&notice=0','form1') } }) //求职意向自动保存 $j("#contactcon input[type='text']").live("blur",function(){//input 失去焦点 if ($j(this).val()!=''){ console.log('联系方式') //htmlupdate('tempForm','return_resume.asp','POST','cmd=27&notice=0','form1') } }) function GetModifyEmail() { $j("body").css("overflow","hidden") layer.open({ title:"修改邮箱", type: 2, id:'ModifyEmail', shade: false, shadeClose: true,//点 击遮罩关闭层 shade: 0.8, skin: 'layui-layer-rim', //加上边框 area: ['320px', '300px'], //宽高 //closeBtn : [1, true], end:function(){ $j("body").css("overflow","auto")}, content: ['/public/returnhtm/modifyemail.asp','no'] }); } function GetModifyPhone() { var mobile_code=Trim($("mobile_code").value); if (mobile_code=='86') { layer.open({ title:"修改手机号码", type: 2, id:'ModifyPhone', shade: false, shadeClose: true,//点 击遮罩关闭层 shade: 0.8, skin: 'layui-layer-rim', //加上边框 area: ['320px', '290px'], //宽高 //closeBtn : [1, true], content: ['/public/returnhtm/modifyphone_m.asp?cfrom=w','no'] }); } else{ layermsg('非中国大陆手机号暂不支持修改哦'); } } </script> <link href="https://img.kq36.com.cn/p/style.css?v=2024-11-24 5:20:29" type="text/css" rel="stylesheet"/> <style type="text/css"> <!-- .class1{ color:#373737;text-decoration:none } .class_r{ color:#FF0000;text-decoration:none } .class_g{ color:green;text-decoration:none } .class2, .class2 a:visited{ background-color:#E25FAF; height:20px; line-height:20px; color:#FFFFFF; } .class3 { background:#ffffff; } .class4 { background:#ffff00; } .knowbtn{width:40%;margin:20px 0 10px 0;padding:5px auto;background:#2E82C9;color:white;font-size:16px;border:1px solid #2E82C9;cursor:pointer;height:30px;line-height:30px;display:inline-block;text-align:center;line-height:32px;height:32px;border-radius:3px;text-decoration:none} --> </style> </head> <script>window.location='https://www.kq36.com/33';</script>