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
07ee4a3c
Commit
07ee4a3c
authored
Apr 16, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
e05c6551
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
tripUtils.js
src/assets/utils/tripUtils.js
+10
-0
CharteringProductList.vue
...Management/CharteringManagement/CharteringProductList.vue
+15
-0
No files found.
src/assets/utils/tripUtils.js
View file @
07ee4a3c
...
@@ -801,6 +801,16 @@ var tripUtils = {
...
@@ -801,6 +801,16 @@ var tripUtils = {
}
}
},
},
//跳转到B2B页面
//跳转到B2B页面
GotoB2BCarPage
(
B2BDomain
,
Id
)
{
if
(
B2BDomain
)
{
var
url
=
"http://"
+
B2BDomain
;
window
.
open
(
url
+
"/#/detailCar/"
+
Id
,
"_blank"
);
}
},
//跳转到B2B页面
GotoB2BPage
(
B2BDomain
,
ConfigId
,
tcid
)
{
GotoB2BPage
(
B2BDomain
,
ConfigId
,
tcid
)
{
if
(
B2BDomain
)
{
if
(
B2BDomain
)
{
var
url
=
"http://"
+
B2BDomain
;
var
url
=
"http://"
+
B2BDomain
;
...
...
src/components/busManagement/CharteringManagement/CharteringProductList.vue
View file @
07ee4a3c
...
@@ -297,6 +297,7 @@
...
@@ -297,6 +297,7 @@
<button
@
click=
"goUrl('CharteringInfoManage',item.Id)"
class=
"hotelBtn"
>
{{
$t
(
'pub.updateMsg'
)
}}
</button>
<button
@
click=
"goUrl('CharteringInfoManage',item.Id)"
class=
"hotelBtn"
>
{{
$t
(
'pub.updateMsg'
)
}}
</button>
<button
@
click=
"goUrlT('CharteringQuotation',item.Id,item.Name)"
class=
"hotelBtn"
>
{{
$t
(
'objFill.baojia'
)
}}
</button>
<button
@
click=
"goUrlT('CharteringQuotation',item.Id,item.Name)"
class=
"hotelBtn"
>
{{
$t
(
'objFill.baojia'
)
}}
</button>
<button
class=
"hotelBtn"
@
click=
"clickShelf(item)"
>
{{
item
.
ProductState
==
2
?
$t
(
'Operation.Op_shangjia'
):
$t
(
'Operation.Op_xiajia'
)
}}
</button>
<button
class=
"hotelBtn"
@
click=
"clickShelf(item)"
>
{{
item
.
ProductState
==
2
?
$t
(
'Operation.Op_shangjia'
):
$t
(
'Operation.Op_xiajia'
)
}}
</button>
<button
@
click=
"goB2B(item.Id)"
class=
"hotelBtn"
>
{{
$t
(
'sm.yulan'
)
}}
</button>
</div>
</div>
</div>
</div>
<div
class=
"noData"
v-show=
"noData"
>
{{
$t
(
'system.content_noData'
)
}}
</div>
<div
class=
"noData"
v-show=
"noData"
>
{{
$t
(
'system.content_noData'
)
}}
</div>
...
@@ -309,6 +310,8 @@
...
@@ -309,6 +310,8 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
//当前登录用户信息
CurrentUserInfo
:
{},
countryList
:
""
,
countryList
:
""
,
provinceList
:
""
,
provinceList
:
""
,
cityList
:
""
,
cityList
:
""
,
...
@@ -356,6 +359,15 @@
...
@@ -356,6 +359,15 @@
};
};
},
},
methods
:
{
methods
:
{
goB2B
(
ConfigId
)
{
var
B2BDomain
=
this
.
CurrentUserInfo
.
B2BDomain
;
if
(
this
.
CurrentUserInfo
.
RB_Group_id
==
81
)
{
this
.
$tripUtils
.
GotoB2BCarPage
(
B2BDomain
,
ConfigId
);
}
else
{
this
.
$tripUtils
.
GotoB2BCarPage
(
B2BDomain
,
ConfigId
);
}
},
// 上下架
// 上下架
clickShelf
(
item
)
{
clickShelf
(
item
)
{
var
that
=
this
;
var
that
=
this
;
...
@@ -637,6 +649,9 @@
...
@@ -637,6 +649,9 @@
if
(
id
)
{
if
(
id
)
{
this
.
msg
.
ID
=
id
;
this
.
msg
.
ID
=
id
;
}
}
let
userInfo
=
this
.
getLocalStorage
();
this
.
CurrentUserInfo
=
userInfo
;
this
.
selectResource
();
this
.
selectResource
();
}
}
};
};
...
...
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