This commit is contained in:
@@ -98,7 +98,8 @@ export default {
|
||||
Review: 61,
|
||||
ServiceRate: 62,
|
||||
TravelRate: 63,
|
||||
TaxCode: 64
|
||||
TaxCode: 64,
|
||||
PartAssembly: 65
|
||||
};
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user