|
@@ -431,7 +431,7 @@ export function correlationSql (type, val) {
|
|
|
if (type === 'jyrykhjlb' || type === 'lhrynlqr' || type === 'lhrypxjlb' || type === 'lhpxsqb') {
|
|
if (type === 'jyrykhjlb' || type === 'lhrynlqr' || type === 'lhrypxjlb' || type === 'lhpxsqb') {
|
|
|
sql = `select * from t_${type} where FIND_IN_SET('${val}',${col[type]}) and shi_fou_guo_shen_ = '已完成' `
|
|
sql = `select * from t_${type} where FIND_IN_SET('${val}',${col[type]}) and shi_fou_guo_shen_ = '已完成' `
|
|
|
} else if (type === 'kaoshijilu') {
|
|
} else if (type === 'kaoshijilu') {
|
|
|
- sql = `select * from v_examination where FIND_IN_SET('${val}',${col[type]}) and examState = '已完成' ORDER BY createTime asc`
|
|
|
|
|
|
|
+ sql = `select * from v_examination where FIND_IN_SET('${val}',${col[type]}) and paperState = '已完成' ORDER BY createTime asc`
|
|
|
}
|
|
}
|
|
|
return sql
|
|
return sql
|
|
|
}
|
|
}
|
|
@@ -459,24 +459,25 @@ export const correlationConfig = {
|
|
|
config: [
|
|
config: [
|
|
|
{ label: '授权使用设备', width: '20%', type: 'dialog', field: 'shou_quan_shi_yon', dialogKey: 'sbwxdhk' },
|
|
{ label: '授权使用设备', width: '20%', type: 'dialog', field: 'shou_quan_shi_yon', dialogKey: 'sbwxdhk' },
|
|
|
{ label: '授权岗位', width: '16%', type: 'dialog', field: 'shou_quan_gang_we', dialogKey: 'gwzzdhkrysqy' },
|
|
{ label: '授权岗位', width: '16%', type: 'dialog', field: 'shou_quan_gang_we', dialogKey: 'gwzzdhkrysqy' },
|
|
|
- { label: '直属上级', width: '10%', type: 'user', field: 'shen_he_ren_' },
|
|
|
|
|
|
|
+ { label: '审核人', width: '10%', type: 'user', field: 'shen_he_ren_' },
|
|
|
{ label: '检验专业', width: '10%', type: 'text', field: 'jian_yan_zhuan_ye' },
|
|
{ label: '检验专业', width: '10%', type: 'text', field: 'jian_yan_zhuan_ye' },
|
|
|
- { label: '考核结果', width: '10%', type: 'text', field: 'kao_he_jie_guo_' },
|
|
|
|
|
|
|
+ { label: '能力评估结果', width: '10%', type: 'text', field: 'kao_he_jie_guo_' },
|
|
|
{ label: '附件', width: '12%', type: 'file', field: 'shang_chuan_fu_ji' },
|
|
{ label: '附件', width: '12%', type: 'file', field: 'shang_chuan_fu_ji' },
|
|
|
{ label: '表单', width: '12%', type: 'file', field: 'kuai_zhao_' }
|
|
{ label: '表单', width: '12%', type: 'file', field: 'kuai_zhao_' }
|
|
|
|
|
|
|
|
],
|
|
],
|
|
|
dialog: [
|
|
dialog: [
|
|
|
- [{ name: '授权使用设备', field: 'shou_quan_shi_yon', type: 'dialog', dialogKey: 'sbwxdhk' }, { name: '考核结果', field: 'kao_he_jie_guo_', type: 'text' }],
|
|
|
|
|
|
|
+ [{ name: '授权使用设备', field: 'shou_quan_shi_yon', type: 'dialog', dialogKey: 'sbwxdhk' }, { name: '能力评估结果', field: 'kao_he_jie_guo_', type: 'text' }],
|
|
|
[{ name: '授权岗位', field: 'shou_quan_gang_we', type: 'dialog', dialogKey: 'gwzzdhkrysqy' }, { name: '考核日期', field: 'kao_he_shi_jian_', type: 'text' }],
|
|
[{ name: '授权岗位', field: 'shou_quan_gang_we', type: 'dialog', dialogKey: 'gwzzdhkrysqy' }, { name: '考核日期', field: 'kao_he_shi_jian_', type: 'text' }],
|
|
|
- [{ name: '直属上级', field: 'shen_he_ren_', type: 'user' }, { name: '检验专业', field: 'jian_yan_zhuan_ye', type: 'text' }],
|
|
|
|
|
|
|
+ [{ name: '审核人', field: 'shen_he_ren_', type: 'user' }, { name: '检验专业', field: 'jian_yan_zhuan_ye', type: 'text' }],
|
|
|
|
|
+ [{ name: '考核记录', field: 'xuan_ze_kao_he_ji', type: 'dialog', dialogKey: 'jyrykhdhkrysqy' }, { name: '是否合格', field: 'shi_fou_he_ge_', type: 'text' }],
|
|
|
[{ name: '附件', field: 'shang_chuan_fu_ji', type: 'file' }],
|
|
[{ name: '附件', field: 'shang_chuan_fu_ji', type: 'file' }],
|
|
|
[{ name: '表单', field: 'kuai_zhao_', type: 'file' }]
|
|
[{ name: '表单', field: 'kuai_zhao_', type: 'file' }]
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
lhrypxjlb: {
|
|
lhrypxjlb: {
|
|
|
config: [
|
|
config: [
|
|
|
- { label: '培训名称', width: '15%', type: 'text', field: 'pei_xun_nei_rong_' },
|
|
|
|
|
|
|
+ { label: '培训主题', width: '15%', type: 'text', field: 'pei_xun_nei_rong_' },
|
|
|
{ label: '培训老师', width: '12%', type: 'text', field: 'pei_xun_lao_shi_' },
|
|
{ label: '培训老师', width: '12%', type: 'text', field: 'pei_xun_lao_shi_' },
|
|
|
{ label: '培训时间', width: '12%', type: 'text', field: 'pei_xun_shi_jian_' },
|
|
{ label: '培训时间', width: '12%', type: 'text', field: 'pei_xun_shi_jian_' },
|
|
|
{ label: '培训地点', width: '10%', type: 'text', field: 'pei_xun_di_dian_' },
|
|
{ label: '培训地点', width: '10%', type: 'text', field: 'pei_xun_di_dian_' },
|
|
@@ -486,7 +487,7 @@ export const correlationConfig = {
|
|
|
|
|
|
|
|
],
|
|
],
|
|
|
dialog: [
|
|
dialog: [
|
|
|
- [{ name: '培训名称', field: 'pei_xun_nei_rong_', type: 'text' }, { name: '培训目标', field: 'pei_xun_mu_di_', type: 'text' }],
|
|
|
|
|
|
|
+ [{ name: '培训主题', field: 'pei_xun_nei_rong_', type: 'text' }, { name: '培训目标', field: 'pei_xun_mu_di_', type: 'text' }],
|
|
|
[{ name: '培训开始时间', field: 'pei_xun_shi_jian_', type: 'text' }, { name: '培训结束时间', field: 'pei_xun_jie_shu_s', type: 'text' }],
|
|
[{ name: '培训开始时间', field: 'pei_xun_shi_jian_', type: 'text' }, { name: '培训结束时间', field: 'pei_xun_jie_shu_s', type: 'text' }],
|
|
|
[{ name: '培训老师', field: 'pei_xun_lao_shi_', type: 'text' }, { name: '培训地点', field: 'pei_xun_di_dian_', type: 'text' }],
|
|
[{ name: '培训老师', field: 'pei_xun_lao_shi_', type: 'text' }, { name: '培训地点', field: 'pei_xun_di_dian_', type: 'text' }],
|
|
|
[{ name: '培训内容', field: 'pei_xun_xue_xi_ne', type: 'text' }],
|
|
[{ name: '培训内容', field: 'pei_xun_xue_xi_ne', type: 'text' }],
|