fix bug ส่งไปหน่วยงานของบรรจุ

This commit is contained in:
Warunee Tamkoo 2023-08-11 15:20:29 +07:00
parent 84f61e70d2
commit 0849b873f6

View file

@ -256,7 +256,7 @@ const getTable = async () => {
(e: any) =>
e.draft == "รอส่งตัว" &&
e.positionNumber !== null &&
e.statusName == " เตรียมบรรจุ"
e.statusName == "เตรียมบรรจุ"
);
console.log(rowsFilter.value);
})