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
8e4a59c5
Commit
8e4a59c5
authored
Feb 11, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
250802f0
d093bda7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
452 additions
and
2 deletions
+452
-2
newQuotation.vue
...ponents/TravelManager/TravelNewQuotation/newQuotation.vue
+10
-2
scmAccountManagement.vue
src/components/platformModule/scmAccountManagement.vue
+425
-0
config.js
src/router/config.js
+17
-0
No files found.
src/components/TravelManager/TravelNewQuotation/newQuotation.vue
View file @
8e4a59c5
...
...
@@ -190,7 +190,7 @@
</div>
</div>
<div>
<span
class=
"openGroup opbd"
@
click=
"goToOpenTravel(
'TravelManager6',
item)"
>
<span
class=
"openGroup opbd"
@
click=
"goToOpenTravel(item)"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"开团"
placement=
"top-start"
popper-class=
"max-w250"
>
<i
class=
"iconfont icon-nav-hangzheng"
></i>
</el-tooltip>
...
...
@@ -557,7 +557,15 @@
});
},
//开团或修改
goToOpenTravel
(
path
,
item
)
{
goToOpenTravel
(
item
)
{
var
routeName
=
this
.
$route
.
name
;
var
path
=
''
;
if
(
routeName
==
'newQuotation'
)
{
path
=
'TravelManager6'
}
if
(
routeName
==
'newQuotation2'
)
{
path
=
'TravelManager5'
}
if
(
item
.
ID
>
0
)
{
this
.
$router
.
push
({
name
:
path
,
...
...
src/components/platformModule/scmAccountManagement.vue
0 → 100644
View file @
8e4a59c5
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
8e4a59c5
...
...
@@ -283,6 +283,14 @@ export default {
title
:
'城市管理'
},
},
{
path
:
'/scmAccountManagement'
,
//供应商账号管理
name
:
'scmAccountManagement'
,
component
:
resolve
=>
require
([
'@/components/platformModule/scmAccountManagement'
],
resolve
),
meta
:
{
title
:
'供应商账号管理'
},
},
{
path
:
'/companyManagement'
,
//公司管理
name
:
'companyManagement'
,
...
...
@@ -2404,6 +2412,15 @@ export default {
title
:
'报价单'
},
},
//销售-自主开团报价单
{
path
:
'/newQuotation2'
,
name
:
'newQuotation2'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelNewQuotation/newQuotation'
],
resolve
),
meta
:
{
title
:
'报价单'
},
},
{
// 销售 任务管理
path
:
'/saleTaskManagement'
,
name
:
'saleTaskManagement'
,
...
...
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