|
|
|
@ -6,48 +6,46 @@
|
|
|
|
|
<div class="content">
|
|
|
|
|
<a-descriptions title="基本信息" :column="3">
|
|
|
|
|
<a-descriptions-item label="企业名称">
|
|
|
|
|
浙江比利时物业有限公司
|
|
|
|
|
{{infoList.companyName}}
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="公司地址">
|
|
|
|
|
湖南省湘潭市岳塘区红旗街道 8 单元 111 室
|
|
|
|
|
{{infoList.companyAddressDetails}}
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="社会信用代码"
|
|
|
|
|
>39123m13841bdi123341
|
|
|
|
|
<a-descriptions-item label="社会信用代码">
|
|
|
|
|
{{infoList.socialCreditCode}}
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="法人名称"> 陈晨 </a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="法人名称"> {{infoList.legalPersonName}} </a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="法人身份证号"
|
|
|
|
|
>621222199804287702</a-descriptions-item
|
|
|
|
|
>{{infoList.legalPersonIdCard}}</a-descriptions-item
|
|
|
|
|
>
|
|
|
|
|
<a-descriptions-item label="执照有效期限">
|
|
|
|
|
2021/04/09 至 2021/04/09</a-descriptions-item
|
|
|
|
|
{{infoList.licenseTimeStart}} 至
|
|
|
|
|
{{infoList.licenseTimeEnd == null ? '长期' : infoList.licenseTimeEnd}}</a-descriptions-item
|
|
|
|
|
>
|
|
|
|
|
</a-descriptions>
|
|
|
|
|
<a-descriptions title="法人身份证照" :column="1">
|
|
|
|
|
<a-descriptions-item label="头像面" @click="download(this.img)"
|
|
|
|
|
><img :src="img" alt=""
|
|
|
|
|
/></a-descriptions-item>
|
|
|
|
|
>
|
|
|
|
|
<img :src="item.url" alt="" v-for="(item, index) in infoList.idCardFrontImgList" :key="index">
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="国徽面"
|
|
|
|
|
><img :src="img" alt=""
|
|
|
|
|
/></a-descriptions-item>
|
|
|
|
|
><img :src="item.url" alt="" v-for="(item, index) in infoList.idCardBackImgList" :key="index">
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="营业执照"
|
|
|
|
|
><img :src="img" alt=""
|
|
|
|
|
/></a-descriptions-item>
|
|
|
|
|
><img :src="item.url" alt="" v-for="(item, index) in infoList.businessLicenseImgList" :key="index">
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="其他附件"
|
|
|
|
|
><img :src="img" alt="" /><img :src="img" alt="" /><img
|
|
|
|
|
:src="img"
|
|
|
|
|
alt="" /><img :src="img" alt="" /><img :src="img" alt="" /><img
|
|
|
|
|
:src="img"
|
|
|
|
|
alt=""
|
|
|
|
|
/></a-descriptions-item>
|
|
|
|
|
><img :src="item.url" alt="" v-for="(item, index) in infoList.othersImgList" :key="index">
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
</a-descriptions>
|
|
|
|
|
<a-descriptions title="联系人信息" :column="3">
|
|
|
|
|
<a-descriptions-item label="联系人"> 周立 </a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="联系人"> {{infoList.contactsName}} </a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="联系人号码">
|
|
|
|
|
18716191912
|
|
|
|
|
{{infoList.contactsTel}}
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="邮箱">hpzs@sina.com </a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="邮箱">{{infoList.contactsEmail}} </a-descriptions-item>
|
|
|
|
|
<a-descriptions-item label="联系人地址">
|
|
|
|
|
陕西省铜川市宜君县哭泉乡 10 单元 98 室
|
|
|
|
|
{{infoList.contactsAddressDetails}}
|
|
|
|
|
</a-descriptions-item>
|
|
|
|
|
</a-descriptions>
|
|
|
|
|
</div>
|
|
|
|
@ -69,11 +67,11 @@
|
|
|
|
|
<a-form-item
|
|
|
|
|
label="审核类型"
|
|
|
|
|
>
|
|
|
|
|
<a-select v-model="form.type" style="width: 120px">
|
|
|
|
|
<a-select-option value="1">
|
|
|
|
|
<a-select v-model="appForm.status" style="width: 120px">
|
|
|
|
|
<a-select-option :value="1">
|
|
|
|
|
通过
|
|
|
|
|
</a-select-option>
|
|
|
|
|
<a-select-option value="2">
|
|
|
|
|
<a-select-option :value="2">
|
|
|
|
|
驳回
|
|
|
|
|
</a-select-option>
|
|
|
|
|
</a-select>
|
|
|
|
@ -81,7 +79,7 @@
|
|
|
|
|
<a-form-item
|
|
|
|
|
label="审核留言"
|
|
|
|
|
>
|
|
|
|
|
<a-textarea v-model="form.remark" style="" :auto-size="{ minRows: 5, maxRows: 8 }"></a-textarea>
|
|
|
|
|
<a-textarea v-model="appForm.reviewRemakes" style="" :auto-size="{ minRows: 5, maxRows: 8 }"></a-textarea>
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-form>
|
|
|
|
|
</div>
|
|
|
|
@ -90,28 +88,47 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {getRequestDetail,isPass} from "@/api/manage/index.js"
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
form:{
|
|
|
|
|
type:'1',
|
|
|
|
|
remark:''
|
|
|
|
|
id: undefined
|
|
|
|
|
},
|
|
|
|
|
appForm: {
|
|
|
|
|
id: undefined,
|
|
|
|
|
status: 1,
|
|
|
|
|
reviewRemakes: ''
|
|
|
|
|
},
|
|
|
|
|
infoList: [],
|
|
|
|
|
auditShow: false,
|
|
|
|
|
detailData: {},
|
|
|
|
|
img: "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimgcdn.scol.com.cn%2FNEWS_1F3371B8BC0CD062D6AF69E363F8E32A.JPG&refer=http%3A%2F%2Fimgcdn.scol.com.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1643355029&t=835fe0ff21af86e6996eb308794df217",
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
this.form.id = this.$route.query.id;
|
|
|
|
|
this.appForm.id = this.$route.query.id;
|
|
|
|
|
this.getData()
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
getData() {
|
|
|
|
|
getRequestDetail(this.form).then(res => {
|
|
|
|
|
let data = res.data;
|
|
|
|
|
this.infoList = data;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
download() {},
|
|
|
|
|
cancel() {
|
|
|
|
|
this.$router.go(-1);
|
|
|
|
|
},
|
|
|
|
|
auditSubmit(){
|
|
|
|
|
this.auditShow=false
|
|
|
|
|
isPass(this.appForm).then( () => {
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
this.auditShow = false
|
|
|
|
|
},
|
|
|
|
|
auditCancel(){
|
|
|
|
|
this.auditShow=false
|
|
|
|
|
this.auditShow = false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|