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
9c663441
Commit
9c663441
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增直客版行程链接
parent
6bcce352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
productQuery.vue
src/components/SalesModule/productQuery.vue
+10
-0
No files found.
src/components/SalesModule/productQuery.vue
View file @
9c663441
...
...
@@ -855,6 +855,7 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('Operation.Op_tripDownLoad')"
placement=
"top-start"
>
<el-button
@
click=
"toTrip(item)"
type=
"primary"
style=
'background:#47BF8C; border-color:#47BF8C'
icon=
"iconfont icon-xiazai"
></el-button>
</el-tooltip>
</el-button-group>
<el-button-group
style=
"display:block;"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('salesModule.ShareTrip')"
placement=
"top-start"
style=
"float:left"
>
...
...
@@ -2358,6 +2359,15 @@
if
(
res
.
data
.
resultCode
==
1
)
{
}
},
err
=>
{})
},
//直客版行程
goB2B
(
ConfigId
,
tcid
)
{
window
.
open
(
"http://www.oytour.com/#/newTrip"
+
'?ID='
+
encodeURIComponent
(
ConfigId
)
+
"&"
+
'tcid='
+
tcid
,
"_blank"
);
}
},
mounted
()
{
...
...
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