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
4e28d303
Commit
4e28d303
authored
Aug 20, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步酒店调整
parent
5ccb1554
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
TravelManagerThree.vue
...ewTravelmanager/TravelGroupControl/TravelManagerThree.vue
+20
-6
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelManagerThree.vue
View file @
4e28d303
...
...
@@ -88,23 +88,23 @@
v-bind:CountryID="PostConfig.CountryID">
</TravelNotice>
<div
id=
"fiveAnchor"
>
<!--常规团-->
<TravelPrice
v-
if=
"PostConfig.TeamType==0"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice
"
@
headCallBack=
"getPrice"
<TravelPrice
v-
show=
"PostConfig.TeamType==0"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice1
"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:IsDirect=
"PostConfig.IsDirect"
></TravelPrice>
<!--小包团-->
<TravelPrice2
v-
if=
"PostConfig.TeamType==1"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice
"
@
headCallBack=
"getPrice"
<TravelPrice2
v-
show=
"PostConfig.TeamType==1"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice2
"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:IsDirect=
"PostConfig.IsDirect"
>
</TravelPrice2>
<!--当地游-->
<TravelPrice3
v-
if=
"PostConfig.TeamType==2"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice
"
@
headCallBack=
"getPrice"
<TravelPrice3
v-
show=
"PostConfig.TeamType==2"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice3
"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:IsDirect=
"PostConfig.IsDirect"
></TravelPrice3>
<!--地接团-->
<TravelPrice4
v-
if=
"PostConfig.TeamType==3"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice
"
@
headCallBack=
"getPrice"
<TravelPrice4
v-
show=
"PostConfig.TeamType==3"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice4
"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:TeamType=
"PostConfig.TeamType"
></TravelPrice4>
</div>
...
...
@@ -572,8 +572,22 @@
if
(
res
.
data
.
resultCode
==
1
)
{
//配置编号
TripFeature
.
ConfigId
=
res
.
data
.
data
;
this
.
$refs
.
TravelPrice
.
closeHotelDialog
();
this
.
$refs
.
TravelPrice
.
initStatus
();
if
(
this
.
$refs
.
TravelPrice1
)
{
this
.
$refs
.
TravelPrice1
.
closeHotelDialog
();
this
.
$refs
.
TravelPrice1
.
initStatus
();
}
if
(
this
.
$refs
.
TravelPrice2
)
{
this
.
$refs
.
TravelPrice2
.
closeHotelDialog
();
this
.
$refs
.
TravelPrice2
.
initStatus
();
}
if
(
this
.
$refs
.
TravelPrice3
)
{
this
.
$refs
.
TravelPrice3
.
closeHotelDialog
();
this
.
$refs
.
TravelPrice3
.
initStatus
();
}
if
(
this
.
$refs
.
TravelPrice4
)
{
this
.
$refs
.
TravelPrice4
.
closeHotelDialog
();
this
.
$refs
.
TravelPrice4
.
initStatus
();
}
this
.
$refs
.
TravelFeature
.
getHtml
(
TripFeature
,
SaveType
,
this
.
TeamType
);
}
else
if
(
res
.
data
.
resultCode
==
10009
)
{
this
.
FeatureData
.
IsSave
=
false
;
...
...
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