fix bug ส่งไปหน่วยงานของบรรจุ
This commit is contained in:
parent
84f61e70d2
commit
0849b873f6
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ const getTable = async () => {
|
|||
(e: any) =>
|
||||
e.draft == "รอส่งตัว" &&
|
||||
e.positionNumber !== null &&
|
||||
e.statusName == " เตรียมบรรจุ"
|
||||
e.statusName == "เตรียมบรรจุ"
|
||||
);
|
||||
console.log(rowsFilter.value);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue