From 304daec79f6e588407435d0ca3aa05f2c752650b Mon Sep 17 00:00:00 2001 From: HashMap Date: Tue, 26 Aug 2025 17:11:40 +0800 Subject: [PATCH] =?UTF-8?q?perf(views/stock):=20=E6=94=B9=E8=BF=9B?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=9F=A5=E8=AF=A2=20+=20=E5=B0=86=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=B8=8E=E7=89=A9=E8=B5=84=E4=B8=A4=E4=B8=AA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=97=A5=E6=9C=9F=E8=BE=93=E5=85=A5=E4=BB=8E?= =?UTF-8?q?input=E6=9B=B4=E5=8F=98=E4=B8=BAdate-picker=20+=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E4=BA=86=E9=A5=B2=E5=96=82=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=AD=E7=9A=84=E6=89=B9=E5=8F=B7=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?(=E6=97=A0=E4=BD=BF=E7=94=A8=E5=BF=85=E8=A6=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/feed/FormulaManagement/index.vue | 4 +- src/views/stock/in/index.vue | 12 +- src/views/stock/management/index.vue | 383 ++++++++++----------- 3 files changed, 183 insertions(+), 216 deletions(-) diff --git a/src/views/feed/FormulaManagement/index.vue b/src/views/feed/FormulaManagement/index.vue index 53e146b..a55708a 100644 --- a/src/views/feed/FormulaManagement/index.vue +++ b/src/views/feed/FormulaManagement/index.vue @@ -4,9 +4,9 @@ - + 搜索 重置 diff --git a/src/views/stock/in/index.vue b/src/views/stock/in/index.vue index 142ff24..2e69780 100644 --- a/src/views/stock/in/index.vue +++ b/src/views/stock/in/index.vue @@ -2,7 +2,10 @@
- + + + @@ -20,8 +23,9 @@ - - 新增 + + 新增 import { listIn, getIn, delIn, addIn, updateIn } from "@/api/stock/in" import { getToken } from "@/utils/auth" -import { isVisible } from "element-plus/es/utils/index.mjs" + import { isVisible } from "element-plus/es/utils/index.mjs" const { proxy } = getCurrentInstance() const inList = ref([]) diff --git a/src/views/stock/management/index.vue b/src/views/stock/management/index.vue index 47009d2..418b222 100644 --- a/src/views/stock/management/index.vue +++ b/src/views/stock/management/index.vue @@ -2,20 +2,13 @@
- + - + + + 搜索 @@ -25,45 +18,24 @@ - 新增 + 新增 - 修改 + 修改 - 删除 + 删除 - 导出 + 导出 - 导入 + 导入 @@ -83,19 +55,16 @@ - - + + @@ -119,18 +88,12 @@ - - @@ -169,37 +132,37 @@