|
@@ -68,7 +68,7 @@ export default {
|
|
'cost': row.lastStockCost,
|
|
'cost': row.lastStockCost,
|
|
'returnReason': row.returnReason,
|
|
'returnReason': row.returnReason,
|
|
'productSn': row.productSn,
|
|
'productSn': row.productSn,
|
|
- 'qty': row.qty
|
|
|
|
|
|
+ 'initialQty': row.qty
|
|
}
|
|
}
|
|
this.isInster = true
|
|
this.isInster = true
|
|
this.$emit('addProduct', params)
|
|
this.$emit('addProduct', params)
|