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
1e5a90c5
Commit
1e5a90c5
authored
Feb 19, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
683d1fe1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
11 deletions
+24
-11
restaurantList.vue
src/components/Restaurant/restaurantList.vue
+8
-0
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+5
-5
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+6
-3
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+5
-3
No files found.
src/components/Restaurant/restaurantList.vue
View file @
1e5a90c5
...
...
@@ -255,6 +255,13 @@
</el-input>
</span>
</li>
<li>
<span
class=
"hotel_name"
>
<em>
{{
$t
(
'restaurant.res_ContactNumber'
)
}}
</em>
<el-input
maxlength=
"50"
@
keyup
.
native
.
enter=
"resetPageIndex(),selectResource()"
v-model=
"msg.Tel"
>
</el-input>
</span>
</li>
<li>
<span>
<em>
{{
$t
(
'system.quety_area'
)
}}
</em>
...
...
@@ -439,6 +446,7 @@
ID
:
0
,
UpdateBy
:
0
,
//操作人
IsRecommend
:
0
,
Tel
:
""
,
},
IsHotelPriceStock
:
0
,
//1-有获取餐厅与报价添加修改权限
IsEditDmcSource
:
0
,
//是否有新增修改权限
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
1e5a90c5
...
...
@@ -98,14 +98,16 @@
<template
v-if=
"postData.TeamType==0||postData.TeamType==1"
>
{{
$t
(
'objFill.tuanduilx'
)
}}
<el-select
class=
"multiple_input"
v-model=
"postData.PriceTeamType"
style=
"width:100px;"
>
<el-option
:key=
"0"
:label=
"$t('system.ph_choice')"
:value=
"0"
>
</el-option>
<template
v-for=
"item in TeamListArr"
>
<template
v-if=
"postData.TeamType==0"
>
<el-option
v-if=
"item.Id==1||item.Id==2||item.Id==
3||item.Id==9"
:key=
"item.Id
"
:
label=
"item.Name"
:
value=
"item.Id"
>
<el-option
v-if=
"item.Id==1||item.Id==2||item.Id==
9"
:key=
"item.Id"
:label=
"item.Name
"
:value=
"item.Id"
>
</el-option>
</
template
>
<
template
v-if=
"postData.TeamType==1"
>
<el-option
v-if=
"item.Id==
3||item.Id==
2"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-if=
"item.Id==2"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</
template
>
</template>
...
...
@@ -404,8 +406,6 @@
this
.
postData
.
PriceTeamType
=
''
;
if
(
this
.
postData
.
TeamType
==
0
)
{
this
.
postData
.
PriceTeamType
=
1
;
}
else
if
(
this
.
postData
.
TeamType
==
1
)
{
this
.
postData
.
PriceTeamType
=
3
;
}
},
//获取所有币种
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
1e5a90c5
...
...
@@ -915,14 +915,17 @@
<el-form-item
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{
$t
(
'objFill.tuanduilx'
)
}}
</span>
<el-select
class=
"w180"
v-model=
"priceData.PriceTeamType"
>
<el-option
:key=
"0"
:label=
"$t('system.ph_choice')"
:value=
"0"
>
</el-option>
<template
v-for=
"item in TeamListArr"
>
<template
v-if=
"priceData.TeamType==0"
>
<el-option
v-if=
"item.Id==1||item.Id==2||item.Id==
3||item.Id==9"
:key=
"item.Id
"
:
label=
"item.Name"
:
value=
"item.Id"
>
<el-option
v-if=
"item.Id==1||item.Id==2||item.Id==
9"
:key=
"item.Id"
:label=
"item.Name
"
:value=
"item.Id"
>
</el-option>
</
template
>
<
template
v-if=
"priceData.TeamType==1"
>
<el-option
v-if=
"item.Id==3||item.Id==2"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-if=
"item.Id==2"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</
template
>
</template>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
1e5a90c5
...
...
@@ -901,14 +901,16 @@
<el-form-item
prop=
"OutBranchId"
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
{{
$t
(
'objFill.tuanduilx'
)
}}
</span>
<el-select
class=
"w180"
v-model=
"priceData.PriceTeamType"
>
<el-option
:key=
"0"
:label=
"$t('system.ph_choice')"
:value=
"0"
>
</el-option>
<template
v-for=
"item in TeamListArr"
>
<template
v-if=
"priceData.TeamType==0"
>
<el-option
v-if=
"item.Id==1||item.Id==2||item.Id==
3||item.Id==9"
:key=
"item.Id
"
:
label=
"item.Name"
:
value=
"item.Id"
>
<el-option
v-if=
"item.Id==1||item.Id==2||item.Id==
9"
:key=
"item.Id"
:label=
"item.Name
"
:value=
"item.Id"
>
</el-option>
</
template
>
<
template
v-if=
"priceData.TeamType==1"
>
<el-option
v-if=
"item.Id==
3||item.Id==
2"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-if=
"item.Id==2"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</
template
>
</template>
...
...
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