|
@@ -1189,7 +1189,10 @@
|
|
|
if (warehouseIdOuter === warehouseIdInner) {
|
|
if (warehouseIdOuter === warehouseIdInner) {
|
|
|
parmasObj.warehouseLedgerInfos[i] = {
|
|
parmasObj.warehouseLedgerInfos[i] = {
|
|
|
...parmasObj.warehouseLedgerInfos[i],
|
|
...parmasObj.warehouseLedgerInfos[i],
|
|
|
- ...houseList[j]
|
|
|
|
|
|
|
+ ...houseList[j],
|
|
|
|
|
+ rootCategoryLevelId:
|
|
|
|
|
+ parmasObj.warehouseLedgerInfos[i]
|
|
|
|
|
+ .categoryLevelPathIdParent
|
|
|
};
|
|
};
|
|
|
delete parmasObj.warehouseLedgerInfos[i].houseList;
|
|
delete parmasObj.warehouseLedgerInfos[i].houseList;
|
|
|
}
|
|
}
|
|
@@ -1205,7 +1208,9 @@
|
|
|
) {
|
|
) {
|
|
|
warehouseLedgerDetails[g] = {
|
|
warehouseLedgerDetails[g] = {
|
|
|
...warehouseLedgerDetails[g],
|
|
...warehouseLedgerDetails[g],
|
|
|
- ...warehouseLedgerDetails[g].houseList[q]
|
|
|
|
|
|
|
+ ...warehouseLedgerDetails[g].houseList[q],
|
|
|
|
|
+ rootCategoryLevelId:
|
|
|
|
|
+ warehouseLedgerDetails[g].categoryLevelPathIdParent
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1228,7 +1233,7 @@
|
|
|
}
|
|
}
|
|
|
} catch (error) {}
|
|
} catch (error) {}
|
|
|
this.saveLoading = false;
|
|
this.saveLoading = false;
|
|
|
- // this.$router.push('/warehouseManagement/stockManagement');
|
|
|
|
|
|
|
+ this.$router.push('/warehouseManagement/stockManagement');
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|