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
091de1d4
Commit
091de1d4
authored
Nov 15, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b7a8c608
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+2
-2
HotelTripThree.vue
...onents/newTravelmanager/travelLineTrip/HotelTripThree.vue
+1
-1
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
091de1d4
...
@@ -662,7 +662,7 @@
...
@@ -662,7 +662,7 @@
<el-form-item
prop=
"OutBranchId"
style=
"margin-top:1px;"
>
<el-form-item
prop=
"OutBranchId"
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{$t('scen.sc_cp')}}
</span>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{$t('scen.sc_cp')}}
</span>
<el-select
class=
"w180"
v-model=
"priceData.OutBranchId"
@
change=
"getstandardCurrencyName"
<el-select
class=
"w180"
v-model=
"priceData.OutBranchId"
@
change=
"getstandardCurrencyName"
:disabled=
"CurrentUserInfo.RB_Group_id==2"
>
:disabled=
"CurrentUserInfo.RB_Group_id==2
&&PostConfig.OfferId>0
"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectOtherDefault"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectOtherDefault"
></el-option>
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
>
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
>
</el-option>
</el-option>
...
@@ -904,7 +904,7 @@
...
@@ -904,7 +904,7 @@
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<div
class=
"TPright clearfix"
>
<div
class=
"TPright clearfix"
>
<el-form-item
prop=
"OutBranchId"
style=
"margin-top:1px;"
>
<el-form-item
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{$t('objFill.tuanduilx')}}
</span>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{$t('objFill.tuanduilx')}}
</span>
<el-select
class=
"w180"
v-model=
"priceData.PriceTeamType"
>
<el-select
class=
"w180"
v-model=
"priceData.PriceTeamType"
>
<
template
v-for=
"item in TeamListArr"
>
<
template
v-for=
"item in TeamListArr"
>
...
...
src/components/newTravelmanager/travelLineTrip/HotelTripThree.vue
View file @
091de1d4
...
@@ -387,7 +387,7 @@
...
@@ -387,7 +387,7 @@
},
},
//早餐切换
//早餐切换
changeBreakfastList
(
breakfastObj
)
{
changeBreakfastList
(
breakfastObj
)
{
if
(
breakfastObj
.
BreakfastUseType
!=
0
)
{
if
(
breakfastObj
&&
breakfastObj
.
BreakfastUseType
!=
0
)
{
//获取当前选中的对象
//获取当前选中的对象
let
obj
=
{};
let
obj
=
{};
obj
=
this
.
breakFirstList
.
find
(
item
=>
{
obj
=
this
.
breakFirstList
.
find
(
item
=>
{
...
...
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