ui บันทึกผลการจ่ายใบกำกับ

This commit is contained in:
Thanit Konmek 2023-08-18 09:55:39 +07:00
parent 4da9bdd7f0
commit d687461499
2 changed files with 421 additions and 0 deletions

View file

@ -24,6 +24,8 @@ const allocateDetail = () =>
import("@/modules/07_insignia/components/4_Allocate/detail.vue");
const allocateDetailAdd = () =>
import("@/modules/07_insignia/components/4_Allocate/addDetail.vue");
const VatInsignia = () =>
import("@/modules/07_insignia/components/VatInsignia.vue");
export default [
{
path: "/insignia",
@ -156,4 +158,14 @@ export default [
Role: "insignia",
},
},
{
path: "/insignia/vat",
name: "VatInsignia",
component: VatInsignia,
meta: {
Auth: true,
Key: [8.9],
Role: "insignia",
},
},
];