fix bug đồng bộ dữ liệu nhân viên

This commit is contained in:
2020-10-20 10:55:31 +07:00
parent ad30699a52
commit 018ca540d5
4 changed files with 25 additions and 9 deletions

View File

@@ -97,4 +97,16 @@ class StaffGrid extends CommonGrid {
};
}
public static function scheduleHeader() {
return function($model) {
return ["id" => "schedule-staff-results-" . $model->id];
};
}
public static function doorsHeader() {
return function($model) {
return ["id" => "schedule-door-results-" . $model->id];
};
}
}