|
|
@ -101,7 +101,10 @@ |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="span-sty">融资合同</div> |
|
|
|
<el-form-item> |
|
|
|
<upload-img ref="uploadImg" class="addinputInfo" v-model="image_list5" :limit="50" bucket="map" :upload-data="{ type: '0001' }"/> |
|
|
|
<div class="addinputInfo" style="display: flex;flex-direction: row;justify-content: flex-start;align-items: center"> |
|
|
|
<upload ref="upload" :accept="'.rar, application/zip, application/x-zip-compressed, application/x-rar-compressed'" v-model="image_list5" :limit="1" bucket="map" :upload-data="{ type: '0001' }"/> |
|
|
|
<el-button style="margin-left: 10px" v-if="image_list5.length > 0" type="primary" size="mini" @click="lookFile(image_list5)">下载</el-button> |
|
|
|
</div> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -138,10 +141,12 @@ |
|
|
|
import req from '@/api/loandatareview/loandatareview' |
|
|
|
import { typeValues } from '@/api/Common/dictcommons' |
|
|
|
import uploadImg from '@/components/uploadFile/uploadImg' |
|
|
|
import upload from '@/components/uploadFile/upload' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: '', |
|
|
|
components: { |
|
|
|
upload, |
|
|
|
uploadImg |
|
|
|
}, |
|
|
|
data() { |
|
|
@ -260,6 +265,9 @@ export default { |
|
|
|
}).catch(() => { |
|
|
|
}) |
|
|
|
}, |
|
|
|
lookFile(value) { |
|
|
|
window.open(value[0].url, '_parent') |
|
|
|
}, |
|
|
|
saveOrUpdate() { |
|
|
|
this.$refs['form_obj'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|