|
@@ -151,64 +151,67 @@ class DictApi {
|
|
|
|
|
|
public static function getTalentFields($step, $isImport = 0) {
|
|
|
$dict1 = [
|
|
|
- "talent_type" => "人才类型",
|
|
|
- "tax_insurance_month" => "在我市缴交社会保险或个人所得税月份",
|
|
|
- "labor_contract_rangetime" => "劳动合同起止时间",
|
|
|
- "salary_pay_way" => "工资发放渠道",
|
|
|
- "salary_pay_month" => "工资发放月份",
|
|
|
- "pre_import_type" => "预引进类型",
|
|
|
- "return" => "流出晋江满3年后又返回晋江的",
|
|
|
"name" => "姓名",
|
|
|
+ "nation" => "民族",
|
|
|
+ "headimgurl" => "头像",
|
|
|
"card_type" => "证件类型",
|
|
|
"card_number" => "证件号码",
|
|
|
"sex" => "性别",
|
|
|
"birthday" => "出生日期",
|
|
|
+ "politics" => "政治面貌",
|
|
|
"nationality" => "国籍/地区",
|
|
|
"province" => "籍贯省",
|
|
|
"city" => "籍贯市",
|
|
|
"county" => "籍贯县",
|
|
|
- "nation" => "民族",
|
|
|
- "politics" => "政治面貌",
|
|
|
+ "talent_type" => "人才类型",
|
|
|
"fst_work_time" => "来晋工作时间",
|
|
|
+ "tax_insurance_month" => "在我市缴交社会保险或个人所得税月份",
|
|
|
+ "labor_contract_rangetime" => "劳动合同起止时间",
|
|
|
+ "salary_pay_way" => "工资发放渠道",
|
|
|
+ "salary_pay_month" => "工资发放月份",
|
|
|
+ "pre_import_type" => "预引进类型",
|
|
|
+ "return" => "流出晋江满3年后又返回晋江的",
|
|
|
+ "import_way" => "引进方式",
|
|
|
+ "cur_entry_time" => "本单位入职时间",
|
|
|
+ "position" => "本单位现任职务",
|
|
|
"experience" => "工作简历",
|
|
|
"education" => "教育背景",
|
|
|
- "headimgurl" => "头像"
|
|
|
];
|
|
|
$dict2 = [
|
|
|
- "talent_arrange" => "人才层次",
|
|
|
- "talent_arrange_category" => "人才条款",
|
|
|
- "talent_condition" => "认定条件",
|
|
|
+ "apply_year" => "申报年度",
|
|
|
+ "phone" => "手机号码",
|
|
|
+ "email" => "电子邮箱",
|
|
|
"highest_degree" => "最高学历",
|
|
|
"graduate_school" => "毕业院校",
|
|
|
"major" => "专业",
|
|
|
- "professional" => "专业技术职称",
|
|
|
- "pro_qua" => "职业资格",
|
|
|
- "bank" => "开户银行",
|
|
|
- "bank_number" => "银行行号",
|
|
|
- "bank_branch_name" => "开户银行网点",
|
|
|
- "bank_account" => "银行账号",
|
|
|
"study_abroad" => "是否有留学经历",
|
|
|
"abroad_school" => "留学毕业院校",
|
|
|
"abroad_major" => "留学专业",
|
|
|
- "phone" => "手机号码",
|
|
|
- "email" => "电子邮箱",
|
|
|
- "apply_year" => "申报年度",
|
|
|
- "import_way" => "引进方式",
|
|
|
- "cur_entry_time" => "本单位入职时间",
|
|
|
- "position" => "本单位现任职务",
|
|
|
+ "pro_qua" => "职业资格",
|
|
|
+ "professional" => "专业技术职称",
|
|
|
+ ];
|
|
|
+ if ($isImport) {
|
|
|
+ $dict2["isMatchZhiren"] = "是否符合直认条件";
|
|
|
+ }
|
|
|
+ $dict2_ = [
|
|
|
"source" => "申报来源",
|
|
|
"source_city" => "入选来源地级市",
|
|
|
"source_county" => "入选来源县市区",
|
|
|
- //"source_batch" => "入选名单的文件号及批次",
|
|
|
- //"fujian_highcert_pubtime" => "福建省高层次人才证书发证日期",
|
|
|
- //"fujian_highcert_exptime" => "福建省高层次人才证书有效期",
|
|
|
- //"quanzhou_highcert_pubtime" => "泉州高层次人才证书发证日期",
|
|
|
- //"quanzhou_highcert_exptime" => "泉州高层次人才证书有效期",
|
|
|
- "annual_salary" => "上一年度年薪(元)"
|
|
|
+ "talent_arrange" => "人才层次",
|
|
|
+ "talent_arrange_category" => "人才条款",
|
|
|
+ "talent_condition" => "认定条件",
|
|
|
+ "annual_salary" => "上一年度年薪(元)",
|
|
|
+ "bank" => "开户银行",
|
|
|
+ "bank_number" => "银行行号",
|
|
|
+ "bank_branch_name" => "开户银行网点",
|
|
|
+ "bank_account" => "银行账号"
|
|
|
+ //"source_batch" => "入选名单的文件号及批次",
|
|
|
+ //"fujian_highcert_pubtime" => "福建省高层次人才证书发证日期",
|
|
|
+ //"fujian_highcert_exptime" => "福建省高层次人才证书有效期",
|
|
|
+ //"quanzhou_highcert_pubtime" => "泉州高层次人才证书发证日期",
|
|
|
+ //"quanzhou_highcert_exptime" => "泉州高层次人才证书有效期",
|
|
|
];
|
|
|
- if ($isImport) {
|
|
|
- $dict2 = array_merge(["isMatchZhiren" => "是否符合直认条件"], $dict2);
|
|
|
- }
|
|
|
+ $dict2 = array_merge($dict2, $dict2_);
|
|
|
if ($step == 1) {
|
|
|
return $dict1;
|
|
|
}
|