...
|
...
|
@@ -464,7 +464,7 @@ export default { |
|
|
single: true,
|
|
|
lazy: false,
|
|
|
product: {
|
|
|
has_stock: eachProduct.stock_number > 0 ? 'Y' : 'N',
|
|
|
has_stock: eachProduct.stock_number > 0,
|
|
|
productType: eachProduct.is_ufo === 'N' ? 1 : 2,
|
|
|
salesPrice: eachProduct.sales_price,
|
|
|
productSkn: eachProduct.product_skn,
|
...
|
...
|
|