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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user