| | |
| | | const [current, setCurrent] = useState(7); |
| | | const [grade, setGrade] = useState(null); |
| | | const [caseInfo, setCaseInfo] = useState({}) |
| | | const [TransactResult, setTransactResult] = useState({}) |
| | | const [TransactResult, setTransactResult] = useState(null) |
| | | const [tabsList, setTabList] = useState([ |
| | | { |
| | | img: result, |
| | |
| | | label: '流转督办', |
| | | key: '2', |
| | | }, |
| | | { |
| | | img: apply, |
| | | label: '申请记录', |
| | | key: '3', |
| | | }, |
| | | // { |
| | | // img: apply, |
| | | // label: '申请记录', |
| | | // key: '3', |
| | | // }, |
| | | ]) |
| | | const [list, setList] = useState([]) |
| | | const [progressData, setProgressData] = useState({}); |
| | |
| | | |
| | | const getTransactResult = async (id) => { |
| | | const res = await getTransactResultApi(id) |
| | | console.log(res); |
| | | if (res.type) { |
| | | setTransactResult({ ...res.data, fileName: res.data.fileInfoBaseDTOList.map(item => item.trueName) }) |
| | | if (res.data) { |
| | | setTransactResult({ ...res.data, fileName: res.data.fileInfoBaseDTOList?.map(item => item.trueName) }) |
| | | } else { |
| | | setTransactResult(null) |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | |
| | | <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 65px 16px', padding: '12px' }}> |
| | | <RegisInfoModule caseInfo={caseInfo} /> |
| | | </div> |
| | | |
| | | } |
| | | </Scrollbars> |
| | | <div className="dataSync-excel"> |
| | | <Space size="large" style={{ margin: '4px 14px' }}> |
| | | <Button type='primary' >导出</Button> |
| | | <Button type='secondary'onClick={() => navigate(-1)}>返回上级页面</Button> |
| | | <Button type='secondary' onClick={() => navigate(-1)}>返回上级页面</Button> |
| | | </Space> |
| | | </div> |
| | | </> |
| | |
| | | </span> |
| | | } |
| | | > |
| | | <ProgressStep progressData={progressData} hasTab={true} /> |
| | | <Scrollbars style={{ height: 'calc(100vh - 300px)' }} autoHide> |
| | | <ProgressStep progressData={progressData} hasTab={true} /> |
| | | </Scrollbars> |
| | | </TabPane> |
| | | <TabPane |
| | | key='2' |
| | |
| | | </span> |
| | | } |
| | | > |
| | | <div style={{ marginBottom: '20px' }}> |
| | | <Scrollbars style={{ height: 'calc(100vh - 300px)' }} autoHide> |
| | | <SupervisingView id={''} /> |
| | | </div> |
| | | </Scrollbars> |
| | | </TabPane> |
| | | </Tabs> |
| | | </div> |