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
ad2e7c7a
Commit
ad2e7c7a
authored
Feb 21, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [20668]
parent
d65fb4ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
balance.ts
src/locales/en-US/balance.ts
+2
-1
useHandleSettlementList.tsx
...sPayable/settlementList/hooks/useHandleSettlementList.tsx
+1
-1
useHandleSettlementList.tsx
...ceivable/settlementList/hooks/useHandleSettlementList.tsx
+1
-1
No files found.
src/locales/en-US/balance.ts
View file @
ad2e7c7a
...
...
@@ -575,7 +575,7 @@ export default {
'balance.fujian'
:
'Attachment'
,
'balance.baocun'
:
'Save'
,
'balance.faqiduizhangfang'
:
'Initiating reconciliation party'
,
'balance.duizhang
officer
nehanshui'
:
'Total reconciliation amount (including tax)'
,
'balance.duizhang
zongji
nehanshui'
:
'Total reconciliation amount (including tax)'
,
'balance.benciduizhangshuliang'
:
'The amount of this reconciliation'
,
'balance.qingshuruduizhangshuliang'
:
'Please enter the reconciliation quantity'
,
'balance.benciduizhangjine'
:
'This reconciliation amount'
,
...
...
@@ -594,6 +594,7 @@ export default {
'balance.fapiaoxinxi'
:
'Invoice information'
,
'balance.duizhangdanleixing'
:
'Statement Type'
,
'balance.zhuangtai'
:
'Status'
,
'balance.duizhangzongjine'
:
'Total reconciliation amount'
,
'balance.duizhangofficer'
:
'Total reconciliation amount'
,
'balance.kuaididanhao'
:
'Express tracking number'
,
'balance.kuaidicompanies'
:
'Express company'
,
...
...
src/pages/balance/accountsPayable/settlementList/hooks/useHandleSettlementList.tsx
View file @
ad2e7c7a
...
...
@@ -243,7 +243,7 @@ function useHandleSettlementList() {
// onFilter: (value: number, record: any) => record.status == value,
render
:
(
text
:
string
,
record
:
any
)
=>
{
return
(
<
StatusTag
type=
{
STATUS_COLOR
[
record
.
status
]
as
'success'
}
title=
{
STATUS_TEXT
[
record
.
status
]
}
/>
<
StatusTag
type=
{
STATUS_COLOR
[
record
.
status
]
as
'success'
}
title=
{
record
.
statusName
}
/>
)
}
},
...
...
src/pages/balance/accountsReceivable/settlementList/hooks/useHandleSettlementList.tsx
View file @
ad2e7c7a
...
...
@@ -176,7 +176,7 @@ function useHandleSettlementList() {
title
:
intl
.
formatMessage
({
id
:
'balance.jiesuanzhuangtai'
}),
dataIndex
:
'status'
,
render
:
(
text
:
string
,
record
:
GetSettleAccountsMemberSettlementPageReceivableSettlementResponseDetail
)
=>
{
return
(
<
StatusTag
type=
{
STATUS_COLOR
[
record
.
status
]
as
'success'
}
title=
{
STATUS_TEXT
[
record
.
status
]
}
/>
<
StatusTag
type=
{
STATUS_COLOR
[
record
.
status
]
as
'success'
}
title=
{
record
.
statusName
}
/>
)
}
},
...
...
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