ปรับรับโอน
This commit is contained in:
parent
b86df2c467
commit
789627a6a9
3 changed files with 673 additions and 596 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue