diff --git a/src/views/inout/stat/IoStatDaySearch.vue b/src/views/inout/stat/IoStatDaySearch.vue
index 564cd4eb..a8631653 100644
--- a/src/views/inout/stat/IoStatDaySearch.vue
+++ b/src/views/inout/stat/IoStatDaySearch.vue
@@ -119,6 +119,7 @@
           <el-table-column label="产品名称" prop="productName" width="150" show-overflow-tooltip></el-table-column>
           <el-table-column label="批次号" prop="batchNo" width="120" show-overflow-tooltip></el-table-column>
           <el-table-column label="规格型号" prop="ggxh" width="160" show-overflow-tooltip></el-table-column>
+          <el-table-column label="仓库" prop="deptName" width="160" show-overflow-tooltip></el-table-column>
           <el-table-column label="期初" header-align="center">
             <el-table-column label="数量" prop="beginCount" width="80"></el-table-column>
             <el-table-column label="价格" prop="beginPrice" width="100"></el-table-column>
diff --git a/src/views/inout/stat/IoStatMonthSearch.vue b/src/views/inout/stat/IoStatMonthSearch.vue
index ab28c8a4..d58947ed 100644
--- a/src/views/inout/stat/IoStatMonthSearch.vue
+++ b/src/views/inout/stat/IoStatMonthSearch.vue
@@ -115,6 +115,7 @@
           <el-table-column label="产品名称" prop="productName" width="150" show-overflow-tooltip></el-table-column>
           <el-table-column label="批次号" prop="batchNo" width="120" show-overflow-tooltip></el-table-column>
           <el-table-column label="规格型号" prop="ggxh" width="160" show-overflow-tooltip></el-table-column>
+          <el-table-column label="仓库" prop="deptName" width="160" show-overflow-tooltip></el-table-column>
           <el-table-column label="期初" header-align="center">
             <el-table-column label="数量" prop="beginCount" width="80"></el-table-column>
             <el-table-column label="价格" prop="beginPrice" width="100"></el-table-column>