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