|
|
@@ -164,16 +164,16 @@
|
|
|
{{order.mark}}
|
|
|
</span>
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item label="溯源码" >
|
|
|
- <span v-if="order!=null">
|
|
|
- {{order.verifyCode}}
|
|
|
- </span>
|
|
|
- </el-descriptions-item>
|
|
|
- <el-descriptions-item label="产品批号" >
|
|
|
- <span v-if="order!=null">
|
|
|
- {{order.batchNumber}}
|
|
|
- </span>
|
|
|
- </el-descriptions-item>
|
|
|
+<!-- <el-descriptions-item label="溯源码" >-->
|
|
|
+<!-- <span v-if="order!=null">-->
|
|
|
+<!-- {{order.verifyCode}}-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </el-descriptions-item>-->
|
|
|
+<!-- <el-descriptions-item label="产品批号" >-->
|
|
|
+<!-- <span v-if="order!=null">-->
|
|
|
+<!-- {{order.batchNumber}}-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </el-descriptions-item>-->
|
|
|
</el-descriptions>
|
|
|
<div style="margin: 20px 0px" v-if="order!=null && certificates != null">
|
|
|
<span class="font-small">
|
|
|
@@ -209,14 +209,45 @@
|
|
|
<p>{{JSON.parse(scope.row.jsonInfo).barCode}}</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>{{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).groupBarCode}}</p>
|
|
|
+ <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">
|
|
|
- <p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>
|
|
|
+ {{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">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <p>{{scope.row.batchNumber}}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="单价" width="240" align="center">
|
|
|
@@ -239,16 +270,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}}
|