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
5fd991d2
Commit
5fd991d2
authored
Aug 17, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增说明
parent
85e73afe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
17 deletions
+8
-17
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+8
-17
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
5fd991d2
...
...
@@ -31,6 +31,7 @@
<div
class=
"TFBTline"
></div>
</div>
<div
class=
"TFchildContent clearfix"
>
<!--九宫格-->
<div
class=
"TFLeft"
v-if=
"FeatureData.FeatureType==FeatureTypeState.nineGrid"
>
<span>
{{
$t
(
'sm.xiaoguoyldzxg'
)
}}
</span>
<div
class=
"nineGrid clearfix"
>
...
...
@@ -51,6 +52,7 @@
</div>
</div>
</div>
<!--幻灯片-->
<div
class=
"TFLeft"
v-if=
"FeatureData.FeatureType==FeatureTypeState.slideType"
>
<span>
{{
$t
(
'sm.xiaoguoyldzxg'
)
}}
</span>
<div
class=
"TFIMGContent"
>
...
...
@@ -64,6 +66,7 @@
</div>
</div>
</div>
<!--自定义 开始-->
<div
v-if=
"FeatureData.FeatureType==FeatureTypeState.userDefined"
>
<span
class=
"userDeSpan"
>
{{
$t
(
'sm.xiaoguoyldzxg'
)
}}
</span>
<div
class=
"userDefined"
>
...
...
@@ -91,13 +94,17 @@
</div>
</div>
</div>
<!--自定义 结束-->
<!--行程特色第一版-->
<div
v-if=
"FeatureData.FeatureType===FeatureTypeState.travelSpecial"
>
<new-feature
ref=
'newFeature'
:data=
'FeatureData'
></new-feature>
</div>
<!--行程特色第二版(黄、粉、蓝)-->
<div
v-if=
"(FeatureData.FeatureType===FeatureTypeState.travelSpecial2 || FeatureData.FeatureType===6 || FeatureData.FeatureType===7) && FeatureDataFlag"
>
<newFeature2
ref=
'newFeature2'
:FeatureData=
'FeatureData'
></newFeature2>
</div>
<!--行程特色第三版 -->
<UpgradedVersion
v-if=
"FeatureData.FeatureType==8"
></UpgradedVersion>
</div>
</div>
...
...
@@ -125,8 +132,6 @@
import
{
setTimeout
}
from
'timers'
;
export
default
{
components
:
{
vEditDiv
,
...
...
@@ -213,7 +218,6 @@
imgUrl
:
Travelslider
,
TypeState
:
8
}
],
//tab数组
templateColorArray
:
[{
id
:
1
,
...
...
@@ -295,16 +299,6 @@
});
},
getHtml
:
function
(
postData
,
SaveType
,
TeamType
)
{
//HK 2019-10-14 新增开始
// if (this.$refs.newFeature2 != undefined) {
// //检查是否有更新
// var IsRefresh = this.$refs.newFeature2.getIsRefresh();
// if (IsRefresh) {
// //有更新重新初始化行程特色内容
// this.$refs.newFeature2.UpDateInfo();
// }
// }
//HK 2019-10-14 新增结束
var
FeatureData
=
{
B2BRemark
:
postData
.
B2BRemark
,
ConfigId
:
postData
.
ConfigId
,
...
...
@@ -391,7 +385,7 @@
//OP开团和地接开团
if
(
TeamType
==
0
)
{
path
=
"TravelControlList"
;
}
else
if
(
TeamType
==
3
){
}
else
if
(
TeamType
==
3
)
{
path
=
"TravelControlList2"
;
}
else
if
(
TeamType
==
1
)
{
path
=
"TravelControlListSale"
;
...
...
@@ -457,7 +451,6 @@
});
this
.
FeatureData
.
FeatureType
=
state
;
});
// this.$message.warning('尊敬的用户,行程特色"1"暂时无法直接切换为行程特色"2"!')
}
else
{
this
.
TypeArray
.
forEach
(
x
=>
{
if
(
x
.
TypeState
==
item
.
TypeState
)
{
...
...
@@ -486,7 +479,6 @@
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
let
fileName
=
file
.
file
.
name
;
let
that
=
this
;
let
path
=
"/Upload/DMC/"
;
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
...
...
@@ -574,7 +566,6 @@
}
}
};
</
script
>
<
style
>
...
...
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