This commit is contained in:
2021-01-15 20:42:21 +00:00
parent 4f3cd534d2
commit 344346c0dd
4 changed files with 59 additions and 91 deletions

View File

@@ -98,7 +98,8 @@ export default {
Review: 61,
ServiceRate: 62,
TravelRate: 63,
TaxCode: 64
TaxCode: 64,
PartAssembly: 65
};
/**
*

View File

@@ -237,6 +237,12 @@ export default {
params: { recordid: tid.id }
});
break;
case ayatype.PartAssembly:
vm.$router.push({
name: "part-assembly-edit",
params: { recordid: tid.id }
});
break;
default:
window.$gz.eventBus.$emit(