Your Name
2023-01-12 ae627eb6429b9597af5f3792f912871583b9f81e
物资
已修改4个文件
9 ■■■■■ 文件已修改
src/views/facilityManagement/goodsDetailManage/components/goodsDetailAdd.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facilityManagement/goodsDetailManage/components/goodsDetailEdit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facilityManagement/goodsDetailManage/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facilityManagement/safetyGoodsAndEquipment/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
src/views/facilityManagement/goodsDetailManage/components/goodsDetailEdit.vue
@@ -150,7 +150,7 @@
            goodsDetailEditState.goodsDetailForm[i] = value[i];
        }
    }
    debugger
}
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">
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>