# 招聘信息
**Source**: https://career.cuhk.edu.cn/job/view/id/467252
**Parent**: https://career.cuhk.edu.cn/
- [首页](https://career.cuhk.edu.cn/)
- >
- [招聘信息](https://career.cuhk.edu.cn/job/search)
- >
- 招聘详情
- [招聘信息](https://career.cuhk.edu.cn/job/search)
开立2026春招&实习生招募同步启动
发布时间:2026-03-10
结束时间:2026-05-15
[申请职位](javascript:getApply(467252))
公司名称:[开立医疗](javascript:;)
工作地点:不限
工作性质:实习
职能类别:其他
招聘人数:若干
薪资待遇:面议
### 工作内容描述
<https://mp.weixin.qq.com/s/wVo7BU3T0o9rplgFwJhblQ>
function showDialog(json){
if(json.option.type >= 3){
// var newDialog = $.dialog(json.dialog);
var myArt = dialog({
title:json.dialog.title || '消息',
content:json.dialog.content,
width:'240px',
quickclose: true,
backdropOpacity:0.8,
fixed: true,
drag:false
});
myArt.showModal();//装载HTML页面
}else if(json.option.type < 3){
if (json.dialog.content=='请登录') {
var location = json.dialog.init;
location();
} else {
// dialog = $.dialog(json.dialog);
var myArt = dialog({
title:json.dialog.title || '消息',
content:json.dialog.content,
width:'240px',
quickclose: true,
backdropOpacity:0.8,
fixed: true,
drag:false
});
myArt.showModal();//装载HTML页面
}
}
}
function getApply(id){
var apply\_btn = false;
if(apply\_btn)
return false;
apply\_btn = true;
$.ajax({
type: 'post',
url: '/job/operate',
data: {jobid: id, type: 'apply'},
dataType: "jsonp",
jsonpCallback: "showDialog",
success: function(data, status){
apply\_btn = false;
}
});
}
function getCollect(id){
collection\_btn = false;
if(collection\_btn)
return false;
collection\_btn = true;
var cancel = $('#sc'+id).data('cancel');
$.ajax({
type: 'post',
url: '/job/operate',
data: {jobid: id, type: 'collect',cancel:cancel},
dataType: "jsonp",
jsonpCallback: "showDialog",
success: function(data, status){
collection\_btn = false;
if(status == 'success' && data.dialog.icon=='succeed'){
if (cancel === true) {
$('#sc'+id).removeClass('on').data('cancel', 'false');
} else {
$('#sc'+id).addClass('on').data('cancel', 'true');
}
}
}
});
}
- [招生网](https://admissions.cuhk.edu.cn)
- [科研处](https://www.cuhk.edu.cn/research)
- [学术交流处](https://oal.cuhk.edu.cn/)
- [教务处](https://registry.cuhk.edu.cn)
- [学生事务处](https://osa.cuhk.edu.cn/)
- [校历](https://registry.cuhk.edu.cn/page/277)
- [捐赠](http://foundation.cuhk.edu.cn)
- [招聘](https://www.cuhk.edu.cn/taxonomy/term/37)
- [招标](https://businessoffice.cuhk.edu.cn/index.html)
香港中文大学(深圳)© 版权所有
var ScrolltoTop = $(".backtop");
$(ScrolltoTop).click(function() {
$('html, body').animate({
scrollTop: 0
},100)
});