Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m20s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m20s
This commit is contained in:
commit
b98828ed13
1 changed files with 1 additions and 1 deletions
|
|
@ -775,7 +775,7 @@ function onSubmitDate() {
|
|||
function openModalOrder(val: boolean) {
|
||||
// ยังไม่ได้ดัก ส่ง ไป ทั้ง object #e.draft == "รอส่งตัว" &&
|
||||
|
||||
rowsOrder.value = rows.value.filter(
|
||||
rowsOrder.value = rowsAwait.value.filter(
|
||||
(e: any) =>
|
||||
(DataStore.isStaff &&
|
||||
(e.rootId == e.rootIdOld || e.bmaOfficer == "บุคคลภายนอก") &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue