| | |
| | | <!-- 到达现场情况 --> |
| | | <MyArrive ref="arrive"></MyArrive> |
| | | <!-- 调查取证 --> |
| | | <MyEvidence ref="evidence" :mytype="2"></MyEvidence> |
| | | <MyEvidence ref="evidence" :mytype="2" :mycode="mycode"></MyEvidence> |
| | | <!-- 文种书类 --> |
| | | <MyBook ref="book"></MyBook> |
| | | <!-- <div class="result"> |
| | | <el-input v-model="result" placeholder="请输入处理意见"></el-input> |
| | | </div> --> |
| | | <!-- 底部按钮 --> |
| | | <MyBook ref="book" :mycode="mycode"></MyBook> |
| | | |
| | | <div class="footer"> |
| | | <el-button @click="handleSubmit" type="primary">确定</el-button> |
| | | <el-button @click="handleBack">返回</el-button> |
| | |
| | | // result:'', |
| | | } |
| | | }, |
| | | props: ['caseId','closeDialog'], |
| | | props: ['caseId','closeDialog','mycode'], |
| | | created() { |
| | | console.log(this.caseId); |
| | | this.getUserId(); |
| | | }, |
| | | methods: { |
| | |
| | | description: evidence.evidence.description, |
| | | pic: `${evidence.evidence.pic}`, |
| | | // |
| | | illegalType: evidence.user.illegalType, |
| | | // illegalType: evidence.user.illegalType, |
| | | name: evidence.user.name, |
| | | phoneCode: evidence.user.phoneCode, |
| | | certificateType: evidence.user.certificateType, |
| | |
| | | // |
| | | writType: book.book.writType, |
| | | writCode: book.book.writCode, |
| | | // illegalType: book.book.illegalType, |
| | | illegalType: book.book.illegalType, |
| | | sendTime: parseTime(book.book.sendTime), |
| | | limitTime: parseTime(book.book.limitTime), |
| | | sendContent: book.book.sendContent, |
| | |
| | | } |
| | | }) |
| | | .then(res => { |
| | | console.log(res); |
| | | if (res.code === 200) { |
| | | this.$message({ |
| | | type: 'success', |
| | |
| | | url:'sccg/admin/info?name='+myname, |
| | | }) |
| | | .then(res=>{ |
| | | console.log(res); |
| | | }) |
| | | }, |
| | | handleBack(){ |