From fa5529623fc125a384b47b266a4e2113654ed5e6 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 05 Sep 2024 21:10:17 +0800
Subject: [PATCH] feat: 办理记录对接

---
 gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx b/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
index e6af7c8..4c41c45 100644
--- a/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
+++ b/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -20,7 +20,7 @@
 import MapView from './map';
 import { scan } from '@/assets/images/icon';
 import { EventLevelDrawer, MattersDetail } from './levelDetail';
-import DocumentScanner from '../../handleFeedback/component/FileUpLoad';
+import DocumentScanner from '../../matterDetail/FileUpLoad';
 import ArcoUpload from '@/components/ArcoUpload';
 
 
@@ -109,16 +109,16 @@
           <Col span={24}>
             <ArcoUpload
               params={{
-                action: `${appUrl.fileUrl}/${appUrl.sys}/api/web/fileInfo/upload?mainId=${props.mainId}&&ownerId=${props.mainId}&ownerType=22_00014-1`,
+                action: `${appUrl.fileUrl}/${appUrl.sys}/api/web/fileInfo/upload?mainId=${props.mainId}&&ownerId=${props.mainId}&ownerType=22_00018-101`,
               }}
               field='file'
               handleChangeFile={handleChangeFile}
-              label='身份证明材料'
+              label=''
               editData={props.editData}
               handleDelFile={handleDelFile}
               onFileListChange={(v) => { setFileLength(v); console.log(v, 'vvsetFileLength') }}
             />
-            {fileLength.length > 0 && <div style={{ position: 'absolute', top: '233px', left: '16px', color: '#86909C' }}>申请材料累计上传:<span style={{ color: '#1A6FB8' }}>{fileLength.length}</span></div>}
+            {fileLength.length > 0 && <div style={{ position: 'absolute',top:'198px', left: '16px', color: '#86909C' }}>申请材料累计上传:<span style={{ color: '#1A6FB8' }}>{fileLength.length}</span></div>}
           </Col>
         </>
       )
@@ -130,11 +130,11 @@
           <Col span={24}>
             <ArcoUpload
               params={{
-                action: `${appUrl.fileUrl}/${appUrl.sys}/api/web/fileInfo/upload?mainId=${props.mainId}&&ownerId=${props.mainId}&ownerType=22_00014-2`,
+                action: `${appUrl.fileUrl}/${appUrl.sys}/api/web/fileInfo/upload?mainId=${props.mainId}&&ownerId=${props.mainId}&ownerType=22_00018-102`,
               }}
               field='file1'
               handleChangeFile={handleChangeFile}
-              label='身份证明材料'
+              label=''
               editData={props.editData}
               handleDelFile={handleDelFile}
             />
@@ -325,11 +325,12 @@
     setEditData(value)
   }
 
-  console.log(sourceType, 'sourceType')
+  // console.log(sourceType, 'sourceType')
+  // console.log(props.formRef?.current?.getFields(),'formRef.current.getFields()')
 
 
   return (
-    <div className='dataSync-page' style={{ ...props.style }}>
+    <div className='dataSync-page' style={{ ...props.style, marginTop: '8px' }}>
       <Col span={24} style={{ display: 'flex', alignItems: 'center' }}>
         <Space size='small'>
           <div className='MediationInfo-subTitle' style={{ marginTop: '-9px', }}></div><h4>当事人信息</h4>

--
Gitblit v1.8.0