| | |
| | | export const debug = { |
| | | // web服务 |
| | | // baseUrl: 'http://gz.hugeinfo.com.cn', |
| | | baseUrl: "http://192.168.3.108:9002", |
| | | baseUrl: "http://zdpn35.natappfree.cc", |
| | | // baseUrl: 'http://mdqgnh.natappfree.cc', |
| | | |
| | | // 附件服务 |
| | | fileUrl: "http://192.168.3.108:9002", |
| | | fileUrl: "http://zdpn35.natappfree.cc", |
| | | // fileUrl: 'http://gz.hugeinfo.com.cn', |
| | | |
| | | // 文件查看url 后面接附件编号 |
| | |
| | | autoHide |
| | | > |
| | | <MatterDetail caseId={props.caseId} /> |
| | | <div className='dataSync-hasTabPage' style={{ marginTop: '-8px' }}> |
| | | <div className='dataSync-hasTabPage' style={{ marginTop: '-8px', paddingBottom: '64px' }}> |
| | | <Tabs defaultActiveTab='1' > |
| | | <TabPane |
| | | key='1' |
| | |
| | | |
| | | }, |
| | | ] |
| | | |
| | | const [fakeData1, setFakeData1] = useState([]) |
| | | |
| | | const [columnType, setColumnType] = useState([ |
| | | { |
| | | title: '流转时间', |
| | |
| | | ), |
| | | }, |
| | | ]; |
| | | |
| | | const [column, setColumn] = useState([ |
| | | const column = [ |
| | | { |
| | | title: '流转时间', |
| | | dataIndex: 'turnaroundTime', |
| | |
| | | </Space> |
| | | ), |
| | | }, |
| | | ]) |
| | | |
| | | const [backColumn, setBackColumn] = useState([ |
| | | ] |
| | | const backColumn = [ |
| | | { |
| | | title: '回退时间', |
| | | dataIndex: 'turnaroundTime', |
| | |
| | | </Space> |
| | | ), |
| | | }, |
| | | ]) |
| | | ] |
| | | |
| | | const [mangeColumn, setMangeColumn] = useState([ |
| | | const mangeColumn = [ |
| | | { |
| | | title: '督办时间', |
| | | dataIndex: 'turnaroundTime', |
| | |
| | | </Space> |
| | | ), |
| | | }, |
| | | ]) |
| | | ] |
| | | |
| | | //结案申请 |
| | | const caseResultApply = [ |
| | |
| | | &-hasTabPage { |
| | | background-color: #fff; |
| | | margin: 8px 16px 0px 16px; |
| | | padding: 12px 16px 64px 16px; |
| | | padding: 12px 16px 16px 16px; |
| | | |
| | | .arco-tabs-header-nav { |
| | | margin-left: 0 !important; |
| | |
| | | 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, |
| | |
| | | |
| | | 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) |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | |
| | | <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> |
| | |
| | | </tr> |
| | | <tr> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">受理时间</th> |
| | | <td width='380'>2024-7-1 10:00</td> |
| | | <td width='380'>{props.transactResult?.acceptTime || '-'}</td> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">办结时间</th> |
| | | <td width='380'>{props.transactResult?.fileTime || '-'}</td> |
| | | <td width='380'>{props.transactResult?.closeTime || '-'}</td> |
| | | </tr> |
| | | <tr> |
| | | <th bgcolor="#F7F8FA" className="table-title" width="120">办理意见</th> |