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
6d5f5c6d
Commit
6d5f5c6d
authored
Feb 22, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘行程特色@’
parent
2070d6f3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
105 additions
and
49 deletions
+105
-49
feture2.css
src/assets/css/feture2.css
+9
-0
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+2
-0
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+21
-8
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+73
-41
No files found.
src/assets/css/feture2.css
View file @
6d5f5c6d
...
...
@@ -1983,3 +1983,12 @@ div{
.__flower_J
{
left
:
-135px
;
}
.template_bg_1
{
background-color
:
#f6dc61
!important
}
.template_bg_2
{
background-color
:
pink
!important
}
.template_bg_3
{
background-color
:
skyblue
!important
}
\ No newline at end of file
src/components/confirmationOrderDownLoad.vue
View file @
6d5f5c6d
...
...
@@ -942,6 +942,8 @@
isShowVisa
:
this
.
vshowH
?
1
:
0
,
//isPc是否PC下载
isPc
:
isPc
,
//模板参数
templateId
:
this
.
showType
,
};
this
.
GetLocalFile
(
"DownLoadTripWord"
,
msg
,
title
+
".doc"
,
res
=>
{
this
.
pdfLoading
=
false
...
...
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
6d5f5c6d
...
...
@@ -155,7 +155,7 @@
</div>
-->
<new-feature
ref=
'newFeature'
:data=
'FeatureData'
></new-feature>
</div>
<div
v-if=
"
FeatureData.FeatureType===FeatureTypeState.travelSpecial2
&& FeatureDataFlag"
>
<div
v-if=
"
(FeatureData.FeatureType===FeatureTypeState.travelSpecial2 || FeatureData.FeatureType===6 || FeatureData.FeatureType===7)
&& FeatureDataFlag"
>
<!--
<newFeature2
ref=
'newFeature2'
:data=
'FeatureData'
></newFeature2>
-->
<newFeature2
ref=
'newFeature2'
:FeatureData=
'FeatureData'
></newFeature2>
</div>
...
...
@@ -222,7 +222,7 @@
nineGrid
:
2
,
userDefined
:
3
,
travelSpecial
:
4
,
travelSpecial2
:
5
travelSpecial2
:
5
,
},
TypeArray
:
[{
ckTitle
:
"自定义"
,
...
...
@@ -249,27 +249,40 @@
TypeState
:
4
},
{
ckTitle
:
"行程特色
2
"
,
ckTitle
:
"行程特色
-黄
"
,
isShow
:
false
,
imgUrl
:
Travelslider
,
TypeState
:
5
}
},
// {
// ckTitle: "行程特色-粉",
// isShow: false,
// imgUrl: Travelslider,
// TypeState: 6
// },
// {
// ckTitle: "行程特色-蓝",
// isShow: false,
// imgUrl: Travelslider,
// TypeState: 7
// }
],
//tab数组
templateColorArray
:[
{
id
:
1
,
color
:
'yellow'
,
text
:
'
黄色
'
text
:
'
土黄黄
'
},
{
id
:
2
,
color
:
'pink'
,
text
:
'
粉色
'
text
:
'
樱桃粉
'
},
{
id
:
3
,
color
:
'blue'
,
text
:
'
蓝色
'
text
:
'
水蓝蓝
'
},
],
travelsList
:
[],
...
...
@@ -473,7 +486,7 @@
//切换tab事件
clickFeature
(
item
)
{
let
state
=
this
.
FeatureData
.
FeatureType
if
(
state
===
4
&&
item
.
TypeState
===
5
)
{
if
(
(
state
===
4
&&
item
.
TypeState
===
5
)
||
(
state
===
4
&&
item
.
TypeState
===
6
)
||
(
state
===
4
&&
item
.
TypeState
===
7
)
)
{
this
.
$confirm
(
'尊敬的用户,行程特色“1”切换为行程特色“2”将会清空行程特色“1”里面的所有内容,您确定切换吗?'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
...
...
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
6d5f5c6d
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