ดักค่าว่าง การออกคำสั่ง บรรจุ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-29 11:53:56 +07:00
parent c072e8dc61
commit eba56761ce
10 changed files with 776 additions and 232 deletions

View file

@ -150,9 +150,19 @@ const fecthlistOthet = async () => {
status: r.status ?? "-",
statustext: statusText(r.status ?? ""),
fullname: `${r.prefix ?? ""}${r.firstname ?? ""} ${r.lastname ?? ""}`,
amountOld: r.amountOld,
positionDate: r.positionDate,
}));
rows2.value = rows.value.filter(
(e: listMain) => e.status !== "REPORT" && e.status !== "DONE"
(e: listMain) =>
e.status !== "REPORT" &&
e.status !== "DONE" &&
e.organizationPositionOld &&
e.positionTypeOld &&
e.positionLevelOld &&
e.positionNumberOld &&
e.amountOld !== null &&
e.positionDate
);
})
.catch((e) => {