From c3eaa06e9ee77c4c94138a8638648be0755efae3 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 13 Mar 2023 09:46:06 +0800
Subject: [PATCH] lct
---
src/views/facilityManagement/goodsDetailManage/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/facilityManagement/goodsDetailManage/index.vue b/src/views/facilityManagement/goodsDetailManage/index.vue
index 7f20b7d..911bd66 100644
--- a/src/views/facilityManagement/goodsDetailManage/index.vue
+++ b/src/views/facilityManagement/goodsDetailManage/index.vue
@@ -34,7 +34,7 @@
<el-button type="primary" size="default" @click="openGoodsDetailAdd('新增入库','')">新增入库</el-button>
<el-button type="danger" size="default" @click="deleteBatchGoodsDetail('批量删除','')">批量删除</el-button>
<el-button type="warning" size="default" @click="checkInAndOut('批量出库','')">批量出库</el-button>
- <el-button type="success" size="default" @click="checkInAndOut('批量重新入库','')">批量重新入库</el-button>
+<!-- <el-button type="success" size="default" @click="checkInAndOut('批量重新入库','')">批量重新入库</el-button>-->
</el-col>
</el-row>
<div class="main-card">
--
Gitblit v1.9.2