update CardRegister full CRUD

This commit is contained in:
2020-10-10 17:37:52 +07:00
parent 2a8b009c12
commit 64e62ca3ce
13 changed files with 526 additions and 23 deletions

View File

@@ -28,4 +28,10 @@ class StaffGrid extends CommonGrid {
};
}
public static function cardRegisterTime() {
return function($model) {
return date("H:i:s d/m/Y", $model->card_register_time);
};
}
}