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
25294961
Commit
25294961
authored
Feb 22, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘特色颜色’
parent
d87c97a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
4 deletions
+23
-4
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+0
-2
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+23
-2
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
25294961
...
...
@@ -942,8 +942,6 @@
isShowVisa
:
this
.
vshowH
?
1
:
0
,
//isPc是否PC下载
isPc
:
isPc
,
//模板参数
templateId
:
5
,
};
this
.
GetLocalFile
(
"DownLoadTripWord"
,
msg
,
title
+
".doc"
,
res
=>
{
this
.
pdfLoading
=
false
...
...
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
25294961
...
...
@@ -14,10 +14,12 @@
<div>
{{
item
.
ckTitle
}}
</div>
</div>
</div>
<div>
<div
style=
"display:none"
>
<p
style=
"padding:5px 0;"
>
请选择下载word行程的主题颜色
</p>
<el-radio-group
v-model=
"FeatureData.TemplateId"
>
<el-radio-button
v-for=
"item in templateColorArray"
:
label=
"item.text"
:key=
"item.id"
:value=
"item.id"
>
</el-radio-button>
<el-radio-button
v-for=
"item in templateColorArray"
:
class=
"`templateColorArray_$
{item.color}`" :label="item.id" :key="item.id" :value="item.id">
{{
item
.
text
}}
</el-radio-button>
</el-radio-group>
<p
style=
"padding:5px 0 0 0;"
>
</p>
</div>
<div>
注:幻灯片(图片至少为两张,图片尺寸应该控制在960*500,如果超出系统将自动裁剪显示)
</div>
<div
class=
"ScraList"
>
九宫格(请尽量保持图片高清,系统将根据你的图片数量自动缩放图片大小,最多9张图片)
</div>
...
...
@@ -351,6 +353,7 @@
ShopRemark
:
postData
.
ShopRemark
,
VisaRemark
:
postData
.
VisaRemark
,
WarmTip
:
postData
.
WarmTip
,
TemplateId
:
postData
.
TemplateId
};
let
flagWangYue
=
this
.
$route
.
query
.
flag
;
...
...
@@ -629,6 +632,24 @@
</
script
>
<
style
>
.templateColorArray_yellow.is-active
span
.el-radio-button__inner
{
background-color
:
#f6dc61
;
border-color
:
#f6dc61
;
color
:
#d19913
;
box-shadow
:
-1px
0
0
0
#f6dc61
;
}
.templateColorArray_pink.is-active
span
.el-radio-button__inner
{
background-color
:
pink
;
border-color
:
pink
;
color
:
#9c525f
;
box-shadow
:
-1px
0
0
0
pink
;
}
.templateColorArray_blue.is-active
span
.el-radio-button__inner
{
background-color
:
skyblue
;
border-color
:
skyblue
;
color
:
#346f88
;
box-shadow
:
-1px
0
0
0
skyblue
;
}
@font-face
{
font-family
:
"FZDBSJW"
;
src
:
url("../../../assets/webfont/FZDBSJW.woff")
format
(
"woff"
),
...
...
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