From e62dd14590c140970b86801444c70b3e90892b4d Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 09 三月 2023 17:44:58 +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