@extends('layouts.default') @section('title','编辑员工') @section('content') @include('shared._messages')
@include('shared._errors')
{{ method_field('PATCH') }} {{ csrf_field() }} @if ($staff->lieu != null) @else @endif @if ($staff->lieu != null) @else @endif @if ($staff->card != null) @else @endif @if ($staff->card != null) @else @endif
员工姓名
英文名
员工编号*
所属部门
当前职位*
入职日期
年假小时数
剩余小时数
调休小时数
剩余小时数
工作经历 @for($i=0;$i<=9;$i++) @if ($i<$count)  至 
@else  至 
@endif @endfor *修改工作经历会自动更新年假
工资卡
开户行
  返回列表
@stop