This commit is contained in:
@@ -243,6 +243,14 @@ export default {
|
|||||||
params: { recordid: tid.id }
|
params: { recordid: tid.id }
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
case ayatype.PartInventory:
|
||||||
|
//this one's a little different, there is no way to edit a partinventory transaction
|
||||||
|
//so it opens to the history of the one clicked so user can see who was responsible
|
||||||
|
vm.$router.push({
|
||||||
|
name: "ay-history",
|
||||||
|
params: { ayatype: ayatype.PartInventory, recordid: tid.id }
|
||||||
|
});
|
||||||
|
break;
|
||||||
case ayatype.PartWarehouse:
|
case ayatype.PartWarehouse:
|
||||||
vm.$router.push({
|
vm.$router.push({
|
||||||
name: "inv-part-warehouse",
|
name: "inv-part-warehouse",
|
||||||
|
|||||||
Reference in New Issue
Block a user