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
c92aa599
Commit
c92aa599
authored
Feb 05, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
42893168
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
PriceDetail.vue
src/components/orderCommon/PriceDetail.vue
+12
-8
No files found.
src/components/orderCommon/PriceDetail.vue
View file @
c92aa599
...
...
@@ -20,9 +20,8 @@
colspan=
"6"
style=
"text-align: left; padding-left: 10px"
>
总金额:
{{
Getdetail
().
Total
}}
<div>
{{
Getdetail
().
datas
}}
总金额:
{{
Getdetail
().
datas
}}
=
{{
Getdetail
().
Total
}}
</div>
<!--
decimal PreferPrice = ((dmodel.Unit_Price ?? 0) - (model.DiscountPrice ?? 0)) * (dmodel.ManNum ?? 0);
...
...
@@ -291,24 +290,29 @@
Price4
=
(
OrderPrice
.
Unit_Price
+
OrderPrice
.
OldManChargePrice
-
childItem
.
DiscountPrice
)
*
childItem
.
OldPeopleNum
console
.
log
(
String1
,
Price4
,
'------String4'
)
}
if
(
TotalPNum
>
0
){
if
(
TotalPNum
>
0
&&
OrderPrice
.
OtherPrice
>
0
){
String5
=
`+(
${
OrderPrice
.
OtherPrice
}
*
${
TotalPNum
}
)`
Price5
=
OrderPrice
.
OtherPrice
*
TotalPNum
console
.
log
(
String1
,
Price5
,
'------String5'
)
}
if
(
TotalPNum
>
0
){
String6
=
`+(
${
OrderPrice
.
VisaPrice
}
*
${
TotalPNum
}
)`
Price6
=
OrderPrice
.
VisaPrice
*
TotalPNum
console
.
log
(
String1
,
Price6
,
'------String6'
)
}
String7
=
`+(
${
OrderPrice
.
BackVisaPrice
}
* (
${
TotalPNum
}
+
${
childItem
.
BabyNum
}
-
${
childItem
.
VisaNum
}
))`
if
((
TotalPNum
+
childItem
.
BabyNum
)
!=
childItem
.
VisaNum
){
String7
=
`+(
${
OrderPrice
.
BackVisaPrice
}
* (
${
TotalPNum
}
+
${
childItem
.
BabyNum
}
-
${
childItem
.
VisaNum
}
))`
Price7
=
OrderPrice
.
BackVisaPrice
*
(
TotalPNum
+
childItem
.
BabyNum
-
childItem
.
VisaNum
)
console
.
log
(
String7
,
Price7
,
'------String7'
)
}
String8
=
`+(
${
childItem
.
SingleRoomNum
}
*
${
OrderPrice
.
SingleRoomPrice
}
)`
if
(
childItem
.
SingleRoomNum
>
0
){
String8
=
`+(
${
childItem
.
SingleRoomNum
}
*
${
OrderPrice
.
SingleRoomPrice
}
)`
Price8
=
childItem
.
SingleRoomNum
*
OrderPrice
.
SingleRoomPrice
console
.
log
(
String8
,
Price8
,
'------String8'
)
}
if
(
childItem
.
ChirdNeedBedNum
>
0
){
String9
=
`+(
${
childItem
.
ChirdNeedBedNum
}
*
${
OrderPrice
.
ChildNeedPrice
}
)`
Price9
=
childItem
.
ChirdNeedBedNum
*
OrderPrice
.
ChildNeedPrice
...
...
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