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
a284b887
Commit
a284b887
authored
Jul 10, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
02db99c8
ea392496
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+3
-3
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+2
-0
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+4
-6
No files found.
src/components/Ticketing/TicketManager.vue
View file @
a284b887
...
...
@@ -1371,7 +1371,7 @@
<el-col
:span=
"2"
>
<span
class=
"_lian_style"
v-if=
"item.IsSetUnion==1"
>
联
</span>
<div
class=
"_oll_img_box"
>
<span
class=
"TICK_Code PingFangSC"
>
编号:
{{
item
.
ID
}}
</span>
<span
class=
"TICK_Code PingFangSC"
>
编号:
{{
item
.
ID
}}
天数:
<span
style=
"color:#ff0066;font-weight:bold"
>
{{
item
.
DayNum
}}
</span>
</span>
<img
v-if=
"!item.AirlineUrl"
class=
"_oll_img"
:src=
"defaultImg"
>
<img
v-else
class=
"_oll_img"
:src=
"item.AirlineUrl"
:onerror=
"defaultImg"
>
</div>
...
...
@@ -1936,7 +1936,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"行程天数(国际
段
)"
>
<el-form-item
label=
"行程天数(国际)"
>
<el-input
v-model=
"addMsg.DayNum"
placeholder=
"行程天数"
@
keyup
.
native=
"checkInteger(addMsg,'DayNum')"
maxlength=
"2"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -2075,7 +2075,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"行程天数(国际
段
)"
>
<el-form-item
label=
"行程天数(国际)"
>
<el-input
v-model=
"addMsg.DayNum"
placeholder=
"行程天数"
@
keyup
.
native=
"checkInteger(addMsg,'DayNum')"
maxlength=
"2"
></el-input>
</el-form-item>
</el-col>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
a284b887
...
...
@@ -134,6 +134,7 @@
IsUpdateHotel
:
0
,
OpenTeamDescribe
:
""
,
//开团备注
IsOpenHotel
:
0
,
//0可以添加删除酒店,1-不能修改酒店信息
DayNum
:
0
,
//行程天数
},
//行程
FeatureData
:
{
...
...
@@ -679,6 +680,7 @@
this
.
PostConfig
.
VideoStr
=
tempData
.
VideoStr
;
this
.
PostConfig
.
OpenTeamDescribe
=
tempData
.
OpenTeamDescribe
;
this
.
PostConfig
.
IsOpenHotel
=
tempData
.
IsOpenHotel
;
this
.
PostConfig
.
DayNum
=
tempData
.
DayNum
;
//行程天数
this
.
NoticeParameters
.
ConfigId
=
tempData
.
ConfigId
;
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
a284b887
...
...
@@ -1470,12 +1470,10 @@
},
//选中航班选择框
getSelect
(
item
)
{
// if (this.PostConfig.LineId == 14 && item.DayNum != this.PostConfig.DayNum) {
// this.Error("团期行程天数和机票的行程天数不一致!请重新选择!");
// return;
// }
if
(
this
.
PostConfig
.
LineId
==
14
&&
item
.
DayNum
!=
this
.
PostConfig
.
DayNum
)
{
this
.
Error
(
"团期行程天数和机票的行程天数不一致!请重新选择!"
);
return
;
}
item
.
IsSelected
=
!
item
.
IsSelected
;
this
.
FinfoList
=
[];
this
.
selectFilghtList
.
forEach
(
x
=>
{
...
...
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