@extends('layouts.default') @section('title','兼职员工信息') @section('content') @include('shared._messages')
员工编号 | 员工姓名 | 英文名 | 所属部门 | 当前职位 | 入职日期 | 操作 |
---|---|---|---|---|---|---|
{{ $staff->id }} | {{ $staff->staffname }} | {{ $staff->englishname }} | {{ $staff->department_name }} | {{ $staff->position_name }} | {{ $staff->join_company }} |
详情
编辑信息
修改排班
@if ($staff->lieu == null && count($staff->extraWorks)==0 && count($staff->absences)==0 && count($staff->totalAttendances)==0 && $staff->teacher_id == null)
|