Commit 878b227d authored by 黄奎's avatar 黄奎

1

parent 351f9898
...@@ -3812,7 +3812,14 @@ export default { ...@@ -3812,7 +3812,14 @@ export default {
title: '制作报价单' title: '制作报价单'
}, },
}, },
{ //新版制作报价单
path: '/quotationEdit',
name: 'quotationEdit',
component: resolve => require(['@/components/TravelManager/TravelNewQuotation/quotationEdit'], resolve),
meta: {
title: '制作报价单'
},
},
{ //报价单变更 { //报价单变更
path: '/OfferChange', path: '/OfferChange',
name: 'OfferChange', name: 'OfferChange',
......
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