|
@@ -307,7 +307,7 @@ onMounted(() => {
|
|
|
.then((inventoryTwo) => {
|
|
|
for (let i = 0; i < formData.data.inOutStorageBomList.length; i++) {
|
|
|
if (inventoryTwo[formData.data.inOutStorageBomList[i].bomSpecId]) {
|
|
|
- formData.data.inOutStorageBomList[i].warehouseId = warehouseList.value[0].dictKey;
|
|
|
+ formData.data.inOutStorageBomList[i].warehouseId = warehouseList.value[1].dictKey;
|
|
|
formData.data.inOutStorageBomList[i].surplusStock = inventoryTwo[formData.data.inOutStorageBomList[i].bomSpecId];
|
|
|
}
|
|
|
}
|