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
51acd1c6
Commit
51acd1c6
authored
5 years ago
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c5dd3e67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+1
-1
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+2
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
51acd1c6
...
@@ -1623,7 +1623,7 @@ export default {
...
@@ -1623,7 +1623,7 @@ export default {
let
allMoney
=
0
let
allMoney
=
0
this
.
payMsgList
.
forEach
(
x
=>
{
this
.
payMsgList
.
forEach
(
x
=>
{
allMoney
+=
x
.
allMoney
;
allMoney
+=
x
.
allMoney
;
//
x.allMoney=(Math.round(x.allMoney * 100)) / 100;
x
.
allMoney
=
(
Math
.
round
(
x
.
allMoney
*
100
))
/
100
;
})
})
if
(
allMoney
.
toString
().
split
(
"."
)[
1
]){
if
(
allMoney
.
toString
().
split
(
"."
)[
1
]){
let
num
=
allMoney
.
toString
().
split
(
"."
)[
1
].
length
;
let
num
=
allMoney
.
toString
().
split
(
"."
)[
1
].
length
;
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/RecPayQuery.vue
View file @
51acd1c6
...
@@ -847,6 +847,8 @@ export default {
...
@@ -847,6 +847,8 @@ export default {
this
.
msg
.
TradeWay
=
4
;
this
.
msg
.
TradeWay
=
4
;
this
.
getAccountList
(
this
.
msg
.
AccountType
,
this
.
msg
.
TradeWay
)
this
.
getAccountList
(
this
.
msg
.
AccountType
,
this
.
msg
.
TradeWay
)
this
.
msg
.
BankID
=
14
;
this
.
msg
.
BankID
=
14
;
this
.
transactionDate
[
0
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
1
]
=
this
.
$route
.
query
.
StartDate
;
}
}
},
components
:
{
},
components
:
{
"my-Bill"
:
myBill
,
"my-Bill"
:
myBill
,
...
...
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