From 4ef69f1d7bdd01471d207c865a394c618c214452 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 13 Mar 2023 09:46:16 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
---
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