From 95168e6443495f6c944d55d6e303ae4d0b77d6a4 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 16 Jan 2026 15:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stockReport/inoutDetails/index.vue | 50 ++++++++++++++++++- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/src/views/foodManage/stockReport/inoutDetails/index.vue b/src/views/foodManage/stockReport/inoutDetails/index.vue index 445a9292..8957d3ad 100644 --- a/src/views/foodManage/stockReport/inoutDetails/index.vue +++ b/src/views/foodManage/stockReport/inoutDetails/index.vue @@ -25,12 +25,22 @@ style="width: 240px" /> - + 搜索 重置 + + 导出 + + @@ -117,7 +127,17 @@ 重置 - + + + 导出 + + @@ -367,6 +387,32 @@ export default { this.total2 = Number(response.total); this.loading = false; }); + }, + /** 导出按钮操作 */ + handleExport() { + // this.download( + // 'system/user/export', + // { + // ...this.queryParams, + // }, + // `出入库流水_${new Date().getTime()}.xlsx`, + // ) + }, + handleExport2() { + // let param = { + // "pageNum": this.queryParams2.pageNum, + // "pageSize": this.queryParams2.pageSize, + // "areaIdList": [this.queryParams2.areaId], + // "warehouseIdList": [this.queryParams2.warehouseId], + // "materialName": this.queryParams2.materialName + // } + // this.download( + // 'system/user/export', + // { + // ...param, + // }, + // `出入库统计_${new Date().getTime()}.xlsx`, + // ) }, defaultDateRange() { const end = new Date(new Date().toLocaleDateString());