Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
cca2de35
Commit
cca2de35
authored
2 years ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
969a3349
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
683 additions
and
1 deletion
+683
-1
GroupRateQuery.vue
src/components/FinancialModule/GroupRateQuery.vue
+665
-0
menuManagement.vue
src/components/platformModule/menuManagement.vue
+2
-1
config.js
src/router/config.js
+16
-0
No files found.
src/components/FinancialModule/GroupRateQuery.vue
0 → 100644
View file @
cca2de35
This diff is collapsed.
Click to expand it.
src/components/platformModule/menuManagement.vue
View file @
cca2de35
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
cca2de35
...
@@ -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'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment