Add employee serial QR query support
This commit is contained in:
@@ -118,6 +118,8 @@ src/
|
||||
- Password field is shown and required only for `admin` and `technician`.
|
||||
- Employee creation uses `employeesApi.create`, and the backend automatically creates the employee serial; do not implement a separate "create then assign code" primary flow.
|
||||
- Employee rows should display generated `employeeSerials` from the employee list response.
|
||||
- Employee rows should provide a QR-code view for the active employee serial, using `/query?serial=...` as the scan target.
|
||||
- Public employee serial queries should show employee name, phone, employee number, and position.
|
||||
|
||||
### Aftersales Conventions
|
||||
- Aftersales serial format is `zjbf-sh-YYMMDDNN` (daily sequence), e.g. `zjbf-sh-26052801`.
|
||||
|
||||
Reference in New Issue
Block a user