优化入库管理右侧修改的功能
This commit is contained in:
@@ -1278,7 +1278,7 @@ function handleUpdate(row) {
|
|||||||
reset();
|
reset();
|
||||||
idEdit.value = row.id;
|
idEdit.value = row.id;
|
||||||
row.isnew = true;
|
row.isnew = true;
|
||||||
planList.value = [row];
|
planList.value = JSON.parse(JSON.stringify(row));
|
||||||
open.value = true;
|
open.value = true;
|
||||||
title.value = "修改库存单据";
|
title.value = "修改库存单据";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user