This commit is contained in:
2021-01-20 00:32:46 +00:00
parent cc32c335e9
commit 40fadc8180
7 changed files with 53 additions and 36 deletions

View File

@@ -245,7 +245,7 @@ export default {
break;
case ayatype.PartWarehouse:
vm.$router.push({
name: "part-warehouse",
name: "inv-part-warehouse",
params: { recordid: tid.id }
});
break;