gaoluyang
2025-12-24 a4df6a3b135421c69c339f195d287da4da1d97cc
src/views/inventoryManagement/receiptManagement/index.vue
@@ -241,7 +241,7 @@
    params.timeStr = searchForm.value.timeStr
  }
  params.productCategory = searchForm.value.productCategory
   params.flag = false
  // 根据不同的 tab 类型调用不同的接口
  const apiCall = activeTab.value === 'production' 
    ? getStockInPageByProduction(params)