This commit is contained in:
2020-12-29 01:29:43 +00:00
parent 093f80e211
commit fc162af66b
11 changed files with 869 additions and 41 deletions

View File

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