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
89cad1b6
Commit
89cad1b6
authored
6 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开团新增开团备注信息
parent
2c992d7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
OpTripList.vue
src/components/TravelManager/TravelList/OpTripList.vue
+4
-0
TravelConfig.vue
...ents/newTravelmanager/TravelGroupControl/TravelConfig.vue
+6
-0
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+4
-1
No files found.
src/components/TravelManager/TravelList/OpTripList.vue
View file @
89cad1b6
...
...
@@ -114,6 +114,10 @@
<div
class=
"TCL_remarkTitle TCL-redType"
>
{{
$t
(
'Operation.Op_TeamName'
)
}}
:
</div>
<div
class=
"TCL_Content"
>
{{
item
.
Title
}}
</div>
</div>
<div
class=
"clearfix"
v-if=
"item.OpenTeamDescribe&&item.OpenTeamDescribe!=''"
>
<div
class=
"TCL_remarkTitle TCL-redType"
>
备注:
</div>
<div
class=
"TCL_Content"
>
{{
item
.
OpenTeamDescribe
}}
</div>
</div>
</div>
</li>
...
...
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelConfig.vue
View file @
89cad1b6
...
...
@@ -127,6 +127,12 @@
resize="none" placeholder="本团卖点" maxlength="300">
</el-input>
</el-form-item>
</div>
<div>
<el-form-item
label=
"备注"
>
<el-input
v-model=
"PostConfig.OpenTeamDescribe"
type=
"textarea"
:autosize=
"
{minRows: 1, maxRows: 2 }"
resize="none" placeholder="此备注只在开团行程列表中显示" maxlength="300">
</el-input>
</el-form-item>
</div>
<div
class=
"_VideoStr_box"
>
<el-form-item
label=
"视频地址"
>
<el-input
v-model=
"PostConfig.VideoStr"
type=
"textarea"
:autosize=
"
{minRows: 1, maxRows: 1 }"
...
...
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
89cad1b6
...
...
@@ -123,7 +123,8 @@
fileList
:
[],
VideoStr
:
""
,
//视频地址
//是否更新酒店库存
IsUpdateHotel
:
0
IsUpdateHotel
:
0
,
OpenTeamDescribe
:
""
,
//开团备注
},
//行程
FeatureData
:
{
...
...
@@ -314,6 +315,7 @@
basicData
.
ImgCover
=
this
.
PostConfig
.
ImgCover
;
basicData
.
PriceIsDirect
=
this
.
PostConfig
.
PriceIsDirect
;
basicData
.
IsDirect
=
this
.
PostConfig
.
IsDirect
;
basicData
.
OpenTeamDescribe
=
this
.
PostConfig
.
OpenTeamDescribe
;
basicData
.
RemoveChild
=
this
.
PostConfig
.
RemoveChild
;
basicData
.
TeamType
=
this
.
PostConfig
.
TeamType
;
...
...
@@ -649,6 +651,7 @@
this
.
PostConfig
.
CountryID
=
tempData
.
CountryID
;
//视频地址
this
.
PostConfig
.
VideoStr
=
tempData
.
VideoStr
;
this
.
PostConfig
.
OpenTeamDescribe
=
tempData
.
OpenTeamDescribe
;
this
.
NoticeParameters
.
ConfigId
=
tempData
.
ConfigId
;
this
.
NoticeParameters
.
CountryID
=
tempData
.
CountryID
;
...
...
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