|
@@ -168,7 +168,7 @@ export default {
|
|
|
console.log(row.stockTransferList, "as");
|
|
|
const arr = row.stockTransferList.map((x) => ({
|
|
|
productName: x.productName,
|
|
|
- inQuantity: 0,
|
|
|
+ inQuantity: Number(x.outQuantity),
|
|
|
outQuantity: Number(x.outQuantity),
|
|
|
id: x.id,
|
|
|
inStatus: x.inStatus,
|