|
|
|
@ -104,9 +104,9 @@ |
|
|
|
|
<SelectGoods :multiple="false" @change="handleSelectGoods($event, item)" /> |
|
|
|
|
</template> |
|
|
|
|
<!-- 商品名称 --> |
|
|
|
|
<template slot="goods_name" slot-scope="text, item"> |
|
|
|
|
<!-- <template slot="goods_name" slot-scope="text, item"> |
|
|
|
|
{{ item.goods_name }} |
|
|
|
|
</template> |
|
|
|
|
</template> --> |
|
|
|
|
<!-- 商品价格 --> |
|
|
|
|
<template slot="goods_price" slot-scope="text, item"> |
|
|
|
|
{{ item.goods_price }} |
|
|
|
@ -297,7 +297,7 @@ export default { |
|
|
|
|
item.stock_num = sku.stock_num |
|
|
|
|
item.goods_weight = sku.goods_weight |
|
|
|
|
item.goods_sku_no = sku.goods_sku_no |
|
|
|
|
item.goods_name = res.goods_name |
|
|
|
|
// item.goods_name = res.goods_name |
|
|
|
|
item.goods_id = res.goods_id |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|