refactor(InvoiceIn): refs #7527 remove /create
This commit is contained in:
parent
fd51cabccb
commit
7610f8ffbd
|
@ -240,7 +240,6 @@ globals:
|
||||||
shelvingList: Shelving List
|
shelvingList: Shelving List
|
||||||
shelvingCreate: New shelving
|
shelvingCreate: New shelving
|
||||||
invoiceIns: Invoices In
|
invoiceIns: Invoices In
|
||||||
invoiceInCreate: Create invoice in
|
|
||||||
vat: VAT
|
vat: VAT
|
||||||
labeler: Labeler
|
labeler: Labeler
|
||||||
dueDay: Due day
|
dueDay: Due day
|
||||||
|
|
|
@ -243,7 +243,6 @@ globals:
|
||||||
shelvingList: Listado de carros
|
shelvingList: Listado de carros
|
||||||
shelvingCreate: Nuevo carro
|
shelvingCreate: Nuevo carro
|
||||||
invoiceIns: Fact. recibidas
|
invoiceIns: Fact. recibidas
|
||||||
invoiceInCreate: Crear fact. recibida
|
|
||||||
vat: IVA
|
vat: IVA
|
||||||
labeler: Etiquetas
|
labeler: Etiquetas
|
||||||
dueDay: Vencimiento
|
dueDay: Vencimiento
|
||||||
|
|
|
@ -122,15 +122,7 @@ export default {
|
||||||
invoiceInCard,
|
invoiceInCard,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: 'create',
|
|
||||||
name: 'InvoiceInCreare',
|
|
||||||
meta: {
|
|
||||||
title: 'invoiceInCreate',
|
|
||||||
icon: 'create',
|
|
||||||
},
|
|
||||||
component: () => import('src/pages/InvoiceIn/InvoiceInCreate.vue'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'serial',
|
path: 'serial',
|
||||||
name: 'InvoiceInSerial',
|
name: 'InvoiceInSerial',
|
||||||
|
|
Loading…
Reference in New Issue