|
|
|
@ -0,0 +1,450 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="提示"
|
|
|
|
|
:visible.sync="dialogVisible"
|
|
|
|
|
width="75%"
|
|
|
|
|
:close-on-click-modal="true"
|
|
|
|
|
:destroy-on-close="true"
|
|
|
|
|
:append-to-body="true"
|
|
|
|
|
>
|
|
|
|
|
<div slot="title" class="headerText">详情</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="header--title">
|
|
|
|
|
<div class="title--left">
|
|
|
|
|
<div class="line"></div>
|
|
|
|
|
<div class="title">基本信息</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<el-descriptions class="margin-top" :column="2" border>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 计划名称 </template>
|
|
|
|
|
tracyonePlanA
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 计划类型 </template>
|
|
|
|
|
903434034934
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 品种名称 </template>
|
|
|
|
|
2021-01-01
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 抽样省局</template>
|
|
|
|
|
省级监督检查
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 抽样编号 </template>
|
|
|
|
|
2021-01-01
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 抽样日期</template>
|
|
|
|
|
省级监督检查
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<div class="header--title">
|
|
|
|
|
<div class="title--left">
|
|
|
|
|
<div class="line"></div>
|
|
|
|
|
<div class="title">抽样情况</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<el-descriptions class="margin-top" :column="2" border>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 指示产品名称 </template>
|
|
|
|
|
大石桥市天泽精制滑石粉厂
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 产品注册标准(产品技术要求)</template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 产品注册证(备案号)</template>
|
|
|
|
|
沈阳市
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">生产单位省份</template>
|
|
|
|
|
省级监督检查
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 标示生产单位 </template>
|
|
|
|
|
永安大道116号
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">地址 </template>
|
|
|
|
|
xxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">电话 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">传真 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">规格/型号 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">生产日期/批号/出厂编号 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">生产或购进数量 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">已销售或使用数量 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">库存数量 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">抽样数量 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">有效期截至日期 </template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">抽样地点</template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">商标</template>
|
|
|
|
|
177777777777
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<div class="header--title">
|
|
|
|
|
<div class="title--left">
|
|
|
|
|
<div class="line"></div>
|
|
|
|
|
<div class="title">被抽样企业和单位情况</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<el-descriptions class="margin-top" :column="2" border>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 抽样环节</template>
|
|
|
|
|
xxxxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 许可证(备案号) </template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 企业和单位名称</template>
|
|
|
|
|
xxxxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 地址 </template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 法定代表人或负责人</template>
|
|
|
|
|
xxxxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 邮政编码</template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 电话</template>
|
|
|
|
|
xxxxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 传真 </template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<div class="header--title">
|
|
|
|
|
<div class="title--left">
|
|
|
|
|
<div class="line"></div>
|
|
|
|
|
<div class="title">其他信息</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="radioBox">
|
|
|
|
|
<el-descriptions class="margin-top" :column="2" border>
|
|
|
|
|
<el-descriptions-item :span="2">
|
|
|
|
|
<template slot="label"> 列入省抽计划原因</template>
|
|
|
|
|
|
|
|
|
|
<el-radio-group v-model="radio">
|
|
|
|
|
<el-radio :label="0">本行政区域内注册或者备案的产品</el-radio>
|
|
|
|
|
<el-radio :label="1"
|
|
|
|
|
>产品风险较高,但未列入国抽,与高抽补充品种</el-radio
|
|
|
|
|
>
|
|
|
|
|
<el-radio :label="2">列入上一年省抽计划但实际未抽到的</el-radio>
|
|
|
|
|
<el-radio :label="1"
|
|
|
|
|
>列入上一年国抽计划但未实际未抽到的</el-radio
|
|
|
|
|
>
|
|
|
|
|
<el-radio :label="2">既往国家抽查检验不符合规定的</el-radio>
|
|
|
|
|
<el-radio :label="1">既往本省省级抽查检验不符合规定的</el-radio>
|
|
|
|
|
<el-radio :label="2"
|
|
|
|
|
>日常监管、不良事件检测等发现可能存在质量问题的</el-radio
|
|
|
|
|
>
|
|
|
|
|
<el-radio :label="2"
|
|
|
|
|
>国家或省级抽查检验中确认非标示生产企业生产的</el-radio
|
|
|
|
|
>
|
|
|
|
|
<el-radio :label="2">在用医疗器械检验</el-radio>
|
|
|
|
|
<el-radio :label="2"
|
|
|
|
|
>其他监管需要的(另请在备注栏里说明原因)</el-radio
|
|
|
|
|
>
|
|
|
|
|
<el-input v-model="input" placeholder="请输入内容"></el-input>
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item :span="2">
|
|
|
|
|
<template slot="label"> 已传的检验报告</template>
|
|
|
|
|
<div class="fileBox">
|
|
|
|
|
<span>
|
|
|
|
|
<i class="el-icon-s-marketing"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<div>A项目检验报告.doc</div>
|
|
|
|
|
<div class="file-icon">
|
|
|
|
|
<i class="el-icon-download"></i>
|
|
|
|
|
下载
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fileBox">
|
|
|
|
|
<span>
|
|
|
|
|
<i class="el-icon-s-marketing"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<div>A项目检验报告.doc</div>
|
|
|
|
|
<div class="file-icon">
|
|
|
|
|
<i class="el-icon-download"></i>
|
|
|
|
|
下载
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="header--title">
|
|
|
|
|
<div class="title--left">
|
|
|
|
|
<div class="line"></div>
|
|
|
|
|
<div class="title">检验信息</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<el-descriptions class="margin-top" :column="2" border>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">检验机构</template>
|
|
|
|
|
xxxxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 检验依据 </template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item :span="2">
|
|
|
|
|
<template slot="label"> 检验结果 </template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item :span="2">
|
|
|
|
|
<template slot="label"> 不合格项目 </template>
|
|
|
|
|
xxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label"> 备注</template>
|
|
|
|
|
xxxxxxxxxxxxxxx
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<div class="header--title">
|
|
|
|
|
<div class="title--left">
|
|
|
|
|
<div class="line"></div>
|
|
|
|
|
<div class="title">检验项目</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="lastBox">
|
|
|
|
|
<el-table
|
|
|
|
|
v-loading="loading"
|
|
|
|
|
:data="tableList"
|
|
|
|
|
border
|
|
|
|
|
:stripe="false"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column type="index" label="序号" width="55" />
|
|
|
|
|
<el-table-column label="检验项目" prop="name" />
|
|
|
|
|
<el-table-column label="关键风险指标" prop="type">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="标准条款" prop="num" />
|
|
|
|
|
<el-table-column label="条款" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="条款路径" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="判定原则" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="备注" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="检验结果" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="检验结论" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="不合格项目细化名称" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="不合格项目说明" prop="enterpriseName" />
|
|
|
|
|
<el-table-column label="不合格项目危害" prop="enterpriseName" />
|
|
|
|
|
</el-table>
|
|
|
|
|
<div class="isYes">
|
|
|
|
|
<header>综合判定</header>
|
|
|
|
|
<div class="is-items">
|
|
|
|
|
<section>
|
|
|
|
|
本品按《辽宁省药品监督管理局关于协助做好我省疫情放防控类医疗器械抽检工作的函》(辽药监械函【2022】170号)及鲁械标准2022141343检验,结果符合规定
|
|
|
|
|
</section>
|
|
|
|
|
<div class="lastAside">合格</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script>
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
dialogVisible: false,
|
|
|
|
|
loading: false,
|
|
|
|
|
radio: 0,
|
|
|
|
|
input: "",
|
|
|
|
|
tableList: [
|
|
|
|
|
{
|
|
|
|
|
name: "辽宁护肤霜",
|
|
|
|
|
type: "化妆品",
|
|
|
|
|
num: "1231231231231",
|
|
|
|
|
enterpriseName: "xxxx有限公司",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "辽宁护肤霜",
|
|
|
|
|
type: "药品",
|
|
|
|
|
num: "1231231231231",
|
|
|
|
|
enterpriseName: "xxxx有限公司",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "辽宁护肤霜",
|
|
|
|
|
type: "医疗器械",
|
|
|
|
|
num: "1231231231231",
|
|
|
|
|
enterpriseName: "xxxx有限公司",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "辽宁护肤霜",
|
|
|
|
|
type: "化妆品",
|
|
|
|
|
num: "1231231231231",
|
|
|
|
|
enterpriseName: "xxxx有限公司",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "辽宁护肤霜",
|
|
|
|
|
type: "医疗器械",
|
|
|
|
|
num: "1231231231231",
|
|
|
|
|
enterpriseName: "xxxx有限公司",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "辽宁护肤霜",
|
|
|
|
|
type: "化妆品",
|
|
|
|
|
num: "1231231231231",
|
|
|
|
|
enterpriseName: "xxxx有限公司",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
open() {
|
|
|
|
|
this.dialogVisible = true;
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
::v-deep .el-dialog__header {
|
|
|
|
|
background: #f8f9fa;
|
|
|
|
|
}
|
|
|
|
|
.headerText {
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.header--title {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.title--left {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
.line {
|
|
|
|
|
width: 4px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
background: #1e80eb;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
.title {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #1e80eb;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.margin-top {
|
|
|
|
|
margin: 15px 0;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-descriptions-row > th {
|
|
|
|
|
width: 18%;
|
|
|
|
|
background: #f5f7fa;
|
|
|
|
|
color: #292f38;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-descriptions-row > td {
|
|
|
|
|
width: 32%;
|
|
|
|
|
}
|
|
|
|
|
.lastBox {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .radioBox .el-descriptions-row > td {
|
|
|
|
|
width: 82%;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .lastBox .el-descriptions-row > th {
|
|
|
|
|
width: 10% !important;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .lastBox .el-descriptions-row > td {
|
|
|
|
|
width: 82%;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-dialog:not(.is-fullscreen) {
|
|
|
|
|
margin-bottom: 1vh !important;
|
|
|
|
|
}
|
|
|
|
|
.fileBox {
|
|
|
|
|
margin: 8px 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
color: #333;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
& > span {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.file-icon {
|
|
|
|
|
color: #02d1a6;
|
|
|
|
|
margin-left: 40px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.isYes {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 1px solid #e6ebf5;
|
|
|
|
|
height: 50px;
|
|
|
|
|
header {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 12%;
|
|
|
|
|
padding-left:8px;
|
|
|
|
|
background: #f5f7fa;
|
|
|
|
|
display: flex;
|
|
|
|
|
color: #292f38;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.is-items {
|
|
|
|
|
height: 100%;
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
section {
|
|
|
|
|
width: 90%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.lastAside {
|
|
|
|
|
width: 5%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #22c98d;
|
|
|
|
|
color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|