浏览代码

Update index.vue

lex 1 年之前
父节点
当前提交
e56c45f73d
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/views/pms/purchaseList/index.vue

+ 11 - 0
src/views/pms/purchaseList/index.vue

@@ -88,11 +88,22 @@
         <el-table-column label="备查货号" width="120" align="center" >
           <template slot-scope="scope">{{ scope.row.selectProductSn }}</template>
         </el-table-column>
+        <el-table-column label="商品编号" align="center">
+          <template slot-scope="scope">
+            <p>{{ scope.row.productSkuId }}</p>
+          </template>
+        </el-table-column>
         <el-table-column label="sku编号" align="center">
           <template slot-scope="scope">
             <p>{{ scope.row.productSkuCode }}</p>
           </template>
         </el-table-column>
+
+        <el-table-column label="sku规格" align="center">
+          <template slot-scope="scope">
+            <p>{{ scope.row.spData }}</p>
+          </template>
+        </el-table-column>
         <el-table-column label="内部库存" align="center">
           <template slot-scope="scope">
             <p>{{ scope.row.internalStock }}</p>