|
|
@ -1,38 +1,27 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<!-- 本企业资质页面 -->
|
|
|
|
<!-- 本企业资质页面 -->
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div slot="header" style="font-weight: bold">
|
|
|
|
<div slot="header" style="font-weight: bold;margin-top: 35px">
|
|
|
|
<div style="text-align: center">
|
|
|
|
<div style="text-align: center">
|
|
|
|
<img
|
|
|
|
<img
|
|
|
|
alt="element-logo"
|
|
|
|
alt="element-logo"
|
|
|
|
style="width: 10%"
|
|
|
|
style="width: 8%"
|
|
|
|
src="../assets/logo/logo.png"
|
|
|
|
src="../assets/logo/logo.png"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h3 style="text-align: center;font-size: larger ;color:#707070 ">协调平台注册</h3>
|
|
|
|
<h3 style="text-align: center;font-size: larger ;color:#707070 ">UDI协调平台企业信息登记</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-form
|
|
|
|
<el-form
|
|
|
|
:model="inputQuery"
|
|
|
|
:model="inputQuery"
|
|
|
|
:rules="rules"
|
|
|
|
:rules="rules"
|
|
|
|
|
|
|
|
style="margin-top: 35px"
|
|
|
|
ref="inputQuery"
|
|
|
|
ref="inputQuery"
|
|
|
|
label-width="500px"
|
|
|
|
label-width="150px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-card class="el-card">
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
|
|
|
<div slot="header" class="clearfix">
|
|
|
|
|
|
|
|
<span>企业信息:</span>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<span>
|
|
|
|
|
|
|
|
企业信息:
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style=" margin-left: 40%">
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
本企业信息审核状态:
|
|
|
|
|
|
|
|
<el-tag :type="inputQuery.ucstatus | statusFilterType" >
|
|
|
|
|
|
|
|
{{checkSupFlag[inputQuery.ucstatus] }}
|
|
|
|
|
|
|
|
</el-tag>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="float: right;margin-top: -20px ">
|
|
|
|
<div style="float: right;margin-top: -20px ">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
@ -52,17 +41,38 @@
|
|
|
|
>提交审核
|
|
|
|
>提交审核
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<el-row
|
|
|
|
|
|
|
|
:gutter="20"
|
|
|
|
|
|
|
|
class="el-row"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type="flex"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item
|
|
|
|
|
|
|
|
label="本企业信息审核状态:"
|
|
|
|
|
|
|
|
prop="reason"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
<el-tag :type="inputQuery.ucstatus | statusFilterType">
|
|
|
|
|
|
|
|
{{ checkSupFlag[inputQuery.ucstatus] }}
|
|
|
|
|
|
|
|
</el-tag>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
<el-row
|
|
|
|
<el-row
|
|
|
|
:gutter="20"
|
|
|
|
:gutter="20"
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
style="margin-top: 25px"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label=" 说明:"
|
|
|
|
label="审核说明:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="reason"
|
|
|
|
prop="reason"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -80,10 +90,10 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label=" 企业名称:"
|
|
|
|
label=" 企业名称:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="companyName"
|
|
|
|
prop="companyName"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -104,11 +114,10 @@
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label=" 社会信用号:"
|
|
|
|
label=" 社会信用号:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="creditNum"
|
|
|
|
prop="creditNum"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -124,8 +133,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item label="企业类型:" label-width="150px" prop="bussinessStatus">
|
|
|
|
<el-form-item label="企业类型:" prop="bussinessStatus">
|
|
|
|
<el-select
|
|
|
|
<el-select
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
:disabled="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
:disabled="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
@ -149,11 +158,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label=" 法人名称 :"
|
|
|
|
label=" 法人名称 :"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="legalPerson"
|
|
|
|
prop="legalPerson"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -171,10 +180,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label="法人身份证号 :"
|
|
|
|
label="法人身份证号 :"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="legalIdCard"
|
|
|
|
prop="legalIdCard"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -189,11 +198,11 @@
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label="注册地址:"
|
|
|
|
label="注册地址:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="registerAddress"
|
|
|
|
prop="registerAddress"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -207,12 +216,11 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">-->
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">-->
|
|
|
|
<!-- <el-col :span="10" class="el-col">-->
|
|
|
|
<!-- <el-col :span="20" class="el-col">-->
|
|
|
|
<!-- <el-form-item label="备注:" label-width="150px" prop="remark">-->
|
|
|
|
<!-- <el-form-item label="备注:" prop="remark">-->
|
|
|
|
<!-- <el-input-->
|
|
|
|
<!-- <el-input-->
|
|
|
|
<!-- size="small"-->
|
|
|
|
<!-- size="small"-->
|
|
|
|
<!-- v-model="inputQuery.remark"-->
|
|
|
|
<!-- v-model="inputQuery.remark"-->
|
|
|
@ -224,9 +232,11 @@
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
<el-card class="el-card">
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div slot="header" class="clearfix">
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
个人基本信息:
|
|
|
|
企业系统负责人信息
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-row
|
|
|
|
<el-row
|
|
|
@ -235,8 +245,8 @@
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
style="margin-top: 25px"
|
|
|
|
style="margin-top: 25px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item label="注册手机:" label-width="150px" prop="mobile">
|
|
|
|
<el-form-item label="注册手机:" prop="mobile">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
placeholder="请输入内容"
|
|
|
|
placeholder="请输入内容"
|
|
|
@ -251,8 +261,8 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item label="注册人名称:" label-width="150px" prop="realName">
|
|
|
|
<el-form-item label="注册人名称:" prop="realName">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
placeholder="请输入内容"
|
|
|
|
placeholder="请输入内容"
|
|
|
@ -268,8 +278,8 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item label="法人联系电话:" label-width="150px" prop="fmobile">
|
|
|
|
<el-form-item label="法人联系电话:" prop="fmobile">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
placeholder="请输入内容"
|
|
|
|
placeholder="请输入内容"
|
|
|
@ -285,8 +295,8 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item label="邮箱:" label-width="150px" prop="email">
|
|
|
|
<el-form-item label="邮箱:" prop="email">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
placeholder="请输入内容"
|
|
|
|
placeholder="请输入内容"
|
|
|
@ -298,17 +308,15 @@
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row
|
|
|
|
<el-row
|
|
|
|
:gutter="20"
|
|
|
|
:gutter="20"
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label="系统负责人姓名:"
|
|
|
|
label="系统负责人姓名:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="name"
|
|
|
|
prop="name"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -326,10 +334,10 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label="系统负责人电话:"
|
|
|
|
label="系统负责人电话:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="tel"
|
|
|
|
prop="tel"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -346,10 +354,10 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label="系统负责人QQ:"
|
|
|
|
label="系统负责人QQ:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="qq"
|
|
|
|
prop="qq"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -367,10 +375,10 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label="系统负责人微信:"
|
|
|
|
label="系统负责人微信:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="weChat"
|
|
|
|
prop="weChat"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -388,10 +396,10 @@
|
|
|
|
class="el-row"
|
|
|
|
class="el-row"
|
|
|
|
type="flex"
|
|
|
|
type="flex"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-form-item
|
|
|
|
<el-form-item
|
|
|
|
label="系统负责人邮箱:"
|
|
|
|
label="系统负责人邮箱:"
|
|
|
|
label-width="150px"
|
|
|
|
|
|
|
|
prop="xemail"
|
|
|
|
prop="xemail"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -408,12 +416,6 @@
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-card>
|
|
|
|
<el-card>
|
|
|
|
<div style="float: right; text-align: right; margin-bottom: 8px">
|
|
|
|
<div style="float: right; text-align: right; margin-bottom: 8px">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
@ -473,20 +475,23 @@
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
:disabled="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
:disabled="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
@click.native="addCert(scope.row)"
|
|
|
|
@click.native="addCert(scope.row)"
|
|
|
|
>编辑</el-button
|
|
|
|
>编辑
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
@click.native="showImgViewer(scope.row)"
|
|
|
|
@click.native="showImgViewer(scope.row)"
|
|
|
|
>预览</el-button
|
|
|
|
>预览
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
:disabled="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
:disabled="inputQuery.ucstatus == 1 || inputQuery.ucstatus ==3"
|
|
|
|
@click.native="deleteCompanyCert(scope.row)"
|
|
|
|
@click.native="deleteCompanyCert(scope.row)"
|
|
|
|
>删除</el-button
|
|
|
|
>删除
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
@ -529,17 +534,11 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import companyAddCert from "@/views/purchase/cert/supCertAddDialog";
|
|
|
|
import companyAddCert from "@/views/purchase/cert/supCertAddDialog";
|
|
|
|
import {insertInitial, saveAllInfo} from "@/api/auth/registComPer";
|
|
|
|
import {insertInitial, saveAllInfo} from "@/api/auth/registComPer";
|
|
|
@ -550,8 +549,6 @@ import {isBlank} from "@/utils/strUtil";
|
|
|
|
import {encrypts} from "@/api/login";
|
|
|
|
import {encrypts} from "@/api/login";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "supCompanyEdit",
|
|
|
|
name: "supCompanyEdit",
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
@ -761,9 +758,9 @@ export default {
|
|
|
|
// this.getInfo();
|
|
|
|
// this.getInfo();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: { companyAddCert,ElImageViewer
|
|
|
|
components: {
|
|
|
|
|
|
|
|
companyAddCert, ElImageViewer
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
@ -774,6 +771,8 @@ export default {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
mess = '草稿保存'
|
|
|
|
mess = '草稿保存'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
this.$refs["inputQuery"].validate((valid) => {
|
|
|
|
|
|
|
|
if (valid) {
|
|
|
|
this.$confirm("是否" + mess, "提示", {
|
|
|
|
this.$confirm("是否" + mess, "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
cancelButtonText: "取消",
|
|
|
@ -796,11 +795,12 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deleteCompanyCert(row) {
|
|
|
|
deleteCompanyCert(row) {
|
|
|
|
this.$confirm("是否删除?", "提示", {
|
|
|
|
this.$confirm("是否删除?", "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
@ -976,9 +976,8 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.el-card {
|
|
|
|
.el-card {
|
|
|
|
margin: 15px 25%;
|
|
|
|
margin: 15px 20%;
|
|
|
|
width: 50%;
|
|
|
|
width: 60%;
|
|
|
|
|
|
|
|
|
|
|
|
/*transition: all .5s;*/
|
|
|
|
/*transition: all .5s;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|