From 62b0df03132889fe53b8a89c4317a5a6dcb4e2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Tue, 31 Oct 2023 17:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BAexcel=E5=B0=81=E8=A3=85?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/AgTable/index.vue | 7 + .../src/components/exportExcel/index.vue | 157 ++++++++++-------- .../src/components/reportPageHeader/index.vue | 37 ++--- .../src/views/inventoryAndAge.vue | 1 + 4 files changed, 113 insertions(+), 89 deletions(-) diff --git a/PC/UI.WinIn.FasterZ.AgGridReport/src/components/AgTable/index.vue b/PC/UI.WinIn.FasterZ.AgGridReport/src/components/AgTable/index.vue index 6e0be39..771a46c 100644 --- a/PC/UI.WinIn.FasterZ.AgGridReport/src/components/AgTable/index.vue +++ b/PC/UI.WinIn.FasterZ.AgGridReport/src/components/AgTable/index.vue @@ -105,10 +105,17 @@ export default { \ No newline at end of file diff --git a/PC/UI.WinIn.FasterZ.AgGridReport/src/views/inventoryAndAge.vue b/PC/UI.WinIn.FasterZ.AgGridReport/src/views/inventoryAndAge.vue index 94fa2c2..21302b6 100644 --- a/PC/UI.WinIn.FasterZ.AgGridReport/src/views/inventoryAndAge.vue +++ b/PC/UI.WinIn.FasterZ.AgGridReport/src/views/inventoryAndAge.vue @@ -6,6 +6,7 @@ :reportName="'库存库龄报表'" :BottomFixedItem="BottomFixedItem" :procName="'Proc_Zheng_库存库龄'" + :showReportTitle="false" >