From 4648bdca93a4ec62218c8d6a863b33982c47f2a8 Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 11 May 2026 17:25:39 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=8A=A5=E8=A1=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=B7=BB=E5=8A=A0=E2=80=9C=E5=B1=95=E5=BC=80/?= =?UTF-8?q?=E6=94=B6=E8=B5=B7=E2=80=9D=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/stockindetail/index.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/mes/stockindetail/index.vue b/src/views/mes/stockindetail/index.vue index 7a983040..af405f26 100644 --- a/src/views/mes/stockindetail/index.vue +++ b/src/views/mes/stockindetail/index.vue @@ -46,7 +46,7 @@ /> - + + + + + {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : t('FactoryModeling.FactoryStructure.expandText') }} + + 搜索 重置 @@ -144,6 +150,12 @@ const queryParams = reactive({ }) const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中 +const showAllFilters = ref(false) +const filterCount = 4 + +const toggleFilters = () => { + showAllFilters.value = !showAllFilters.value +} /** 查询列表 */ const getList = async () => {