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
75d6dfc3
Commit
75d6dfc3
authored
Mar 01, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'B2B预览@'
parent
9ae82b4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+3
-3
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+2
-1
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
75d6dfc3
...
@@ -625,7 +625,7 @@
...
@@ -625,7 +625,7 @@
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.TCState==3"
@
click
.
native=
"Setshelves(item.TCID)"
>
下架
<el-dropdown-item
v-if=
"item.TCState==3"
@
click
.
native=
"Setshelves(item.TCID)"
>
下架
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
v-if=
"CurrentUserInfo.B2BDomain!=''"
@
click
.
native=
"goB2B(item.ConfigId)"
>
<el-dropdown-item
v-if=
"CurrentUserInfo.B2BDomain!=''"
@
click
.
native=
"goB2B(item.ConfigId
, item.TCID
)"
>
B2B预览
B2B预览
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
'goUrl("DistributionTransport",item.ID,"分销联运")'
>
分销联运
<el-dropdown-item
@
click
.
native=
'goUrl("DistributionTransport",item.ID,"分销联运")'
>
分销联运
...
@@ -1226,11 +1226,11 @@
...
@@ -1226,11 +1226,11 @@
}
}
})
})
},
},
goB2B
(
ConfigId
)
{
goB2B
(
ConfigId
,
tcid
)
{
var
B2BDomain
=
this
.
CurrentUserInfo
.
B2BDomain
var
B2BDomain
=
this
.
CurrentUserInfo
.
B2BDomain
window
.
open
(
window
.
open
(
'http://www.oytour.com/#/detailTwo/'
+
'http://www.oytour.com/#/detailTwo/'
+
encodeURIComponent
(
ConfigId
)
+
encodeURIComponent
(
ConfigId
)
+
'/'
+
tcid
+
'/preview'
,
'/preview'
,
'_blank'
'_blank'
)
)
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
75d6dfc3
...
@@ -744,9 +744,10 @@
...
@@ -744,9 +744,10 @@
goB2B
()
{
goB2B
()
{
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
var
B2BDomain
=
userInfo
.
B2BDomain
;
var
B2BDomain
=
userInfo
.
B2BDomain
;
let
configId
=
this
.
NewConfigId
window
.
open
(
window
.
open
(
B2BDomain
+
"/#/detailTwo/"
+
B2BDomain
+
"/#/detailTwo/"
+
encodeURIComponent
(
this
.
NewConfigId
)
+
encodeURIComponent
(
configId
)
+
'/'
+
0
+
"/preview"
,
"/preview"
,
"_blank"
"_blank"
);
);
...
...
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