update tính năng thống kê chấm công và xuất dữ liệu chấm công

This commit is contained in:
2020-10-16 17:48:38 +07:00
parent 4ba094ab24
commit 0314fa4158
12 changed files with 425 additions and 5 deletions

View File

@@ -41,6 +41,13 @@ class LogsGrid extends CommonGrid {
};
}
public static function code() {
return function($model) {
$staff = $model->staff;
return $staff ? $staff->code : "";
};
}
public static function department($array) {
return function($model) use ($array) {
$staff = $model->staff;