优化入库管理右侧修改的功能

This commit is contained in:
2026-01-22 15:47:16 +08:00
parent 6ada2ffb43
commit 6901af9579

View File

@@ -1278,7 +1278,7 @@ function handleUpdate(row) {
reset();
idEdit.value = row.id;
row.isnew = true;
planList.value = [row];
planList.value = JSON.parse(JSON.stringify(row));
open.value = true;
title.value = "修改库存单据";
}