Commit 00ddcc63 authored by 陈智峰's avatar 陈智峰

Merge branch 'feng-jinfa-20221102' into 'jinfa-20221102'

fix: 新增合同有变更前后按钮问题 See merge request project/jinfa-platform!446
parents 4d327715 8e46ea76
......@@ -174,7 +174,7 @@ const SearchDetail = () => {
},
{
title: '预计结算日期',
dataIndex: 'billTypeName', //02todo
dataIndex: 'settlementTime',
},
{
title: intl.formatMessage({ id: 'balance.businessRequestFunds.detail.columns.billTypeName' }),
......
......@@ -107,7 +107,7 @@ const PaymentCard: React.FC<Iprops> = ({
<div className='ant-card-head-wrapper'>
{title ? title : intl.formatMessage({id: 'contract.fukuanjihua'})}
</div>
{oldPayPlanList &&
{oldPayPlanList.length &&
!isEqual(handlePayPlanList(payPlanList), handlePayPlanList(oldPayPlanList)) ? (
<div className={style.changeBtn}>
<div
......
......@@ -117,7 +117,6 @@ const RequestBill: React.FC<RequestBillProps> = () => {
history.push(`/memberCenter/procurementAbility/purchaseRequisition/readyAddBill/edit?id=${record.id}`)
break;
case 3:
// 02todo作废接口
postPurchaseRequisitionToVoid({id:record.id}).then(res=>{
if(res.code===1000) ref.current.reloadCurrent()
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment