|
|
@@ -214,17 +214,37 @@
|
|
|
<p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+
|
|
|
<el-table-column label="商品名称" width="300" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="溯源码" width="300" align="center">
|
|
|
+
|
|
|
+ <el-table-column label="通用名称" width="180" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{scope.row.commonName}}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
+ <el-table-column label="生产许可证或备案凭证编号" width="180" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{scope.row.prodLicenseNo || '-' }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
+ <el-table-column label="生产企业" width="180" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{scope.row.manufacturer || '-' }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
+ <el-table-column label="溯源码/有效期" width="300" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<p>{{scope.row.verifyCode}}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="批次号" width="300" align="center">
|
|
|
+ <el-table-column label="生产批次号/序列号" width="300" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<p>{{scope.row.batchNumber}}</p>
|
|
|
</template>
|
|
|
@@ -249,16 +269,7 @@
|
|
|
{{scope.row.dosageForm}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="通用名称" width="180" align="center">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{scope.row.commonName}}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="批号" width="180" align="center">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{scope.row.batchNumber}}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+
|
|
|
<el-table-column label="注册证书编号" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.drugRegCertNo}}
|