Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
linweijiong
jinfa-platform
Commits
287d2f43
Commit
287d2f43
authored
Aug 12, 2022
by
前端-吴智勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jinfa-0518' into 'jinfa-0518'
Jinfa 0518 See merge request project/jinfa-platform!287
parents
c06716d8
49da450f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
add.tsx
src/pages/balance/businessRequestFunds/admin/add.tsx
+10
-1
No files found.
src/pages/balance/businessRequestFunds/admin/add.tsx
View file @
287d2f43
...
...
@@ -273,7 +273,16 @@ const Add = () => {
// }
let
_tableSource
=
[...
tabelSource
]
if
(
!
_isFunds
)
{
_tableSource
=
_tableSource
.
map
((
item
)
=>
{
return
{
...
item
,
sourceContractId
:
0
,
writeOffAmount
:
0
,
reconciliationAmount
:
0
}
})
_tableSource
=
_tableSource
.
map
((
item
)
=>
{
return
{
...
item
,
sourceContractId
:
0
,
writeOffAmount
:
0
,
reconciliationAmount
:
0
,
applyPayment
:
Number
(
formRes
?.
applyPayment
||
0
).
toFixed
(
2
),
applyAmount
:
Number
(
formRes
?.
applyAmount
||
0
).
toFixed
(
2
)
}
})
}
const
_params
=
{
...
dataSource
,
...
...
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