Commit e5f20a33 authored by 黄媛媛's avatar 黄媛媛

11

parent dafd9cb9
...@@ -56,6 +56,7 @@ export default { ...@@ -56,6 +56,7 @@ export default {
title: '财务打印页面' title: '财务打印页面'
}, },
}, },
{ {
path: '/confirmationOrder', path: '/confirmationOrder',
name: 'confirmationOrder', name: 'confirmationOrder',
...@@ -4287,6 +4288,15 @@ export default { ...@@ -4287,6 +4288,15 @@ export default {
name: 'supplierLogin', name: 'supplierLogin',
component: supplierLogin component: supplierLogin
}, },
{ //财务打印页面
path: '/PrintPageN',
name: 'PrintPageN',
component: resolve => require(['@/components/PrintPageN'], resolve),
meta: {
title: '财务凭证打印页面'
},
},
{ {
path: '/supplierIndex', //供应商首页 path: '/supplierIndex', //供应商首页
name: 'supplierIndex', name: 'supplierIndex',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment