| | |
| | | import { Scrollbars } from "react-custom-scrollbars"; |
| | | import ReviewProgress from './ReviewProgress'; |
| | | import * as $$ from '@/utils/utility'; |
| | | import { useNavigate } from 'react-router-dom'; |
| | | |
| | | const RadioGroup = Radio.Group; |
| | | const FormItem = Form.Item; |
| | |
| | | } |
| | | |
| | | function delFile(id) { |
| | | return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } }); |
| | | return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } }); |
| | | } |
| | | |
| | | function submit(data) { |
| | |
| | | } |
| | | |
| | | export default function ReviewExamine(props) { |
| | | const navigate = useNavigate(); |
| | | const formRef = useRef(); |
| | | const [result, setResult] = useState() |
| | | const [infoData, setInfoData] = useState({}); |
| | |
| | | value: '4' |
| | | }, |
| | | ] |
| | | |
| | | console.log(props.id,'props.idprops.id') |
| | | useEffect(() => { |
| | | getInfoData() |
| | | getAppId() |
| | |
| | | if (!errors) { |
| | | const { file, myNoUp, ...rest } = formRef.current.getFields() |
| | | requestSubmit({ |
| | | id, |
| | | id: props.id, |
| | | caseId: props.caseId, |
| | | caseTaskId: props.caseTaskId, |
| | | ...rest |
| | |
| | | const res = await submit(data) |
| | | if (res.type) { |
| | | $$.infoSuccess({ content: '提交成功!' }); |
| | | navigate(`/mediate/visit/visitWorkBench`) |
| | | } |
| | | } |
| | | |
| | |
| | | </Col> |
| | | <Col span={24}> |
| | | <div><div className="title-text">结案意见</div></div> |
| | | <div>{infoData?.windupContent || '-'}</div> |
| | | <div>{infoData?.auditContent || '-'}</div> |
| | | </Col> |
| | | {/* <Col span={24}> |
| | | <div><div className="title-text">是否转诉讼案件</div></div> |
| | |
| | | </Col> */} |
| | | <Col span={24}> |
| | | <div><div className="title-text">申请时间</div></div> |
| | | <div>{infoData?.applyTime || '-'}</div> |
| | | <div>{$$.myTimeFormat(infoData?.applyTime, 'YYYY-MM-DD HH:mm') || '-'}</div> |
| | | </Col> |
| | | <Col span={24}> |
| | | <div><div className="title-text">申请人</div></div> |