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
30a496f2
Commit
30a496f2
authored
Oct 23, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4ae9d5db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+6
-3
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
30a496f2
...
...
@@ -288,7 +288,7 @@
},
getHtml
:
function
(
postData
,
SaveType
,
TeamType
)
{
//HK 2019-10-14 新增开始
if
(
this
.
$refs
.
newFeature2
!=
undefined
)
{
if
(
this
.
$refs
.
newFeature2
!=
undefined
)
{
//检查是否有更新
var
IsRefresh
=
this
.
$refs
.
newFeature2
.
getIsRefresh
();
if
(
IsRefresh
)
{
...
...
@@ -355,8 +355,10 @@
path
=
"TravelManager3"
;
}
else
if
(
TeamType
==
2
)
{
path
=
"TravelManager4"
;
}
else
if
(
TeamType
==
3
)
{
path
=
"TravelManager6"
;
}
if
(
postData
.
isfromManager
)
{
if
(
postData
.
isfromManager
)
{
path
=
"TravelManager5"
;
}
this
.
Success
(
"保存成功"
);
...
...
@@ -378,7 +380,8 @@
//提交按钮和另存模板跳转团控列表
else
if
(
SaveType
==
2
||
SaveType
==
3
)
{
let
path
=
"TravelControlList"
;
if
(
TeamType
==
0
)
{
//OP开团和地接开团
if
(
TeamType
==
0
||
TeamType
==
3
)
{
path
=
"TravelControlList"
;
}
else
if
(
TeamType
==
1
)
{
path
=
"TravelControlListSale"
;
...
...
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