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
shenshaokai
jinfa-platform
Commits
24fc73ff
Commit
24fc73ff
authored
Dec 13, 2022
by
陈智峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feng-jinfa-20221102' into 'jinfa-20221102'
Feng jinfa 20221102 See merge request project/jinfa-platform!471
parents
eda20f2e
03b0872b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
index.tsx
...Service/returnApplication/components/DetailInfo/index.tsx
+1
-0
add.tsx
src/pages/balance/businessRequestFunds/admin/add.tsx
+4
-2
index.tsx
src/pages/balance/businessRequestFunds/detail/index.tsx
+1
-1
No files found.
src/pages/afterService/returnApplication/components/DetailInfo/index.tsx
View file @
24fc73ff
...
...
@@ -128,6 +128,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
orderType
:
detailInfo
?.
orderType
,
refundAmount
:
record
.
refundAmount
,
salesList
:
record
.
salesList
,
productBrandNo
:
record
.
productBrandNo
,
});
setVisibleReturnInfo
(
true
);
};
...
...
src/pages/balance/businessRequestFunds/admin/add.tsx
View file @
24fc73ff
...
...
@@ -514,6 +514,8 @@ const Add = () => {
let
_rows
=
[...
rows
]
_rows
=
_rows
.
map
((
item
)
=>
{
return
{
...
item
,
applyPayment
:
item
?.
applyPayment
??
Number
(
item
.
billAmount
-
item
.
paid
-
item
.
appliedUnpaid
)
}
})
const
_tabelSource
=
[...
tabelSource
].
concat
(
_rows
)
console
.
log
(
_tabelSource
,
'_tabelSource'
);
form
.
setFieldsValue
({
'rows'
:
_tabelSource
,
'paymentClauseTypeName'
:
_tabelSource
[
0
].
paymentTypeName
})
setTabelSource
(
_tabelSource
);
form
.
setFieldsValue
({
'rows'
:
_tabelSource
})
...
...
@@ -548,7 +550,7 @@ const Add = () => {
},
{
title
:
'预计结算日期'
,
dataIndex
:
'settlement
Tim
e'
,
dataIndex
:
'settlement
Dat
e'
,
width
:
120
,
},{
title
:
intl
.
formatMessage
({
id
:
'balance.businessRequestFunds.admin.add.columns.billTypeName'
}),
...
...
@@ -656,7 +658,7 @@ const Add = () => {
},
{
title
:
'预计结算日期'
,
dataIndex
:
'settlement
Tim
e'
,
dataIndex
:
'settlement
Dat
e'
,
width
:
120
,
},{
title
:
intl
.
formatMessage
({
id
:
'balance.businessRequestFunds.admin.add.fundsColumns.billTypeName'
}),
...
...
src/pages/balance/businessRequestFunds/detail/index.tsx
View file @
24fc73ff
...
...
@@ -174,7 +174,7 @@ const SearchDetail = () => {
},
{
title
:
'预计结算日期'
,
dataIndex
:
'settlement
Tim
e'
,
dataIndex
:
'settlement
Dat
e'
,
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.businessRequestFunds.detail.columns.billTypeName'
}),
...
...
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