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

@@ -478,14 +478,14 @@ function initNavPanel() {
});
}
// if (window.$gz.role.canOpen(window.$gz.type.TaxCode)) {
// sub.push({
// title: "TaxCodeList",
// icon: "$ayiPercent",
// route: "/acc-accounting",
// key: key++
// });
// }
if (window.$gz.role.canOpen(window.$gz.type.TaxCode)) {
sub.push({
title: "TaxCodeList",
icon: "$ayiPercent",
route: "/acc-tax-codes",
key: key++
});
}
// ** ACCOUNTING (TOP)
if (sub.length > 0) {