Commit 8e46ea76 authored by 前端-陈智峰's avatar 前端-陈智峰

fix: 新增合同有变更前后按钮问题

parent 4986581c
...@@ -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' }),
......
...@@ -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
......
...@@ -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()
}) })
......
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