- ปรับหน้าเพิ่มขรก.ของรับโอน
- แก้ error ส่วนของทะเบียนประวัติ - ลบเมนูในส่วนของเหรียญจักรพรรค
This commit is contained in:
parent
8ebbef05d9
commit
1c83867fb7
34 changed files with 725 additions and 7104 deletions
|
|
@ -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
|
||||
});
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue