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

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

View file

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