Переглянути джерело

Merge remote-tracking branch 'origin/yjb_ScrmStores' into yjb_ScrmStores

Guos 5 днів тому
батько
коміт
34f1e4600f

+ 5 - 0
src/views/hisStore/components/productAfterSalesOrder.vue

@@ -134,6 +134,11 @@
               <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>{{JSON.parse(scope.row.jsonInfo).verifyCods}}</p>
+            </template>
+          </el-table-column>
           <el-table-column label="单价" width="240" align="center">
             <template slot-scope="scope">
               <p>¥{{JSON.parse(scope.row.jsonInfo).price.toFixed(2)}}</p>

+ 5 - 0
src/views/hisStore/components/productOrder.vue

@@ -238,6 +238,11 @@
             <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>{{JSON.parse(scope.row.jsonInfo).verifyCods}}</p>
+          </template>
+        </el-table-column>
         <el-table-column label="单价" width="240" align="center">
           <template slot-scope="scope">
             <p>¥{{JSON.parse(scope.row.jsonInfo).price.toFixed(2)}}</p>