From ae627eb6429b9597af5f3792f912871583b9f81e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 12 一月 2023 15:44:23 +0800
Subject: [PATCH] 物资

---
 src/views/facilityManagement/safetyGoodsAndEquipment/index.vue                |    4 ++--
 src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue  |    1 +
 src/views/facilityManagement/goodsDetailManage/components/goodsDetailEdit.vue |    2 +-
 src/views/facilityManagement/goodsDetailManage/index.vue                      |    2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue b/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
index b95f332..9f1db92 100644
--- a/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
+++ b/src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue
@@ -197,6 +197,7 @@
 // }
 
 const changeClassify = (value: number | null) => {
+    debugger
     goodsDetailAddState.goodsDetailForm.smId = null
     goodsDetailAddState.goodsList = JSON.parse(JSON.stringify(
         (goodsDetailAddState.classifyList.find(item => item.materialClassifyId === value) ?? {baseMaterialList:[]})?.baseMaterialList as Array<BaseMaterialListType>
diff --git a/src/views/facilityManagement/goodsDetailManage/components/goodsDetailEdit.vue b/src/views/facilityManagement/goodsDetailManage/components/goodsDetailEdit.vue
index c684721..a89541d 100644
--- a/src/views/facilityManagement/goodsDetailManage/components/goodsDetailEdit.vue
+++ b/src/views/facilityManagement/goodsDetailManage/components/goodsDetailEdit.vue
@@ -150,7 +150,7 @@
             goodsDetailEditState.goodsDetailForm[i] = value[i];
         }
     }
-
+    debugger
 
 }
 
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">
diff --git a/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue b/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue
index a2ba323..16b16e9 100644
--- a/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue
+++ b/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue
@@ -4,7 +4,7 @@
             <el-row class="homeCard">
                 <div class="basic-line">
                     <span>分类名称:</span>
-                    <el-select class="input-box" v-model="tableData.listQuery.searchParams.bigClassifyId" placeholder="分类名称" filterable>
+                    <el-select class="input-box" v-model="tableData.listQuery.searchParams.bigClassifyId" placeholder="分类名称" filterable clearable>
                         <el-option
                             v-for="item in tableData.goodsBigClassifyList"
                             :key="item.id"
@@ -50,7 +50,7 @@
                                 <el-button size="small" text type="success" :icon="Edit" @click="openBatchInStorage('批量入库', scope.row)">批量入库</el-button>
                                 <el-button size="small" text type="warning" :icon="Edit" @click="openBatchOutStorage('批量出库', scope.row)">批量出库</el-button>
                                 <el-button size="small" text type="primary" :icon="Edit" @click="linkToGoodsDetail('查看明细', scope.row)">查看明细</el-button>
-                                <el-button size="small" text :icon="Edit" @click="onOpenDialogRef('编辑', scope.row)">编辑</el-button>
+<!--                                <el-button size="small" text :icon="Edit" @click="onOpenDialogRef('编辑', scope.row)">编辑</el-button>-->
                                 <el-button size="small" text type="danger" :icon="Delete" @click="onDelGoodsEquipment(scope.row)">删除</el-button>
                             </template>
                         </el-table-column>

--
Gitblit v1.9.2