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
12326e8a
Commit
12326e8a
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行程天数和机票天数验证
parent
216fa95a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+2
-0
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+5
-6
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
12326e8a
...
@@ -134,6 +134,7 @@
...
@@ -134,6 +134,7 @@
IsUpdateHotel
:
0
,
IsUpdateHotel
:
0
,
OpenTeamDescribe
:
""
,
//开团备注
OpenTeamDescribe
:
""
,
//开团备注
IsOpenHotel
:
0
,
//0可以添加删除酒店,1-不能修改酒店信息
IsOpenHotel
:
0
,
//0可以添加删除酒店,1-不能修改酒店信息
DayNum
:
0
,
//行程天数
},
},
//行程
//行程
FeatureData
:
{
FeatureData
:
{
...
@@ -679,6 +680,7 @@
...
@@ -679,6 +680,7 @@
this
.
PostConfig
.
VideoStr
=
tempData
.
VideoStr
;
this
.
PostConfig
.
VideoStr
=
tempData
.
VideoStr
;
this
.
PostConfig
.
OpenTeamDescribe
=
tempData
.
OpenTeamDescribe
;
this
.
PostConfig
.
OpenTeamDescribe
=
tempData
.
OpenTeamDescribe
;
this
.
PostConfig
.
IsOpenHotel
=
tempData
.
IsOpenHotel
;
this
.
PostConfig
.
IsOpenHotel
=
tempData
.
IsOpenHotel
;
this
.
PostConfig
.
DayNum
=
tempData
.
DayNum
;
//行程天数
this
.
NoticeParameters
.
ConfigId
=
tempData
.
ConfigId
;
this
.
NoticeParameters
.
ConfigId
=
tempData
.
ConfigId
;
...
...
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
12326e8a
...
@@ -1470,12 +1470,11 @@
...
@@ -1470,12 +1470,11 @@
},
},
//选中航班选择框
//选中航班选择框
getSelect
(
item
)
{
getSelect
(
item
)
{
console
.
log
(
" this.PostConfig"
,
this
.
PostConfig
);
// if (this.PostConfig.LineId == 14 && item.DayNum != this.PostConfig.DayNum) {
if
(
this
.
PostConfig
.
LineId
==
14
&&
item
.
DayNum
!=
this
.
PostConfig
.
DayNum
)
{
// this.Error("团期行程天数和机票的行程天数不一致!请重新选择!");
this
.
Error
(
"团期行程天数和机票的行程天数不一致!请重新选择!"
);
// return;
return
;
// }
}
item
.
IsSelected
=
!
item
.
IsSelected
;
item
.
IsSelected
=
!
item
.
IsSelected
;
this
.
FinfoList
=
[];
this
.
FinfoList
=
[];
this
.
selectFilghtList
.
forEach
(
x
=>
{
this
.
selectFilghtList
.
forEach
(
x
=>
{
...
...
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