|
|
|
@ -1,6 +1,16 @@
|
|
|
|
|
<template>
|
|
|
|
|
<!-- 本企业资质页面 -->
|
|
|
|
|
<div>
|
|
|
|
|
<div slot="header" style="font-weight: bold">
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
<img
|
|
|
|
|
alt="element-logo"
|
|
|
|
|
style="width: 10%"
|
|
|
|
|
src="../assets/logo/logo.png"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<h3 style="text-align: center;font-size: larger ;color:#707070 ">协调平台注册</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<el-form
|
|
|
|
|
:model="inputQuery"
|
|
|
|
|
:rules="rules"
|
|
|
|
@ -78,6 +88,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.companyName"
|
|
|
|
|
></el-input>
|
|
|
|
@ -102,6 +113,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.creditNum"
|
|
|
|
|
></el-input>
|
|
|
|
@ -116,6 +128,7 @@
|
|
|
|
|
<el-form-item label="企业类型:" label-width="150px" prop="bussinessStatus">
|
|
|
|
|
<el-select
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.bussinessStatus"
|
|
|
|
|
placeholder="企业类型"
|
|
|
|
|
style="width: 100%"
|
|
|
|
@ -145,6 +158,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.legalPerson"
|
|
|
|
|
></el-input>
|
|
|
|
@ -165,6 +179,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.legalIdCard"
|
|
|
|
|
></el-input>
|
|
|
|
@ -183,6 +198,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.registerAddress"
|
|
|
|
|
></el-input>
|
|
|
|
@ -224,6 +240,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.mobile"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -239,6 +256,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.realName"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -255,6 +273,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.fmobile"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -271,6 +290,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.email"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -294,6 +314,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.name"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -314,6 +335,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.tel"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -332,6 +354,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.qq"
|
|
|
|
|
></el-input>
|
|
|
|
@ -353,6 +376,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.weChat"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -373,6 +397,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
:disabled ="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
|
v-model="inputQuery.xemail"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|