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
805bf6fa
Commit
805bf6fa
authored
Nov 30, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 写死 R返佣 日本拿55%
parent
efa17e1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+6
-6
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
805bf6fa
...
...
@@ -1291,9 +1291,9 @@
y
.
show
=
true
,
numToMEN
+=
Number
(
obj
.
Number
)
//, y.Num = numToMEN
}
if
(
x
.
CostTypeName
.
indexOf
(
'房费送客手数料'
)
!=
-
1
&&
y
.
Type
==
5
)
{
if
(
x
.
UnitPrice
<
0
){
y
.
Unit_Price
=
-
x
.
UnitPrice
}
if
(
x
.
UnitPrice
<
0
){
y
.
Unit_Price
=
this
.
RoundItUp
(
parseFloat
(
-
(
x
.
UnitPrice
*
0.55
)).
toFixed
(
2
))
}
else
{
y
.
Unit_Price
=
x
.
UnitPrice
y
.
Unit_Price
=
this
.
RoundItUp
(
parseFloat
(
x
.
UnitPrice
*
0.55
).
toFixed
(
2
))
}
y
.
Num
=
x
.
Number
y
.
show
=
true
,
numToMEN
+=
Number
(
obj
.
Number
)
//, y.Num = numToMEN
...
...
@@ -1301,17 +1301,17 @@
if
(
x
.
CostTypeName
.
indexOf
(
'餐费送客手数料'
)
!=
-
1
&&
y
.
Type
==
6
)
{
y
.
Num
=
x
.
Number
if
(
x
.
UnitPrice
<
0
){
y
.
Unit_Price
=
-
x
.
UnitPrice
;
}
y
.
Unit_Price
=
this
.
RoundItUp
(
parseFloat
(
-
(
x
.
UnitPrice
*
0.55
)).
toFixed
(
2
))
}
else
{
y
.
Unit_Price
=
x
.
UnitPrice
y
.
Unit_Price
=
this
.
RoundItUp
(
parseFloat
(
x
.
UnitPrice
*
0.55
).
toFixed
(
2
))
}
y
.
show
=
true
,
numToMEN
+=
Number
(
obj
.
Number
)
//, y.Num = numToMEN
}
if
(
x
.
CostTypeName
.
indexOf
(
'门票送客手数料'
)
!=
-
1
&&
y
.
Type
==
7
)
{
y
.
Num
=
x
.
Number
if
(
x
.
UnitPrice
<
0
){
y
.
Unit_Price
=
-
x
.
UnitPrice
}
if
(
x
.
UnitPrice
<
0
){
y
.
Unit_Price
=
this
.
RoundItUp
(
parseFloat
(
-
(
x
.
UnitPrice
*
0.55
)).
toFixed
(
2
))
}
else
{
y
.
Unit_Price
=
x
.
UnitPrice
y
.
Unit_Price
=
this
.
RoundItUp
(
parseFloat
(
x
.
UnitPrice
*
0.55
).
toFixed
(
2
))
}
y
.
show
=
true
,
numToMEN
+=
Number
(
obj
.
Number
)
//, y.Num = numToMEN
}
...
...
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