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
eda0aaf8
Commit
eda0aaf8
authored
Jul 31, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
2a402a91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+13
-10
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
eda0aaf8
...
...
@@ -287,7 +287,8 @@
</tr>
<
template
v-for=
'(outItem,outIndex) in list.HotelOrderListReport'
>
<template
v-for=
"(subItem,subIndex) in outItem.HotelOrderList"
>
<tr
v-for=
"(childItem,childIndex) in subItem.OrderDetailsList"
:key=
"outIndex*100+subIndex*1000+childIndex*10000+1000000"
>
<tr
v-for=
"(childItem,childIndex) in subItem.OrderDetailsList"
:key=
"outIndex*100+subIndex*1000+childIndex*10000+1000000"
>
<td
v-if=
"childIndex==0&&subIndex==0"
:rowspan=
"subItem.OrderDetailsList.length*outItem.HotelOrderList.length"
style=
"white-space:nowrap; "
>
{{
outItem
.
UseTimeStr
}}
...
...
@@ -303,9 +304,9 @@
<
template
v-else
>
{{
subItem
.
HotelName
}}
</
template
>
<br/>
<br
/>
<span
style=
"color:green"
>
报价金额 :{{subItem.OfferUnitPrice}}/人(标准间)
</span>
<br/>
<br
/>
<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; "
>
...
...
@@ -1475,9 +1476,13 @@
});
},
goZhiDan
:
function
(
obj
,
num
,
leadr
,
cur
)
{
let
totailMoney
=
(
Number
(
leadr
.
LeaderGetPriceT
)
+
Number
(
cur
.
yiLing
)).
toFixed
(
2
);
let
leadrPlanPrice
=
0
;
if
(
leadr
&&
leadr
.
PlanPrice
)
{
leadrPlanPrice
=
leadr
.
PlanPrice
.
toFixed
(
2
);
}
if
(
!
num
)
{
let
totailMoney
=
Number
(
leadr
.
LeaderGetPriceT
)
+
Number
(
cur
.
yiLing
);
if
(
totailMoney
>
leadr
.
PlanPrice
)
if
(
totailMoney
>
leadrPlanPrice
)
return
this
.
$message
.
error
(
"最大领款为预付合计金额的95%!"
);
if
(
!
leadr
.
LeaderGetPriceT
||
leadr
.
LeaderGetPriceT
<=
0
)
return
this
.
$message
.
error
(
"请输入金额!"
);
...
...
@@ -2099,13 +2104,11 @@
this
.
msg
.
TCIDs
=
this
.
$route
.
query
.
id
;
this
.
NewCombinationNum
=
this
.
$route
.
query
.
NewCombinationNum
;
this
.
myLineId
=
this
.
$route
.
query
.
lineId
;
if
(
this
.
myLineId
==
14
)
{
//日本线95%
if
(
this
.
myLineId
==
14
)
{
//日本线95%
this
.
comRate
=
0.95
;
}
else
if
(
this
.
myLineId
==
168
||
this
.
myLineId
==
2
)
{
//欧洲线60% 2023-07-25 add by:W 徐总要求
}
else
if
(
this
.
myLineId
==
168
||
this
.
myLineId
==
2
)
{
//欧洲线60% 2023-07-25 add by:W 徐总要求
this
.
comRate
=
0.60
;
}
else
{
}
else
{
this
.
comRate
=
1
;
}
if
(
this
.
$route
.
query
.
OutBranchId
==
1216
)
{
...
...
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