ดักเพิ่ม

This commit is contained in:
setthawutttty 2024-10-25 16:57:35 +07:00
parent 843e8b5871
commit fe646c4f54

View file

@ -152,6 +152,8 @@ function openModalOrder() {
const dataMap = dataStore.rows.filter(
(r: dataType) =>
r.statusEn == "PENDING" &&
r.startDateSuspend !== null &&
r.endDateSuspend !== null &&
r.name &&
r.organization &&
r.positionType &&