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
3d1c4c4a
Commit
3d1c4c4a
authored
Sep 12, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c7cf0025
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
24 deletions
+17
-24
OpTripList.vue
src/components/TravelManager/TravelList/OpTripList.vue
+3
-3
SaleTripList.vue
src/components/TravelManager/TravelList/SaleTripList.vue
+3
-6
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+4
-6
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+4
-7
TripDownLoadCommon.vue
src/components/commonPage/TripDownLoadCommon.vue
+1
-1
index.vue
...ravelmanager/TravelGroupControl/UpgradedVersion/index.vue
+2
-1
No files found.
src/components/TravelManager/TravelList/OpTripList.vue
View file @
3d1c4c4a
...
...
@@ -128,7 +128,7 @@
<el-button
@
click=
"goToOpenTravel('TravelManager2',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(
'confirmationOrderDownLoadNew',
item)"
type=
"primary"
>
<el-button
@
click=
"goUrlR(item)"
type=
"primary"
>
{{
$t
(
'Operation.Op_tripDownLoad'
)
}}
</el-button>
<el-button
v-if=
"item.TCNUMS==''"
@
click=
"delConfig(item.ID)"
type=
"primary"
>
...
...
@@ -405,13 +405,13 @@
);
},
goUrlR
(
path
,
item
)
{
goUrlR
(
item
)
{
var
cityId
=
item
.
StartCityID
if
(
item
.
IsUnion
==
1
&&
item
.
UnionTypeStr
==
2
)
{
cityId
=
item
.
UnionCityId
}
let
routeData
=
this
.
$router
.
resolve
({
name
:
path
,
name
:
'confirmationOrderDownLoadNew'
,
query
:
{
configId
:
item
.
ID
,
cityId
:
cityId
,
...
...
src/components/TravelManager/TravelList/SaleTripList.vue
View file @
3d1c4c4a
...
...
@@ -101,12 +101,9 @@
<div
class=
"el-col"
>
<div
class=
"d7"
>
<el-button
v-if=
"item.CreateBy==CurrentUserId && item.ShareTeamType
<0
"
@
click=
"goToOpenTravel('TravelManager3',item.ID)"
type=
"primary"
>
{{
$t
(
'Operation.Op_tripUpdate'
)
}}
</el-button>
<!--
<el-button
v-if=
"item.CreateBy==CurrentUserId"
@
click=
"goToOpenTravel('TravelManager5',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
v-if=
"item.TCNUMS==''&&item.CreateBy==CurrentUserId"
@
click=
"delConfig(item.ID)"
type=
"primary"
>
{{
$t
(
'system.table_delete'
)
}}
</el-button>
<!--
<el-button
@
click=
"goUrlR('SalesconfirmationOrder',item)"
type=
"primary"
>
行程下载
</el-button>
-->
<el-button
@
click=
"goUrlR('confirmationOrderDownLoadNew',item)"
type=
"primary"
>
<el-button
@
click=
"goUrlR(item)"
type=
"primary"
>
{{
$t
(
'Operation.Op_tripDownLoad'
)
}}
</el-button>
</div>
</div>
...
...
@@ -332,9 +329,9 @@
);
},
//跳转至下载
goUrlR
(
path
,
item
){
goUrlR
(
item
){
let
routeData
=
this
.
$router
.
resolve
({
name
:
path
,
name
:
'confirmationOrderDownLoadNew'
,
query
:
{
configId
:
item
.
ID
,
cityId
:
0
,
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
3d1c4c4a
...
...
@@ -1086,7 +1086,7 @@
@
click
.
native=
"goTeamBalance(item.TCID,item.OutBranchId)"
>
{{$t('Operation.Op_shouzhiDetail')}}
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"goUrlR(
'confirmationOrderDownLoadNew',
item)"
>
<el-dropdown-item
@
click
.
native=
"goUrlR(item)"
>
{{$t('Operation.Op_tripDownLoad')}}
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"removeTeamInfo(item.TCID)"
>
{{$t('system.table_delete')}}
</el-dropdown-item>
...
...
@@ -2174,16 +2174,14 @@
}
});
},
goUrlR
(
path
,
item
)
{
goUrlR
(
item
)
{
var
cityId
=
item
.
StartCityID
;
if
(
item
.
IsUnion
==
1
&&
item
.
UnionTypeStr
==
2
)
{
cityId
=
item
.
UnionCityId
;
}
if
(
item
.
FeatureType
==
8
)
{
//path = 'confirmationOrderDownLoadNew'
}
let
routeData
=
this
.
$router
.
resolve
({
name
:
path
,
name
:
'confirmationOrderDownLoadNew'
,
query
:
{
configId
:
item
.
ID
,
cityId
:
cityId
,
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
3d1c4c4a
...
...
@@ -783,7 +783,7 @@
<el-dropdown-item
@
click
.
native=
"goTeamBalance(item.TCID,item.OutBranchId)"
>
{{$t('Operation.Op_shouzhiDetail')}}
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"goUrlR(
'confirmationOrderDownLoadNew',
item)"
>
@
click
.
native=
"goUrlR(item)"
>
{{$t('Operation.Op_tripDownLoad')}}
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"removeTeamInfo(item.TCID)"
>
{{$t('system.table_delete')}}
</el-dropdown-item>
...
...
@@ -1558,16 +1558,13 @@
}
});
},
goUrlR
(
path
,
item
)
{
goUrlR
(
item
)
{
var
cityId
=
item
.
StartCityID
;
if
(
item
.
IsUnion
==
1
&&
item
.
UnionTypeStr
==
2
)
{
cityId
=
item
.
UnionCityId
;
}
if
(
item
.
FeatureType
==
8
)
{
//path = 'confirmationOrderDownLoadNew'
}
let
routeData
=
this
.
$router
.
resolve
({
name
:
path
,
let
routeData
=
this
.
$router
.
resolve
({
name
:
'confirmationOrderDownLoadNew'
,
query
:
{
configId
:
item
.
ID
,
cityId
:
cityId
,
...
...
src/components/commonPage/TripDownLoadCommon.vue
View file @
3d1c4c4a
...
...
@@ -214,7 +214,7 @@
this
.
apipost
(
'travel_get_GetTravelFeatureType'
,
postMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
data
==
8
)
{
// this.TripPath = "confirmationOrderDownLoadNew";
}
}
},
err
=>
{})
...
...
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/index.vue
View file @
3d1c4c4a
...
...
@@ -282,7 +282,8 @@
x
:
0
,
y
:
0
,
}];
newObj
.
MainDesc
=
"描述信息"
;
newObj
.
MainDesc
=
"坚持以高端旅游服务广大客户群体!我们坚信旅游是美好的体验!带您体验日本的四季之美,赏花.赏枫.赏雪并且享受怀石料理,泡露天温泉,遨游日本的秀丽山海美景!印象日本不断思索旅游本质,坚持旅游质量,对于旅游的专业与服务有着深刻体认!我们的用心,您一定会看的见!选择印象日本,会是你前往日本最好的选择,您一定会认同并期待您的参与,这也是我们由衷的期盼!“旅遊”不是舟車勞頓的代名詞~提供高档旅游产品,印象之旅有其独到的见解与坚持,这就是各位选择旅游的真正定义!来吧~如果你还在犹豫不知道该选择什么样的日本产品,相信印象之旅对是你最棒的选择!最后并祝各位有个愉快的旅游假期!"
;
},
//详情页数据
getDetailsData
(
tripObj
,
newObj
)
{
...
...
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