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
bc7b5000
Commit
bc7b5000
authored
7 months ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
649bd42b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
commonDinnerInfo.vue
src/components/commonPage/commonDinnerInfo.vue
+11
-5
No files found.
src/components/commonPage/commonDinnerInfo.vue
View file @
bc7b5000
...
...
@@ -44,10 +44,9 @@
<th
width=
"120"
>
{{
$t
(
'pub.date'
)
}}
</th>
<th
width=
"150"
>
餐厅名称
</th>
<th
width=
"150"
>
更换餐厅
</th>
<th
width=
"150"
v-if=
"showHotelObj.showPrice"
>
餐标
</th>
<th
width=
"150"
v-if=
"showHotelObj.showPrice"
>
预定人数/
餐标
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
预约时间
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
操作人
</th>
<th
width=
"120"
>
{{
$t
(
'salesModule.DJstatus'
)
}}
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
确认时间
</th>
</tr>
...
...
@@ -76,11 +75,18 @@
{{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
</span>
</td>
<td>
<td
style=
"text-align:left;padding-left:5px;"
>
<
template
v-if=
"showHotelObj.showPrice&&hotelSubItem.PriceList&&hotelSubItem.PriceList.length>0"
>
<span
v-for=
"(priceSubItem,priceSubIndex) in hotelSubItem.PriceList"
:key=
"`din`+priceSubIndex"
>
<template
v-if=
"priceSubItem.GuestType==1"
>
{{
priceSubItem
.
UnitPrice
}}
<template
v-if=
"priceSubItem.UnitPrice>0&&priceSubItem.DiningNum>0"
>
<span
style=
"display:block;"
>
<template
v-if=
"priceSubItem.GuestType==1"
>
大
</
template
>
<
template
v-if=
"priceSubItem.GuestType==2"
>
中
</
template
>
<
template
v-if=
"priceSubItem.GuestType==3"
>
小
</
template
>
:{{priceSubItem.DiningNum}}
餐标:{{priceSubItem.UnitPrice}}
</span>
</template>
</span>
</template>
...
...
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