| | |
| | | import MyArrive from '../components/arrive' |
| | | import MyEvidence from "../components/evidence" |
| | | import MyBook from "../components/book" |
| | | import {parseTime} from '@/utils/index' |
| | | export default { |
| | | components: { |
| | | MyArrive, MyEvidence, MyBook |
| | |
| | | url: `sccg/dispatch_handle/addition_dispose_result?caseId=${this.caseId}&type=2`, |
| | | data: { |
| | | arrivalAddress: arrive.arrive.arrivalAddress, |
| | | arrivalTime: arrive.arrive.arrivalTime, |
| | | arrivalTime: parseTime(arrive.arrive.arrivalTime), |
| | | situationExplain: arrive.arrive.situationExplain, |
| | | replyExplain: arrive.arrive.replyExplain, |
| | | situationPic: `${arrive.arrive.situationPic}`, |
| | | // |
| | | undertaker: evidence.evidence.undertaker, |
| | | assistant: evidence.evidence.assistant, |
| | | investigationTime: evidence.evidence.investigationTime, |
| | | investigationTime: parseTime(evidence.evidence.investigationTime), |
| | | address: evidence.evidence.address, |
| | | caseAction: evidence.evidence.caseAction, |
| | | description: evidence.evidence.description, |
| | |
| | | writType: book.book.writType, |
| | | writCode: book.book.writCode, |
| | | // illegalType: book.book.illegalType, |
| | | sendTime: book.book.sendTime, |
| | | limitTime: book.book.limitTime, |
| | | sendTime: parseTime(book.book.sendTime), |
| | | limitTime: parseTime(book.book.limitTime), |
| | | sendContent: book.book.sendContent, |
| | | rectifySituation:book.book.rectifySituation, |
| | | rectifyTime: book.book.rectifyTime, |
| | | rectifyTime:parseTime(book.book.rectifyTime), |
| | | remark: book.book.remark, |
| | | writPic: `${book.book.writPic}`, |
| | | originalPic: `${book.book.originalPic}`, |