From 2d47349f244ff119a92a983363354cc47b8bfde8 Mon Sep 17 00:00:00 2001 From: HashMap Date: Tue, 12 Aug 2025 10:15:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=20(view):=20=E4=BF=AE=E5=A4=8D=E4=BA=86?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86=E4=B8=AD=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20=E9=9A=90=E8=97=8F=E4=BA=86=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E6=89=8B=E5=8A=A8=E5=A2=9E=E5=88=A0=E6=94=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stock/in/index.vue | 9 +++---- src/views/stock/management/index.vue | 36 +++++++++++++++++++++++++++- src/views/stock/out/index.vue | 6 ++--- 3 files changed, 43 insertions(+), 8 deletions(-) diff --git a/src/views/stock/in/index.vue b/src/views/stock/in/index.vue index 457e850..142ff24 100644 --- a/src/views/stock/in/index.vue +++ b/src/views/stock/in/index.vue @@ -20,16 +20,16 @@ - - 新增 + + 新增 修改 + v-hasPermi="['stock:in:edit']" v-show="false">修改 删除 + v-hasPermi="['stock:in:remove']" v-show="false">删除 import { listIn, getIn, delIn, addIn, updateIn } from "@/api/stock/in" import { getToken } from "@/utils/auth" +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 4a59ebb..47009d2 100644 --- a/src/views/stock/management/index.vue +++ b/src/views/stock/management/index.vue @@ -97,9 +97,43 @@ @pagination="getList" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + +