refactor(placement-emp): hide positionDate input when typeCommand is MOVE

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-04-29 13:58:01 +07:00
parent ebf34aa0c2
commit 9e550fc5bf
2 changed files with 7 additions and 2 deletions

View file

@ -252,7 +252,7 @@ async function fecthlistappointment() {
e.positionTypeOld &&
e.positionLevelOld &&
e.positionNumberOld &&
e.positionDate
(e.positionDate || e.typeCommand === "MOVE")
);
rows2.value = listData;
rows2Data.value = listData;