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
8e46ea76
Commit
8e46ea76
authored
Dec 06, 2022
by
前端-陈智峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 新增合同有变更前后按钮问题
parent
4986581c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
index.tsx
src/pages/balance/businessRequestFunds/detail/index.tsx
+1
-1
index.tsx
...ages/contract/components/detailCard/PaymentCard/index.tsx
+1
-1
index.tsx
src/pages/transaction/purchaseRequisition/index.tsx
+0
-1
No files found.
src/pages/balance/businessRequestFunds/detail/index.tsx
View file @
8e46ea76
...
@@ -174,7 +174,7 @@ const SearchDetail = () => {
...
@@ -174,7 +174,7 @@ const SearchDetail = () => {
},
},
{
{
title
:
'预计结算日期'
,
title
:
'预计结算日期'
,
dataIndex
:
'
billTypeName'
,
//02todo
dataIndex
:
'
settlementTime'
,
},
},
{
{
title
:
intl
.
formatMessage
({
id
:
'balance.businessRequestFunds.detail.columns.billTypeName'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.businessRequestFunds.detail.columns.billTypeName'
}),
...
...
src/pages/contract/components/detailCard/PaymentCard/index.tsx
View file @
8e46ea76
...
@@ -107,7 +107,7 @@ const PaymentCard: React.FC<Iprops> = ({
...
@@ -107,7 +107,7 @@ const PaymentCard: React.FC<Iprops> = ({
<
div
className=
'ant-card-head-wrapper'
>
<
div
className=
'ant-card-head-wrapper'
>
{
title
?
title
:
intl
.
formatMessage
({
id
:
'contract.fukuanjihua'
})
}
{
title
?
title
:
intl
.
formatMessage
({
id
:
'contract.fukuanjihua'
})
}
</
div
>
</
div
>
{
oldPayPlanList
&&
{
oldPayPlanList
.
length
&&
!
isEqual
(
handlePayPlanList
(
payPlanList
),
handlePayPlanList
(
oldPayPlanList
))
?
(
!
isEqual
(
handlePayPlanList
(
payPlanList
),
handlePayPlanList
(
oldPayPlanList
))
?
(
<
div
className=
{
style
.
changeBtn
}
>
<
div
className=
{
style
.
changeBtn
}
>
<
div
<
div
...
...
src/pages/transaction/purchaseRequisition/index.tsx
View file @
8e46ea76
...
@@ -117,7 +117,6 @@ const RequestBill: React.FC<RequestBillProps> = () => {
...
@@ -117,7 +117,6 @@ const RequestBill: React.FC<RequestBillProps> = () => {
history
.
push
(
`/memberCenter/procurementAbility/purchaseRequisition/readyAddBill/edit?id=
${
record
.
id
}
`
)
history
.
push
(
`/memberCenter/procurementAbility/purchaseRequisition/readyAddBill/edit?id=
${
record
.
id
}
`
)
break
;
break
;
case
3
:
case
3
:
// 02todo作废接口
postPurchaseRequisitionToVoid
({
id
:
record
.
id
}).
then
(
res
=>
{
postPurchaseRequisitionToVoid
({
id
:
record
.
id
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
ref
.
current
.
reloadCurrent
()
if
(
res
.
code
===
1000
)
ref
.
current
.
reloadCurrent
()
})
})
...
...
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