|
@@ -200,7 +200,7 @@ const handleView = async(row) => {
|
|
|
try {
|
|
try {
|
|
|
const res = await materialStockFlowDetail({
|
|
const res = await materialStockFlowDetail({
|
|
|
inboundItemId: row.inboundItemId,
|
|
inboundItemId: row.inboundItemId,
|
|
|
- months: startMonth,
|
|
|
|
|
|
|
+ months: queryParams.months,
|
|
|
})
|
|
})
|
|
|
currentStockDetail.value = res
|
|
currentStockDetail.value = res
|
|
|
stockDialogVisible.value = true
|
|
stockDialogVisible.value = true
|