|
@@ -243,17 +243,17 @@
|
|
|
<!-- <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>-->
|
|
<!-- <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>-->
|
|
|
<!-- </template>-->
|
|
<!-- </template>-->
|
|
|
<!-- </el-table-column>-->
|
|
<!-- </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="300" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<p>{{scope.row.verifyCode}}</p>
|
|
<p>{{scope.row.verifyCode}}</p>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</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>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="商品名称" width="300" align="center">
|
|
<el-table-column label="商品名称" width="300" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -263,20 +263,19 @@
|
|
|
|
|
|
|
|
<el-table-column label="生产许可证或备案凭证编号" width="180" align="center">
|
|
<el-table-column label="生产许可证或备案凭证编号" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- {{JSON.parse(scope.row.jsonInfo).prodLicenseNo || '-' }}
|
|
|
|
|
|
|
+ {{scope.row.prodLicenseNo || '-' }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="产品技术要求编号" width="180" align="center">
|
|
<el-table-column label="产品技术要求编号" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- {{ JSON.parse(scope.row.jsonInfo).prodTechReqNo || '-' }}
|
|
|
|
|
- <p>{{scope.row.batchNumber}}</p>
|
|
|
|
|
|
|
+ {{ scope.row.prodTechReqNo || '-' }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="产品结构" width="180" align="center">
|
|
<el-table-column label="产品结构" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- {{JSON.parse(scope.row.jsonInfo).productStructure || '-' }}
|
|
|
|
|
|
|
+ {{scope.row.productStructure || '-' }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|