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
37367971
Commit
37367971
authored
1 year ago
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增开团行程链接
parent
0f4c75ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
OpTripList.vue
src/components/TravelManager/TravelList/OpTripList.vue
+8
-12
No files found.
src/components/TravelManager/TravelList/OpTripList.vue
View file @
37367971
...
...
@@ -77,6 +77,7 @@
</li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"resetPageIndex(),getControlList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"goToOpenTravel('TravelManager',0)"
>
创建行程
</button>
</li>
</ul>
</div>
...
...
@@ -125,7 +126,7 @@
</div>
<div
class=
"el-col"
>
<div
class=
"d7"
>
<el-button
@
click=
"goToOpenTravel('TravelManager
2
',item.ID)"
type=
"primary"
>
<el-button
@
click=
"goToOpenTravel('TravelManager',item.ID)"
type=
"primary"
>
{{
$t
(
'Operation.Op_tripUpdate'
)
}}
</el-button>
<el-button
@
click=
"copyTravelInfo(item.ID)"
type=
"primary"
>
{{
$t
(
'Operation.Op_tripCopy'
)
}}
</el-button>
<el-button
@
click=
"goUrlR(item)"
type=
"primary"
>
...
...
@@ -326,19 +327,14 @@
goToOpenTravel
(
path
,
configId
)
{
if
(
configId
>
0
)
{
this
.
$store
.
commit
(
"pageConditionUpdate"
,
this
.
queryMsg
);
this
.
$router
.
push
({
name
:
path
,
query
:
{
this
.
OpenNewPage
(
path
,
{
configId
:
configId
,
openState
:
1
,
blank
:
'y'
,
tab
:
'团期配置'
}
});
}
else
{
this
.
$router
.
push
({
name
:
path
});
this
.
OpenNewPage
(
path
,
{});
}
},
//行程复制
...
...
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