forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-29 c1d6dff8bf8340fe030d3089cf5dff0e9cffcf58
Revert "更改命名"

This reverts commit 950e277be6a245cd02e1e861db87a49b7cf96eb6.
8 files modified
39 ■■■■ changed files
gz-customerSystem/src/views/register/visit/check.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/MattersInfo.jsx 8 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/agentDialog.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/applyDialog.jsx 4 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/detailDialog.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx 10 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/index.jsx 9 ●●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/preview.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/check.jsx
@@ -14,7 +14,7 @@
import '../index.less';
import { Space } from 'antd';
import { Button, Steps } from '@arco-design/web-react';
import VisitorRegister from './component/VisitorRegister';
import VisitorRegister from './component/visitorRegister';
import Preview from './preview';
const Step = Steps.Step;
gz-customerSystem/src/views/register/visit/component/MattersInfo.jsx
@@ -16,7 +16,7 @@
import { Tabs, Typography, Steps } from '@arco-design/web-react';
import "@arco-themes/react-gzzz/css/arco.css";
import { IconCalendar, IconClockCircle, IconUser } from '@arco-design/web-react/icon';
import Handle from './Handle'
import Handle from './handle'
const TabPane = Tabs.TabPane;
const style = {
@@ -305,12 +305,8 @@
        </Typography.Paragraph>
      }
      {
        props.active === '3' && props.current === 3 && <Typography.Paragraph style={style}>
        props.active === '3' && <Typography.Paragraph style={style}>
          <Handle />
        </Typography.Paragraph>
      }
      {
        props.active === '3' && props.current === 2 && <Typography.Paragraph style={style}>
        </Typography.Paragraph>
      }
    </div>
gz-customerSystem/src/views/register/visit/component/agentDialog.jsx
@@ -1,7 +1,7 @@
import React, { useState, useEffect, useRef, Fragment } from "react";
import { Row, Col, Space } from 'antd';
import { Form, Input, Button, Radio, Select, Checkbox, Upload } from '@arco-design/web-react';
import KeyVisits from "./KeyVisits";
import KeyVisits from "./keyVisits";
import {
  IconLink,
} from '@arco-design/web-react/icon';
gz-customerSystem/src/views/register/visit/component/applyDialog.jsx
@@ -13,8 +13,8 @@
  caseperfection_organize_active,
} from '@/assets/images/icon';
import { Form, Input, Button, Radio, Select, Modal, Cascader, Upload, Message } from '@arco-design/web-react';
import KeyVisits from "./KeyVisits";
import SelectUnitDialog from "./SelectUnitDialog";
import KeyVisits from "./keyVisits";
import SelectUnitDialog from "./selectUnitDialog";
import {
  IconLink,
} from '@arco-design/web-react/icon';
gz-customerSystem/src/views/register/visit/component/detailDialog.jsx
@@ -1,5 +1,5 @@
import React, { useState } from 'react'
import KeyVisits from "./KeyVisits";
import KeyVisits from "./keyVisits";
import { link } from '@/assets/images'
export default function DetailDialog(props) {
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -14,16 +14,16 @@
import { CheckOutlined, } from '@ant-design/icons';
import TableView from '@/components/TableView';
import '../../index.less';
import ApplyDialog from "./ApplyDialog";
import AgentDialog from "./AgentDialog";
import DetailDialog from "./DetailDialog";
import ApplyDialog from "./applyDialog";
import AgentDialog from "./agentDialog";
import DetailDialog from "./detailDialog";
import FilesCheck from '../../../filesCheck';
import NewFileCheck from '../../../filesCheck/newFileCheck';
import { IconLink } from '@arco-design/web-react/icon';
import MapView from './Map'
import MapView from './map'
import { scan } from '@/assets/images/icon'
import MyDrawer from '@/components/MyDrawer';
import { EventLevelDrawer, MattersDetail } from './LevelDetail'
import { EventLevelDrawer, MattersDetail } from './levelDetail'
const RadioGroup = Radio.Group;// 根据调解案号获取纠纷登记信息
const FormItem = Form.Item;
gz-customerSystem/src/views/register/visit/index.jsx
@@ -14,7 +14,7 @@
import '../index.less';
import { Space } from 'antd';
import { Button, Steps, Tabs } from '@arco-design/web-react';
import VisitorRegister from './component/VisitorRegister';
import VisitorRegister from './component/visitorRegister';
import Preview from './preview';
import MattersInfo from './component/MattersInfo';
import { question, register, Matter, transfer } from '@/assets/images'
@@ -25,6 +25,8 @@
function getCaseDataApi(submitData) {
    return $$.ax.request({ url: `caseInfo/getCaseInfo?id=${submitData}`, type: 'get', service: 'mediate' });
}
const Organization = () => {
    const formRef = useRef();
@@ -61,7 +63,6 @@
        if (formRef.current) {
            const data = formRef.current.getFields()
            console.log(data);
            setCurrent(2)
        }
    }
@@ -120,7 +121,7 @@
                    </Fragment>
                }
                {
                    (current === 3 || current === 2) &&
                    current === 3 &&
                    <Tabs defaultActiveTab='1' onChange={(v) => setTabsActive(v)}>
                        {tabsList?.map(item => {
                            return <TabPane
@@ -144,7 +145,7 @@
                                        </Steps>
                                    </div>
                                }
                                <MattersInfo active={tabsActive} current={current} />
                                <MattersInfo active={tabsActive} />
                            </TabPane>
                        })}
                    </Tabs>
gz-customerSystem/src/views/register/visit/preview.jsx
@@ -14,7 +14,7 @@
import { Modal } from '@arco-design/web-react';
import NewFileCheck from '../../filesCheck/newFileCheck';
import * as $$ from '../../../utils/utility';
import { EventLevelDrawer, MattersDetail } from './component/LevelDetail'
import { EventLevelDrawer, MattersDetail } from './component/levelDetail'
const Preview = () => {