|
@@ -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>
|