Commit cca2de35 authored by youjie's avatar youjie

no message

parent 969a3349
This diff is collapsed.
...@@ -236,6 +236,7 @@ ...@@ -236,6 +236,7 @@
MenuStyleColor: '', MenuStyleColor: '',
Sort: 0, Sort: 0,
menutype:1, menutype:1,
GroupingCode:''
}, },
rules: { rules: {
Sort: [{ Sort: [{
...@@ -351,7 +352,7 @@ ...@@ -351,7 +352,7 @@
this.apipost('admin_get_SysMenuGet', { this.apipost('admin_get_SysMenuGet', {
MenuId: id MenuId: id
}, res => { }, res => {
let updateList = res.data.data let updateList = JSON.parse(JSON.stringify(res.data.data))
this.addMsg.MenuId = id this.addMsg.MenuId = id
this.addMsg.MenuName = updateList.MenuName this.addMsg.MenuName = updateList.MenuName
this.addMsg.Tier = updateList.Tier.toString() this.addMsg.Tier = updateList.Tier.toString()
......
...@@ -966,6 +966,14 @@ export default { ...@@ -966,6 +966,14 @@ export default {
title: '预定订单' title: '预定订单'
}, },
}, },
{
path: '/singleProductHotelList', //酒店检索
name: 'singleProductHotelList',
component: resolve => require(['@/components/Hotel/singleProduct/HotelList'], resolve),
meta: {
title: '酒店检索'
},
},
{ {
path: '/RestauranOrder', //餐厅订单信息 path: '/RestauranOrder', //餐厅订单信息
name: 'RestauranOrder', name: 'RestauranOrder',
...@@ -3722,6 +3730,14 @@ export default { ...@@ -3722,6 +3730,14 @@ export default {
title: '汇兑损益查询' title: '汇兑损益查询'
}, },
}, },
{ //财务 财务单据 团汇率差查询
path: '/GroupRateQuery',
name: 'GroupRateQuery',
component: resolve => require(['@/components/FinancialModule/GroupRateQuery'], resolve),
meta: {
title: '团汇率差查询'
},
},
{ //财务 财务单据 出纳工作台 { //财务 财务单据 出纳工作台
path: '/CashierWork', path: '/CashierWork',
name: 'CashierWork', name: 'CashierWork',
......
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