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
陈智峰
jinfa-platform
Commits
79e13ea2
Commit
79e13ea2
authored
Jan 12, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [19548] 对账单查询--订单详情,和待确认对账单-订单详情,收款方与付款方的数据弄反了
parent
777f0901
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.tsx
src/pages/balance/businessReconciliation/detail/index.tsx
+2
-2
index.tsx
...ance/businessReconciliationCollaboration/detail/index.tsx
+2
-2
No files found.
src/pages/balance/businessReconciliation/detail/index.tsx
View file @
79e13ea2
...
...
@@ -70,8 +70,8 @@ const SearchDetail = () => {
},
{
col
:
[
{
label
:
intl
.
formatMessage
({
id
:
'balance.shoukuanfang'
}),
extra
:
data
.
paye
r
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.fukuanfang'
}),
extra
:
data
.
paye
e
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.shoukuanfang'
}),
extra
:
data
.
paye
e
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.fukuanfang'
}),
extra
:
data
.
paye
r
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.faqiduizhangfang'
}),
extra
:
data
.
launchReconciliation
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.duizhangzongjine'
}),
extra
:
`¥
${
priceFormat
(
data
.
reconciliationMoneyAmount
)}
`
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.danjushijian'
}),
extra
:
data
.
createTime
,
type
:
'text'
},
...
...
src/pages/balance/businessReconciliationCollaboration/detail/index.tsx
View file @
79e13ea2
...
...
@@ -79,8 +79,8 @@ const SearchDetail = () => {
},
{
col
:
[
{
label
:
intl
.
formatMessage
({
id
:
'balance.shoukuanfang'
}),
extra
:
data
.
paye
r
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.fukuanfang'
}),
extra
:
data
.
paye
e
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.shoukuanfang'
}),
extra
:
data
.
paye
e
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.fukuanfang'
}),
extra
:
data
.
paye
r
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.faqiduizhangfang'
}),
extra
:
data
.
launchReconciliation
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.duizhangzongjine'
}),
extra
:
`¥
${
priceFormat
(
data
.
reconciliationMoneyAmount
)}
`
,
type
:
'text'
},
{
label
:
intl
.
formatMessage
({
id
:
'balance.danjushijian'
}),
extra
:
data
.
createTime
,
type
:
'text'
},
...
...
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