Change department to position

This commit is contained in:
2026-03-02 14:02:16 +08:00
parent 76d5cdf542
commit 11f3eda668
4 changed files with 26 additions and 21 deletions
+2 -2
View File
@@ -221,7 +221,7 @@ export const dashboardApi = {
export const employeeSerialApi = {
generate: async (data: {
companyName: string;
department: string;
position: string;
employeeName: string;
quantity: number;
serialPrefix?: string;
@@ -290,7 +290,7 @@ export const employeeSerialApi = {
update: async (serialNumber: string, data: {
companyName?: string;
department?: string;
position?: string;
employeeName?: string;
isActive?: boolean;
}) => {