|
|
|
@ -9,7 +9,8 @@
|
|
|
|
|
src="../assets/logo/logo.png"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<h3 style="text-align: center;font-size: larger ;color:#707070 ">UDI监管平台企业信息登记</h3>
|
|
|
|
|
<h3 style="text-align: center;font-size: larger ;color:#707070 ">医用耗材UDI追溯平台</h3>
|
|
|
|
|
<h3 style="text-align: center;font-size: larger ;color:#707070 ">新用户注册</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<el-form
|
|
|
|
|
:model="inputQuery"
|
|
|
|
@ -20,7 +21,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
<div slot="header" class="clearfix">
|
|
|
|
|
<span>企业信息:</span>
|
|
|
|
|
<span>本企业信息:</span>
|
|
|
|
|
<div>
|
|
|
|
|
<div style="float: right;margin-top: -20px ">
|
|
|
|
|
<el-button
|
|
|
|
@ -43,15 +44,36 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <el-row-->
|
|
|
|
|
<!-- :gutter="20"-->
|
|
|
|
|
<!-- class="el-row"-->
|
|
|
|
|
<!-- type="flex"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-col :span="15" 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
|
|
|
|
|
:gutter="20"
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="本企业信息审核状态:"
|
|
|
|
|
label="审核结果:"
|
|
|
|
|
prop="reason"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
@ -64,32 +86,32 @@
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- <el-row-->
|
|
|
|
|
<!-- :gutter="20"-->
|
|
|
|
|
<!-- class="el-row"-->
|
|
|
|
|
<!-- type="flex"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-col :span="15" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item-->
|
|
|
|
|
<!-- label="审核说明:"-->
|
|
|
|
|
<!-- prop="reason"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- disabled-->
|
|
|
|
|
<!-- v-model="inputQuery.reason"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<el-row
|
|
|
|
|
:gutter="20"
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="审核说明:"
|
|
|
|
|
prop="reason"
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
disabled
|
|
|
|
|
v-model="inputQuery.reason"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row
|
|
|
|
|
:gutter="20"
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label=" 企业名称:"
|
|
|
|
|
|
|
|
|
@ -113,7 +135,7 @@
|
|
|
|
|
type="flex"
|
|
|
|
|
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label=" 社会信用号:"
|
|
|
|
|
|
|
|
|
@ -132,7 +154,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item label="企业类型:" prop="bussinessStatus">
|
|
|
|
|
<el-select
|
|
|
|
|
size="small"
|
|
|
|
@ -157,7 +179,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
|
|
|
|
|
<el-form-item
|
|
|
|
|
label=" 法人名称 :"
|
|
|
|
@ -179,7 +201,7 @@
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="法人身份证号 :"
|
|
|
|
|
|
|
|
|
@ -197,7 +219,7 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="注册地址:"
|
|
|
|
@ -213,38 +235,14 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">-->
|
|
|
|
|
<!-- <el-col :span="20" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="备注:" prop="remark">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- v-model="inputQuery.remark"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!--</el-row>-->
|
|
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div slot="header" class="clearfix">
|
|
|
|
|
<span>
|
|
|
|
|
企业系统负责人信息
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-row
|
|
|
|
|
:gutter="20"
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
style="margin-top: 25px"
|
|
|
|
|
style="margin-top: 0px"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item label="注册手机:" prop="mobile">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
@ -260,7 +258,7 @@
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item label="注册人名称:" prop="realName">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
@ -277,7 +275,7 @@
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item label="法人联系电话:" prop="fmobile">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
@ -294,7 +292,7 @@
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item label="邮箱:" prop="email">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
@ -306,13 +304,37 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 0px">-->
|
|
|
|
|
<!-- <el-col :span="20" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="备注:" prop="remark">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- v-model="inputQuery.remark"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!--</el-row>-->
|
|
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div slot="header" class="clearfix">
|
|
|
|
|
<span>
|
|
|
|
|
系统负责人信息
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row
|
|
|
|
|
:gutter="20"
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
style="margin-top: 10px"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="系统负责人姓名:"
|
|
|
|
|
|
|
|
|
@ -333,7 +355,7 @@
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="系统负责人电话:"
|
|
|
|
|
|
|
|
|
@ -353,7 +375,7 @@
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="系统负责人QQ:"
|
|
|
|
|
|
|
|
|
@ -374,7 +396,7 @@
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="系统负责人微信:"
|
|
|
|
|
|
|
|
|
@ -395,7 +417,7 @@
|
|
|
|
|
class="el-row"
|
|
|
|
|
type="flex"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<el-col :span="15" class="el-col">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="系统负责人邮箱:"
|
|
|
|
|
|
|
|
|
@ -416,6 +438,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-card>
|
|
|
|
|
<div slot="header" class="clearfix">
|
|
|
|
|
<span>
|
|
|
|
|
资质证书信息
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<div style="float: right; text-align: right; margin-bottom: 8px">
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
@ -428,6 +455,7 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<el-table
|
|
|
|
|
v-loading="certLoading"
|
|
|
|
|
:data="certList"
|
|
|
|
@ -441,9 +469,9 @@
|
|
|
|
|
width="50"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column label="证书名称" prop="name"></el-table-column>
|
|
|
|
|
<el-table-column label="证书编号" prop="code"></el-table-column>
|
|
|
|
|
<el-table-column label="生效期" prop="validDate"></el-table-column>
|
|
|
|
|
<el-table-column label="失效期" prop="expireDate"></el-table-column>
|
|
|
|
|
<el-table-column label="证书编号" prop="code" ></el-table-column>
|
|
|
|
|
<el-table-column label="生效日期" prop="validDate"></el-table-column>
|
|
|
|
|
<el-table-column label="失效日期" prop="expireDate"></el-table-column>
|
|
|
|
|
<el-table-column label="确认状态" prop="checkStatus" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="scope.row.checkStatus | statusFilterType">
|
|
|
|
@ -451,12 +479,12 @@
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="确认说明"
|
|
|
|
|
prop="checkComment"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column label="状态" prop="status" width="120">
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- label="确认说明"-->
|
|
|
|
|
<!-- prop="checkComment"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
<el-table-column label="状态说明" prop="status" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="scope.row.status | statusFilterType">
|
|
|
|
|
{{ statusFlag[scope.row.status] }}
|
|
|
|
|