Ver Fonte

和小程序端保持一致

Guos há 2 semanas atrás
pai
commit
f57fcabd46
1 ficheiros alterados com 8 adições e 9 exclusões
  1. 8 9
      src/views/hisStore/components/productOrder.vue

+ 8 - 9
src/views/hisStore/components/productOrder.vue

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