|
|
@ -8,77 +8,78 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="listconadd"> |
|
|
|
<el-form ref="dataForm" :model="temp" label-position="right" label-width="190px" class="forminfo" :rules="rules"> |
|
|
|
<div class="title">挂靠公司信息</div> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">企业名称:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.orgName }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">登记注册号类型:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registNumTypeValue }} </el-col> |
|
|
|
<div class="wlInfo">挂靠公司信息</div> |
|
|
|
<el-form ref="dataForm" :model="temp" label-position="right" class="forminfo" :rules="rules"> |
|
|
|
<el-row style="border-top: 1px solid #DFE6EC"> |
|
|
|
<el-col :span="4" class="trightb">企业名称</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.orgName }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">登记注册号类型</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registNumTypeValue }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">登记注册号码:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registNum }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">中征码(贷款卡编码):</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.signatureCode }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">登记注册号码</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registNum }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">中征码(贷款卡编码)</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.signatureCode }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">公司联系电话:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.telephone }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">成立时间:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.setUpTime | parseTime("{y}-{m}-{d} {h}:{i}:{s}") }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">公司联系电话</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.telephone }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">成立时间</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.setUpTime }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">注册资本(万):</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registCapital }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">注册(登记)地址:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registAddress }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">注册资本(万)</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registCapital }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">注册(登记)地址</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.registAddress }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">公司地址:</el-col> |
|
|
|
<el-col :span="20" class="tleft"> {{ temp.province }} {{temp.city}} {{temp.county}}</el-col> |
|
|
|
<el-col :span="4" class="trightb">公司地址</el-col> |
|
|
|
<el-col :span="20" class="tleft"> {{ temp.province }} {{ temp.city }} {{ temp.county }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">联系地址:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.address }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">业务联系人:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.contract }} </el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.address }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">业务联系人</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.contract }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">联系电话:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.mobile }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">经营(业务)范围:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.businessScope }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">联系电话</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.mobile }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">经营(业务)范围</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.businessScope }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">许可证类型:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.licenseType }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">资质有效期:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.qualifiDate }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">许可证类型</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.licenseType }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">资质有效期</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.qualifiDate }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">法定代表人姓名:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.legalName }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">法定代表人身份证号码:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.legalIdCard }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">法定代表人姓名</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.legalName }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">法定代表人身份证号码</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.legalIdCard }}</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="trightb">法定代表人联系方式:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.legalMobile }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">使用组织:</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.useOrgName }} </el-col> |
|
|
|
<el-col :span="4" class="trightb">法定代表人联系方式</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.legalMobile }}</el-col> |
|
|
|
<el-col :span="4" class="trightb">使用组织</el-col> |
|
|
|
<el-col :span="8" class="tleft"> {{ temp.useOrgName }}</el-col> |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<div class="wenjiantit">营业执照</div> |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%;"> |
|
|
|
<el-table-column label="是否已提交" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.state }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<div class="headline"> |
|
|
|
<div style="margin-left: 5px;font-weight: bold">营业执照</div> |
|
|
|
</div> |
|
|
|
<el-table :key="businessLicenseKey" v-loading="listLoading" :data="list1" border style="width: 100%;"> |
|
|
|
<!-- <el-table-column label="是否已提交" align="center">--> |
|
|
|
<!-- <template slot-scope="scope">--> |
|
|
|
<!-- <span>{{ scope.row.state }}</span>--> |
|
|
|
<!-- </template>--> |
|
|
|
<!-- </el-table-column>--> |
|
|
|
<el-table-column label=" 文件名" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span style="color: #018AD2;" @click="lookeImg(scope.row)">{{ scope.row.fileName }}</span> |
|
|
|
<span>{{ scope.row.fileName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="文件类型" align="center"> |
|
|
@ -97,25 +98,23 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" align="center" width="250px" class-name="small-padding fixed-width"> |
|
|
|
<template slot-scope="{row}"> |
|
|
|
<!-- <el-button type="primary" @click="downloadImgByBlob(row)">下载</el-button> --> |
|
|
|
<el-link target="_blank" :href="row.filePath" :underline="false" style="margin-left:15px"> |
|
|
|
<el-button size="mini" type="primary">下载</el-button> |
|
|
|
</el-link> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<div class="wenjiantit">道路运输许可证</div> |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="listDaolu" border style="width: 100%;"> |
|
|
|
|
|
|
|
<el-table-column label="是否已提交" align="center"> |
|
|
|
<!-- <template slot-scope="{row}">--> |
|
|
|
<!-- <el-link target="_blank" :href="row.filePath" :underline="false" style="margin-left:15px">--> |
|
|
|
<!-- <el-button size="mini" type="primary">下载</el-button>--> |
|
|
|
<!-- </el-link>--> |
|
|
|
<!-- </template>--> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.state }}</span> |
|
|
|
<el-button type="primary" size="small" @click="lookeImg(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<div class="headline"> |
|
|
|
<div style="margin-left: 5px;font-weight: bold">道路运输许可证</div> |
|
|
|
</div> |
|
|
|
<el-table :key="roadTransportKey" v-loading="listLoading" :data="list2" border style="width: 100%;"> |
|
|
|
<el-table-column label=" 文件名" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span style="color: #018AD2;" @click="lookeImg(scope.row)">{{ scope.row.fileName }}</span> |
|
|
|
<span>{{ scope.row.fileName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="文件类型" align="center"> |
|
|
@ -134,21 +133,15 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" align="center" width="250px" class-name="small-padding fixed-width"> |
|
|
|
<template slot-scope="{row}"> |
|
|
|
<!-- <el-button type="primary" @click="downloadImgByBlob(row)">下载</el-button> --> |
|
|
|
<el-link target="_blank" :href="row.filePath" :underline="false" style="margin-left:15px"> |
|
|
|
<el-button size="mini" type="primary">下载</el-button> |
|
|
|
</el-link> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<div class="wenjiantit">法人身份证</div> |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="listFaren" border style="width: 100%;"> |
|
|
|
<el-table-column label="是否已提交" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.state }}</span> |
|
|
|
<el-button type="primary" size="small" @click="lookeImg(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<div class="headline"> |
|
|
|
<div style="margin-left: 5px;font-weight: bold">法人身份证</div> |
|
|
|
</div> |
|
|
|
<el-table :key="corporateIdentityCardKey" v-loading="listLoading" :data="list3" border style="width: 100%;"> |
|
|
|
<el-table-column label=" 文件名" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span style="color: #018AD2;" @click="lookeImg(scope.row)">{{ scope.row.fileName }}</span> |
|
|
@ -170,20 +163,20 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" align="center" width="250px" class-name="small-padding fixed-width"> |
|
|
|
<template slot-scope="{row}"> |
|
|
|
<el-link target="_blank" :href="row.filePath" :underline="false" style="margin-left:15px"> |
|
|
|
<el-button size="mini" type="primary">下载</el-button> |
|
|
|
</el-link> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<div class="wenjiantit">其他资料</div> |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="listQita" border style="width: 100%;"> |
|
|
|
<el-table-column label="是否已提交" align="center"> |
|
|
|
<!-- <template slot-scope="{row}">--> |
|
|
|
<!-- <el-link target="_blank" :href="row.filePath" :underline="false" style="margin-left:15px">--> |
|
|
|
<!-- <el-button size="mini" type="primary">下载</el-button>--> |
|
|
|
<!-- </el-link>--> |
|
|
|
<!-- </template>--> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.state }}</span> |
|
|
|
<el-button type="primary" size="small" @click="lookeImg(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<div class="headline"> |
|
|
|
<div style="margin-left: 5px;font-weight: bold">其他材料</div> |
|
|
|
</div> |
|
|
|
<el-table :key="otherDetailsKey" v-loading="listLoading" :data="list4" border style="width: 100%;"> |
|
|
|
<el-table-column label=" 文件名" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span style="color: #018AD2;" @click="lookeImg(scope.row)">{{ scope.row.fileName }}</span> |
|
|
@ -210,256 +203,96 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="1000px" |
|
|
|
:close-on-click-modal="false"> |
|
|
|
<el-dialog :visible.sync="dialogFormVisible"> |
|
|
|
<div class="result-cont"> |
|
|
|
<img :src="user_img" style="width: 100%; height: 500px;"> |
|
|
|
<img :src="user_img" style="width: 100%" alt=""> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</el-form> |
|
|
|
<!-- <img :src="User_img2" style="width: 100%; height: 500px;"> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { |
|
|
|
mapGetters |
|
|
|
} from 'vuex' |
|
|
|
import { |
|
|
|
details, |
|
|
|
listFujian, |
|
|
|
download, |
|
|
|
downloadUrl |
|
|
|
} from '@/api/jichuxinxi/baseaffiliatcompany' |
|
|
|
import { |
|
|
|
getFileType, |
|
|
|
parseDate, |
|
|
|
parseTime, |
|
|
|
ConvertMenuState |
|
|
|
} from '@/utils' |
|
|
|
export default { |
|
|
|
name: 'GuakaogongsiInfo', |
|
|
|
// components: { }, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
// --按钮菜单------- |
|
|
|
menuState: { |
|
|
|
add: false, // 添加 |
|
|
|
edit: false, // 编辑 |
|
|
|
delete: false, // 删除 |
|
|
|
view: false, // 查看 |
|
|
|
audit: false, // 审核 |
|
|
|
input: false, // 导入 |
|
|
|
output: false, // 导出 |
|
|
|
upload: false, // 同步 |
|
|
|
release: false, // 下发 |
|
|
|
}, |
|
|
|
ddzz: '', |
|
|
|
tableKey: 0, |
|
|
|
// list: null, |
|
|
|
list: [], |
|
|
|
listDaolu: [], |
|
|
|
listFaren: [], |
|
|
|
listQita: [], |
|
|
|
total: 1, |
|
|
|
FormLoading: false, |
|
|
|
listLoading: false, |
|
|
|
//营业执照 |
|
|
|
listQuery: { |
|
|
|
attachType: '0001', |
|
|
|
linkSid: '', |
|
|
|
}, |
|
|
|
//道路运输许可证 |
|
|
|
listDaoluers: { |
|
|
|
attachType: '0002', |
|
|
|
linkSid: '', |
|
|
|
}, |
|
|
|
//法人身份证 |
|
|
|
listFarenes: { |
|
|
|
attachType: '0003', |
|
|
|
linkSid: '', |
|
|
|
}, |
|
|
|
//其他资料 |
|
|
|
listQitaes: { |
|
|
|
attachType: '0004', |
|
|
|
linkSid: '', |
|
|
|
}, |
|
|
|
temp: {}, // 查看实体 |
|
|
|
textMap: { |
|
|
|
update: '修改', |
|
|
|
create: '创建', |
|
|
|
}, |
|
|
|
User_img2: '', |
|
|
|
dialogFormVisible: false, // 添加修改对话框状态 |
|
|
|
dialogFormShowVisible: false, // 查看对话框默认关闭状态 |
|
|
|
dialogStatus: '', // 对话框状态 |
|
|
|
fenzuOptions: [], |
|
|
|
tempDate: {}, |
|
|
|
user_img: '', |
|
|
|
rules: { |
|
|
|
title: [{ |
|
|
|
required: true, |
|
|
|
message: '请填写', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
}, |
|
|
|
// ------------------------------------ |
|
|
|
} |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
...mapGetters([ |
|
|
|
'id', |
|
|
|
'roles', |
|
|
|
'rolesIds', |
|
|
|
'departmentId', |
|
|
|
'departmentCode', |
|
|
|
]), |
|
|
|
import { details, download } from '@/api/jichuxinxi/baseaffiliatcompany' |
|
|
|
import { postDownload } from '@/api/business/beiAn' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'GuakaogongsiInfo', |
|
|
|
data() { |
|
|
|
return { |
|
|
|
businessLicenseKey: 0, |
|
|
|
roadTransportKey: 1, |
|
|
|
corporateIdentityCardKey: 2, |
|
|
|
otherDetailsKey: 3, |
|
|
|
list1: [], |
|
|
|
list2: [], |
|
|
|
list3: [], |
|
|
|
list4: [], |
|
|
|
FormLoading: false, |
|
|
|
listLoading: false, |
|
|
|
temp: {}, // 查看实体 |
|
|
|
dialogFormVisible: false, // 查看对话框状态 |
|
|
|
dialogStatus: '', // 对话框状态 |
|
|
|
tempDate: {}, |
|
|
|
user_img: '', |
|
|
|
rules: {} |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
downloadElxe(row) { |
|
|
|
postDownload(row.filePath).then((res) => { |
|
|
|
const blob = new Blob([res], { |
|
|
|
type: 'application/msword' |
|
|
|
}) |
|
|
|
const objectUrl = URL.createObjectURL(blob) |
|
|
|
window.location.href = objectUrl |
|
|
|
}) |
|
|
|
}, |
|
|
|
created() { |
|
|
|
this.tempDate.sid = this.$route.query.sid |
|
|
|
// console.log(this.tempDate.sid, 2222)e |
|
|
|
// 初始化变量 |
|
|
|
this.init() |
|
|
|
this.handleCheck() |
|
|
|
this.ChaXunYingyezhizhao() |
|
|
|
this.ChaXunDaoLUYUNSHu() |
|
|
|
this.ChaXunFaERen() |
|
|
|
this.ChaXunQiTaZiLiao() |
|
|
|
// 返回 |
|
|
|
handleReturn() { |
|
|
|
this.$emit('doback') |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
// downloadImgByBlob(row) { |
|
|
|
// download(row.filePath).then((response) => { |
|
|
|
// // 图片转为base64 |
|
|
|
// let blob = new Blob([response], { |
|
|
|
// tyoe: 'image/png' |
|
|
|
// }) |
|
|
|
// var base64 = 'data:image/png;base64,' |
|
|
|
// let url = window.URL.createObjectURL(blob) |
|
|
|
// window.location.href = url |
|
|
|
// }) |
|
|
|
// }, |
|
|
|
downloadElxe(row) { |
|
|
|
download(row.filePath).then((res) => { |
|
|
|
const blob = new Blob([res], { |
|
|
|
type: 'application/msword', |
|
|
|
// 打开查看 |
|
|
|
showInfo(sid) { |
|
|
|
this.FormLoading = true |
|
|
|
details(sid).then((response) => { |
|
|
|
console.log('查询', response) |
|
|
|
this.FormLoading = false |
|
|
|
if (response.code === '200') { |
|
|
|
this.temp = response.data |
|
|
|
this.list1 = response.data.yyzzList |
|
|
|
this.list2 = response.data.dlysxkzList |
|
|
|
this.list3 = response.data.frsfzList |
|
|
|
this.list4 = response.data.qtzlList |
|
|
|
} else { |
|
|
|
this.$notify({ |
|
|
|
title: '失败', |
|
|
|
message: '查询失败', |
|
|
|
type: 'error' |
|
|
|
}) |
|
|
|
const objectUrl = URL.createObjectURL(blob) |
|
|
|
window.location.href = objectUrl |
|
|
|
}) |
|
|
|
}, |
|
|
|
init() {}, |
|
|
|
// 查询营业执照 |
|
|
|
ChaXunYingyezhizhao() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.linkSid = this.tempDate.sid |
|
|
|
listFujian(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
console.log('列表查询结果:', response) |
|
|
|
if (response.code === '200') { |
|
|
|
this.list = response.data |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
//查询道路运输许可证 |
|
|
|
ChaXunDaoLUYUNSHu() { |
|
|
|
this.listLoading = true |
|
|
|
this.listDaoluers.linkSid = this.tempDate.sid |
|
|
|
listFujian(this.listDaoluers).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
console.log('列表查询结果:', response) |
|
|
|
if (response.code === '200') { |
|
|
|
this.listDaolu = response.data |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 查询法人身份证 |
|
|
|
ChaXunFaERen() { |
|
|
|
this.listLoading = true |
|
|
|
this.listFarenes.linkSid = this.tempDate.sid |
|
|
|
listFujian(this.listFarenes).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
console.log('列表查询结果:', response) |
|
|
|
if (response.code === '200') { |
|
|
|
this.listFaren = response.data |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
//其他资料 |
|
|
|
ChaXunQiTaZiLiao() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQitaes.linkSid = this.tempDate.sid |
|
|
|
listFujian(this.listQitaes).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
console.log('列表查询结果:', response) |
|
|
|
if (response.code === '200') { |
|
|
|
this.listQita = response.data |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
// ----------------------------------方法-------------------- |
|
|
|
// 返回 |
|
|
|
handleReturn() { |
|
|
|
this.$router.go(-1) |
|
|
|
}, |
|
|
|
// xiaZai(url) { |
|
|
|
// window.location.href = url; |
|
|
|
// }, |
|
|
|
// 添加前数据初始化 |
|
|
|
resetTemp() { |
|
|
|
this.temp = { |
|
|
|
address: '', |
|
|
|
businessScope: '', |
|
|
|
contract: '', |
|
|
|
legalIdCard: '', |
|
|
|
legalMobile: '', |
|
|
|
legalName: '', |
|
|
|
licenseType: '', |
|
|
|
mobile: '', |
|
|
|
orgAddress: '', |
|
|
|
orgName: '', |
|
|
|
qualifiDate: '', |
|
|
|
registAddress: '', |
|
|
|
registCapital: '', |
|
|
|
registNum: '', |
|
|
|
registNumType: '', |
|
|
|
setUpTime: '', |
|
|
|
signatureCode: '', |
|
|
|
telephone: '', |
|
|
|
useOrg: '', |
|
|
|
} |
|
|
|
}, |
|
|
|
// 打开查看 |
|
|
|
handleCheck() { |
|
|
|
this.FormLoading = true |
|
|
|
details(this.tempDate.sid).then((response) => { |
|
|
|
console.log('查询', response) |
|
|
|
this.FormLoading = false |
|
|
|
if (response.code === '200') { |
|
|
|
this.temp = response.data |
|
|
|
console.log('查询1', this.temp) |
|
|
|
} else { |
|
|
|
this.$notify({ |
|
|
|
title: '失败', |
|
|
|
message: '查询失败', |
|
|
|
type: 'error', |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
lookeImg(row) { |
|
|
|
console.log('777899', row) |
|
|
|
this.user_img = row.filePath |
|
|
|
this.dialogFormVisible = true |
|
|
|
this.dialogTitle = '查看' |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
lookeImg(row) { |
|
|
|
this.user_img = row.filePath |
|
|
|
this.dialogFormVisible = true |
|
|
|
this.dialogTitle = '查看' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
<style scoped> |
|
|
|
.wenjiantit { |
|
|
|
font-size: 16px; |
|
|
|
font-weight: bold; |
|
|
|
margin: 25px 0 10px 0; |
|
|
|
} |
|
|
|
.headline{ |
|
|
|
height: 40px; |
|
|
|
padding: 10px; |
|
|
|
font-weight: bold; |
|
|
|
background-color: #ffffff; |
|
|
|
border: 1px solid #DFE6EC; |
|
|
|
} |
|
|
|
.wlInfo { |
|
|
|
text-align: center; |
|
|
|
font-size: 28px; |
|
|
|
line-height: 90px; |
|
|
|
} |
|
|
|
</style> |
|
|
|