ปรับรับโอน

This commit is contained in:
STW_TTTY\stwtt 2024-05-07 11:45:10 +07:00
parent b86df2c467
commit 789627a6a9
3 changed files with 673 additions and 596 deletions

View file

@ -56,11 +56,11 @@ const {
const popup = () => {
const row = filters.value.filter(
(r: ResponseRow) =>
(r: any) =>
(r.status == "WAITTING" ||
r.status == "PENDING" ||
r.status == "APPROVE") &&
r.positionNumber != null &&
r.posMasterNo != null &&
r.educationOld &&
r.organizationPositionOld &&
r.positionTypeOld &&