feat: 数据更改

This commit is contained in:
wwz
2025-04-09 16:26:02 +08:00
parent d6a576f729
commit 0b81b8355e
9 changed files with 108 additions and 109 deletions

View File

@@ -168,7 +168,7 @@ const refAddHaocaiTakin = ref();
function refAddHaocaiTakinShow(item: any, type: string) {
console.log(item);
if (type === "manual-in") {
router.push({ path: "/inventory/libraryrecords", query: { inOutType: type, conId: item.id } });
router.push({ path: "/inventory/libraryrecords", query: { inOutItem: type, conId: item.id } });
return;
}
if (type === "delete") {
@@ -222,7 +222,7 @@ function handleToolbarClick(name: string) {
return;
}
if (name == "damage-out" || name == "manual-out" || name == "manual-in") {
router.push({ path: "/inventory/libraryrecords", query: { inOutType: name } });
router.push({ path: "/inventory/libraryrecords", query: { inOutItem: name } });
return;
}
}