diff --git a/src/api/system/staff.js b/src/api/system/staff.js
index 09ec8e8..1abdb19 100644
--- a/src/api/system/staff.js
+++ b/src/api/system/staff.js
@@ -68,3 +68,11 @@ export function clearAllStaff() {
})
}
+
+export function reEmployment(id) {
+ return request({
+ url: '/system/staff/reEmployment/' + id,
+ method: 'post'
+ })
+}
+
diff --git a/src/views/attendance/param/index.vue b/src/views/attendance/param/index.vue
index ad6fde2..52ea409 100644
--- a/src/views/attendance/param/index.vue
+++ b/src/views/attendance/param/index.vue
@@ -111,7 +111,7 @@
-
+
@@ -221,6 +226,7 @@
size="mini"
type="text"
icon="el-icon-info"
+ v-if="scope.row.status!=-1"
@click="handleDetail(scope.row)"
v-hasPermi="['system:staff:detail']"
>查看详情
@@ -228,6 +234,7 @@
size="mini"
type="text"
icon="el-icon-edit"
+ v-if="scope.row.status!=-1"
@click="handleUpdate(scope.row)"
v-hasPermi="['system:staff:edit']"
>修改
@@ -243,6 +250,7 @@
size="mini"
type="text"
icon="el-icon-edit"
+ v-if="scope.row.status!=-1"
@click="handleDelay(scope.row)"
v-hasPermi="['system:staff:delay']"
>工资延期
@@ -254,6 +262,14 @@
@click="handleJobStatus(scope.row)"
v-hasPermi="['system:staff:jobStatus']"
>离职
+ 重新入职
@@ -380,13 +396,38 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -507,18 +548,7 @@
-
-
-
-
-
-
-
+
@@ -870,7 +900,7 @@