|
|
|
@ -420,9 +420,16 @@ |
|
|
|
|
<el-form-item label="法定代表人" prop="legalRepresentative"> |
|
|
|
|
<el-input v-model="form.legalRepresentative" placeholder="请输入法定代表人"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="法人联系电话" prop="representativePhone"> |
|
|
|
|
<el-input v-model="form.representativePhone" placeholder="请输入联系电话"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
<el-form-item label="非法人组织负责人" prop="headOfAnUnincorporatedOrganization"> |
|
|
|
|
<el-input v-model="form.headOfAnUnincorporatedOrganization" placeholder="请输入非法人组织负责人"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="非法人联系电话" prop="organizationPhone"> |
|
|
|
|
<el-input v-model="form.organizationPhone" placeholder="请输入联系电话"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="单位类型" prop="unitType"> |
|
|
|
|
<el-radio-group v-model="form.unitType" class="m-radio-group"> |
|
|
|
|
<el-radio |
|
|
|
@ -611,6 +618,8 @@ export default { |
|
|
|
|
legalAuthorityPosition: null, |
|
|
|
|
legalAuthorityIdNumber: null, |
|
|
|
|
contactNumber: null, |
|
|
|
|
representativePhone: null, |
|
|
|
|
organizationPhone: null, |
|
|
|
|
basicInformationOfTheUnit: null, |
|
|
|
|
corporate: null, |
|
|
|
|
unincorporatedOrganizations: null, |
|
|
|
@ -773,6 +782,8 @@ export default { |
|
|
|
|
legalAuthorityPosition: null, |
|
|
|
|
legalAuthorityIdNumber: null, |
|
|
|
|
contactNumber: null, |
|
|
|
|
representativePhone: null, |
|
|
|
|
organizationPhone: null, |
|
|
|
|
basicInformationOfTheUnit: null, |
|
|
|
|
createBy: null, |
|
|
|
|
createTime: null, |
|
|
|
|