From a52d2b801ac2aa6148ae78a5306a13a354abf7d2 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Fri, 13 Sep 2024 18:32:39 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh
---
gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx | 29 ++++++++++++++++-------------
1 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx b/gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx
index 33e6d42..8bd6bd8 100644
--- a/gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx
+++ b/gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx
@@ -59,11 +59,11 @@
label: '流转督办',
key: '2',
},
- {
- img: apply,
- label: '申请记录',
- key: '3',
- },
+ // {
+ // img: apply,
+ // label: '申请记录',
+ // key: '3',
+ // },
])
const [list, setList] = useState([])
const [progressData, setProgressData] = useState({});
@@ -81,12 +81,12 @@
const res = await getTransactResultApi(id)
console.log(res);
if (res.type) {
- if(res.data) {
- setTransactResult({ ...res.data, fileName: res.data.fileInfoBaseDTOList?.map(item => item.trueName) })
+ if (res.data) {
+ setTransactResult({ ...res.data })
} else {
setTransactResult(null)
}
-
+
}
}
@@ -170,7 +170,7 @@
<Space size='small'>
<div className='MediationInfo-subTitle' style={{ marginTop: '-9px' }}></div><h4>办理记录({list.length})</h4>
</Space>
- <HandleRecord isReview={true} data={list} />
+ <HandleRecord isReview={true} data={list} noEdit/>
</div>
}
{grade &&
@@ -178,9 +178,12 @@
<RateModule grade={grade} />
</div>
}
- <div style={{ backgroundColor: '#ffff', margin: '8px 16px 65px 16px', padding: '12px' }}>
- <RegisInfoModule caseInfo={caseInfo} />
- </div>
+ {caseInfo?.canal === '22_00001-1' &&
+ <div style={{ backgroundColor: '#ffff', margin: '8px 16px 0px 16px', padding: '12px' }}>
+ <RegisInfoModule caseInfo={caseInfo} />
+ </div>
+ }
+ <div style={{ backgroundColor: '#ffff', margin: '0 16px 64px 16px', padding: '12px' }}></div>
</Scrollbars>
<div className="dataSync-excel">
<Space size="large" style={{ margin: '4px 14px' }}>
@@ -211,7 +214,7 @@
title={
<span style={{ fontSize: '15px' }}>
督办信息
- <Badge maxCount={99} count={1000} />
+ {/* <Badge maxCount={99} count={1000} /> */}
</span>
}
>
--
Gitblit v1.8.0