This commit is contained in:
18500206848
2024-02-16 15:02:17 +08:00
parent 47e18b6b25
commit 8dcecb78f2
38 changed files with 9982 additions and 70 deletions

View File

@@ -327,11 +327,11 @@ export default {
personType: [
{
value: 1,
label: "待录用",
label: "待登记",
},
{
value: 2,
label: "已录用",
label: "已录用登记",
},
],
drawer: false,
@@ -435,40 +435,6 @@ export default {
slot: true,
width: 110
},
{
label: "最新保期",
prop: "period",
searchSpan: 5,
display: false,
slot: true,
width: 190
},
{
label: "商保状态",
prop: "serviceStatus",
searchSpan: 5,
display: false,
type: 'select',
dicData: [
{
label: '未生效',
value: 0
},
{
label: '生效中',
value: 1
},
{
label: '即将失效',
value: 2
},
{
label: '已失效',
value: 3
},
],
slot: true,
},
{
label: "工种",
prop: "workTypes",

View File

@@ -7,7 +7,7 @@
:before-close="drawerClose"
class="createOrderTable">
<div class="taskInformation">
<p><label>任务名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>任务编号{{selectTaskInfo.missionNo}}</label><label>录用人员<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p>
<p><label>任务名称{{selectTaskInfo.missionTitle | ellipsis }}</label><label>任务编号{{selectTaskInfo.missionNo}}</label><label>录用登记<font style="color:#409eff">{{selectionList.length == 0 ? 1 :selectionList.length}} </font> </label></p>
</div>
<div class="create-order-box">
<div class="create-order-bill">

View File

@@ -1,14 +1,13 @@
<template>
<basic-container>
<el-drawer
title="已录用人员"
title="已录用登记"
append-to-body
:visible.sync="drawer"
size="80%"
class="drawer"
:before-close="drawerClose"
>
<!-- <div class="tipsWrap" v-show="getUserConfig.insuranceOn == 1">录用人员说明:不在保期的人员,不可以录用,请先到 “商保管理" 模块申请投保</div> -->
<avue-crud
:option="option"
:table-loading="loading"

View File

@@ -1,7 +1,7 @@
<template>
<basic-container>
<el-drawer
title="专属人才推荐"
title="重点人群推荐"
append-to-body
:visible.sync="drawer"
size="60%"
@@ -71,7 +71,7 @@
:disabled="!selectionList.length"
icon="el-icon-plus"
@click="handleRecommend"
>批量邀请</el-button
>批量推送</el-button
>
</template>
<template slot="menuRight">