fix: #10000 展示错误修改
This commit is contained in:
parent
11a04d32d3
commit
68fd6a922f
@ -52,6 +52,7 @@ class InventoryImport implements ToCollection, SkipsEmptyRows
|
||||
if ('下架' === $goodsSku->status) {
|
||||
$goodsSku->status = 1;
|
||||
}
|
||||
$goodsSku->cost = $row[8];
|
||||
$goodsSku->save();
|
||||
event(new StockUpdateEvent($goodsSku));
|
||||
$updateIds[] = $goodsSku->id;
|
||||
|
||||
@ -134,7 +134,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="goods.type.name" label="分类">
|
||||
</el-table-column>
|
||||
<el-table-column prop="num" label="库存">
|
||||
<el-table-column prop="stock" label="库存">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<div style="display: flex; flex-direction: row-reverse; align-items: center; margin-top: 10px;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user