ดักเพิ่ม
This commit is contained in:
parent
843e8b5871
commit
fe646c4f54
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@ function openModalOrder() {
|
||||||
const dataMap = dataStore.rows.filter(
|
const dataMap = dataStore.rows.filter(
|
||||||
(r: dataType) =>
|
(r: dataType) =>
|
||||||
r.statusEn == "PENDING" &&
|
r.statusEn == "PENDING" &&
|
||||||
|
r.startDateSuspend !== null &&
|
||||||
|
r.endDateSuspend !== null &&
|
||||||
r.name &&
|
r.name &&
|
||||||
r.organization &&
|
r.organization &&
|
||||||
r.positionType &&
|
r.positionType &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue