From 621a3268a8c2cebf899e3ba824c49a1513cb619b Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Fri, 13 Sep 2024 18:32:35 +0800
Subject: [PATCH] feat: 图片

---
 gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx b/gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx
index 33e6d42..cb342ab 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' }}>

--
Gitblit v1.8.0