| | |
| | | getDetail, |
| | | update |
| | | } from "@/api/task/labelReporting" |
| | | import website from '@/config/website' |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | span: 8, |
| | | labelWidth: 120, |
| | | }, { |
| | | width: 110, |
| | | label: '身份证图片', |
| | | prop: 'imageUrls', |
| | | fileType: 'img', |
| | |
| | | type: "success", |
| | | message: "操作成功!", |
| | | }) |
| | | this.$emit('colseDetail'); |
| | | this.$emit('colseDetail') |
| | | }) |
| | | }, |
| | | init(data, applyType) { |
| | |
| | | taskId: taskId |
| | | }).then((res) => { |
| | | this.form = res.data.data |
| | | if (this.form.imageUrls) { |
| | | this.form.imageUrls = website.minioUrl + this.form.imageUrls |
| | | } |
| | | if (this.form.goodsImageUrls) { |
| | | this.form.goodsImageUrls = website.minioUrl + this.form.goodsImageUrls |
| | | } |
| | | |
| | | }) |
| | | } |
| | | |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .cur-container-box { |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: hidden; |
| | | padding: 50px; |
| | | |
| | | .content-box { |
| | | margin: 0 4px; |