- ปรับหน้าเพิ่มขรก.ของรับโอน

- แก้ error ส่วนของทะเบียนประวัติ
- ลบเมนูในส่วนของเหรียญจักรพรรค
This commit is contained in:
Warunee Tamkoo 2023-09-19 14:58:54 +07:00
parent 8ebbef05d9
commit 1c83867fb7
34 changed files with 725 additions and 7104 deletions

View file

@ -1540,6 +1540,7 @@ const fetchData = async () => {
// refCommandDate: new Date(e.refCommandDate),
createdFullName: e.createdFullName,
createdAt: new Date(e.createdAt),
salaryStatus: null
});
});
})
@ -2022,6 +2023,7 @@ const clickHistory = async (row: RequestItemsEmployee) => {
refCommandNo: e.refCommandNo,
createdFullName: e.createdFullName,
createdAt: new Date(e.createdAt),
salaryStatus: null
});
});
})

View file

@ -1568,6 +1568,7 @@ const fetchData = async () => {
refCommandNo: e.refCommandNo,
createdFullName: e.createdFullName,
createdAt: new Date(e.createdAt),
salaryStatus: null
});
});
})
@ -2068,6 +2069,7 @@ const clickHistory = async (row: RequestItemsEmployee) => {
refCommandNo: e.refCommandNo,
createdFullName: e.createdFullName,
createdAt: new Date(e.createdAt),
salaryStatus: null
});
});
})

View file

@ -127,6 +127,8 @@ const defaultAddress: Address = {
provinceIdC: null,
districtIdC: null,
subdistrictIdC: null,
codec: null,
codep: null,
same: "0",
};