|
@@ -1052,7 +1052,9 @@
|
|
|
for (const key in this.productList) {
|
|
for (const key in this.productList) {
|
|
|
for (const k in this.productList[key].outInDetailRecordRequestList) {
|
|
for (const k in this.productList[key].outInDetailRecordRequestList) {
|
|
|
arr.push({
|
|
arr.push({
|
|
|
- ...this.productList[key].outInDetailRecordRequestList[k]
|
|
|
|
|
|
|
+ ...this.productList[key].outInDetailRecordRequestList[k],
|
|
|
|
|
+ result: 1,
|
|
|
|
|
+ status: 2
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|