From cd55e3f83113b01ada5b07eff77999ed2159b1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 14 May 2023 18:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=BF=9B=E9=94=80=E5=AD=98=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=8A=A5=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E5=88=AB=E7=9A=84=E7=AD=9B=E9=80=89=E5=92=8C=E6=9C=AC?= =?UTF-8?q?=E6=9C=88=E7=BB=93=E5=AD=98=E6=95=B0=E9=87=8F=E7=9A=84=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/report/InOutStockReport.vue | 43 +++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/jshERP-web/src/views/report/InOutStockReport.vue b/jshERP-web/src/views/report/InOutStockReport.vue index 53fc39df..b92eda8c 100644 --- a/jshERP-web/src/views/report/InOutStockReport.vue +++ b/jshERP-web/src/views/report/InOutStockReport.vue @@ -32,18 +32,31 @@ - - + + 查询 打印 导出 + + {{ toggleSearchStatus ? '收起' : '展开' }} + + - 总结存金额:{{totalCountMoneyStr}} + 本月总结存数量:{{totalStockStr}},总结存金额:{{totalCountMoneyStr}} + @@ -93,6 +106,7 @@