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
34a69b3c
Commit
34a69b3c
authored
Aug 03, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3da2b303
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
13 deletions
+24
-13
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+13
-5
bookDinnerStatisticsDetails.vue
src/components/Restaurant/bookDinnerStatisticsDetails.vue
+10
-7
admissionStatisticsDetails.vue
src/components/scenicSpot/admissionStatisticsDetails.vue
+1
-1
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
34a69b3c
...
...
@@ -308,9 +308,10 @@
{{
subItem
.
HotelName
}}
</
template
>
<br
/>
<span
style=
"color:green"
>
报价金额 :{{subItem.OfferUnitPrice}}/人(标准间)
</span>
<span
style=
"font-weight:bold;font-size:14px;"
>
报价酒店:
<font
style=
"color:red;"
>
{{subItem.OfferHotelName}}(
{{subItem.OfferUnitPrice}}/标间)
</font></span>
<br
/>
<span
style=
"color:red"
v-if=
"subItem.StandardRoomPrice"
>
实际金额 :{{subItem.StandardRoomPrice}}/人(标
准
间)
</span>
<span
style=
"color:red"
v-if=
"subItem.StandardRoomPrice"
>
实际金额 :{{subItem.StandardRoomPrice}}/人(标间)
</span>
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.OrderDetailsList.length"
style=
"text-align:left; "
>
<a
target=
"_blank"
v-if=
"subItem.ContractUrl!==''"
:href=
"subItem.ContractUrl"
...
...
@@ -576,7 +577,10 @@
{{
subItem
.
RealName
?
subItem
.
RealName
:
subItem
.
DiningName
}}
</
template
>
<
template
v-if=
"subItem.DinnerOfferPrice&&subItem.DinnerOfferPrice>0"
>
<br
/>
餐报价:
<font
style=
"color:red;"
>
{{
subItem
.
DinnerOfferPrice
}}
</font>
<br
/>
<span
style=
"font-weight:bold;font-size:14px;"
>
报价餐厅:
<font
style=
"color:red;"
>
{{
subItem
.
DinnerOfferName
}}
(
{{
subItem
.
DinnerOfferPrice
}}
/人)
</font></span>
</
template
>
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"3"
>
...
...
@@ -706,8 +710,12 @@
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"3"
>
{{
subItem
.
ScenicName
}}
<template
v-if=
"subItem.ScenicOfferPrice&&subItem.ScenicOfferPrice>0"
>
<br
/>
景点报价:
<font
style=
"color:red;"
>
{{
subItem
.
ScenicOfferPrice
}}
</font>
<template
v-if=
"subItem.ScenicOfferPrice&& subItem.ScenicOfferPrice>0"
>
<br
/>
<span
style=
"font-weight:bold;font-size:14px;"
>
报价景点:
<font
style=
"color:red;"
>
{{
subItem
.
ScenicOfferName
}}
(
{{
subItem
.
ScenicOfferPrice
}}
/人)
</font>
</span>
</
template
>
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"3"
>
...
...
src/components/Restaurant/bookDinnerStatisticsDetails.vue
View file @
34a69b3c
...
...
@@ -102,9 +102,11 @@
</el-button>
</el-popover>
<
template
v-if=
"subItem.DinnerOfferPrice&&subItem.DinnerOfferPrice>0"
>
<br/>
餐报价:
<font
style=
"color:red;"
>
{{
subItem
.
DinnerOfferPrice
}}
</font>
<br
/>
<span
style=
"font-weight:bold;font-size:14px;"
>
报价餐厅:
<font
style=
"color:red;"
>
{{
subItem
.
DinnerOfferName
}}
(
{{
subItem
.
DinnerOfferPrice
}}
/人)
</font></span>
</
template
>
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"3"
>
{{subItem.UseDinnerTypeStr}}
...
...
@@ -181,17 +183,17 @@
<el-select
class=
'w135 sel'
v-model=
'subItem.PayStyle'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.pleaseSel')"
:value=
'0'
></el-option>
<!--v-if="subItem.PayStyleExt==1||LineId==90||LineId==168"-->
<el-option
:label=
'$t("ground.xianfu")'
:value=
'1'
>
<el-option
:label=
'$t("ground.xianfu")'
:value=
'1'
>
</el-option>
<!--v-if="subItem.PayStyleExt==2||LineId==90||LineId==168"-->
<el-option
:label=
'$t("ground.qiandan")'
:value=
'2'
>
<el-option
:label=
'$t("ground.qiandan")'
:value=
'2'
>
</el-option>
<!--v-if="subItem.PayStyleExt==3"-->
<el-option
:label=
'$t("ground.shiwudk")'
:value=
'3'
></el-option>
<el-option
:label=
'$t("ground.shiwudk")'
:value=
'3'
></el-option>
<!--v-if="subItem.PayStyleExt==4"-->
<el-option
:label=
'$t("ground.yufu")'
:value=
'4'
></el-option>
<el-option
:label=
'$t("ground.yufu")'
:value=
'4'
></el-option>
<!--v-if="subItem.PayStyleExt==5"-->
<el-option
:label=
'$t("ground.yufukuandk")'
:value=
'5'
>
<el-option
:label=
'$t("ground.yufukuandk")'
:value=
'5'
>
</el-option>
<el-option
:label=
'$t("ground.lingduidydf")'
:value=
'10'
></el-option>
<el-option
:label=
'$t("ground.gongsihetzf")'
:value=
'6'
></el-option>
...
...
@@ -353,6 +355,7 @@
},
res
=>
{
this
.
loading
=
false
;
console
.
log
(
"dmcstatistics_get_GetDinnerStaticsDetail"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
var
resultArray
=
res
.
data
.
data
.
DiningList
;
this
.
IsOperation
=
res
.
data
.
data
.
IsOperation
;
...
...
src/components/scenicSpot/admissionStatisticsDetails.vue
View file @
34a69b3c
...
...
@@ -74,7 +74,7 @@
</table>
<template
v-if=
"subItem.ScenicOfferPrice&& subItem.ScenicOfferPrice>0"
>
<br
/>
<span
style=
"font-weight:bold;font-size:14px;"
>
报价景点:
<font
style=
"color:red;"
>
<span
style=
"font-weight:bold;font-size:14px;"
>
报价景点:
<font
style=
"color:red;"
>
{{
subItem
.
ScenicOfferName
}}
(
{{
subItem
.
ScenicOfferPrice
}}
/人)
</font>
</span>
...
...
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