Ver código fonte

update src/views/store/components/productOrder.vue.

Signed-off-by: 帅哥张玉朋 <10686182+handsome-zhang-yupeng@user.noreply.gitee.com>
帅哥张玉朋 1 ano atrás
pai
commit
2c1855cea0
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      src/views/store/components/productOrder.vue

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

@@ -166,6 +166,11 @@
             <p>{{JSON.parse(scope.row.jsonInfo).barCode}}</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>
+          </template>
+        </el-table-column>
         <el-table-column label="商品名称" width="300" align="center">
           <template slot-scope="scope">
             <p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>