1
liuying
2024-04-26 b41e110131cdda31f767016c817d2a0faf6ec990
1
已修改1个文件
58 ■■■■■ 文件已修改
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue 58 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue
@@ -59,8 +59,15 @@
                                </a-col> -->
                                <a-col :md="8" :sm="24">
                                    <a-form-item label="ABC分类">
                                        <a-input-number v-model="queryParam.abcClassName" style="width: 100%" allow-clear
                                            placeholder="请输入ABC分类" />
                                        <!-- <a-input-number v-model="queryParam.abcClassName" style="width: 100%" allow-clear
                                            placeholder="请输入ABC分类" /> -->
                                            <a-select style="width: 100%" placeholder="请选择ABC分类" v-model="queryParam.abcClass" >
                                                <a-select-option v-for="(item, index) in materialTypeData2" :key="index" :value="item.code">{{
                                                item.name }}</a-select-option>
                                            </a-select>
                                    </a-form-item>
                                </a-col>
                                <!-- <a-col :md="8" :sm="24">
@@ -409,28 +416,8 @@
                    sorter: true,
                    dataIndex: 'materialGroup'
                },
                // {
                //     title: 'ABC分类名称',
                //     align: 'center',
                //     customHeaderCell: () => {
                //         return {
                //             style: {
                //                 'min-width': '120px'//最小列宽设置
                //             }
                //         }
                //     },
                //     customCell: () => {
                //         return {
                //             style: {
                //                 'min-width': '120px'//最小列宽设置
                //             }
                //         }
                //     },
                //     sorter: true,
                //     dataIndex: 'abcClassName'
                // },
                {
                    title: 'ABC分类',
                    title: 'ABC分类名称',
                    align: 'center',
                    customHeaderCell: () => {
                        return {
@@ -447,8 +434,28 @@
                        }
                    },
                    sorter: true,
                    dataIndex: 'abcClass'
                    dataIndex: 'abcClassName'
                },
                // {
                //     title: 'ABC分类',
                //     align: 'center',
                //     customHeaderCell: () => {
                //         return {
                //             style: {
                //                 'min-width': '120px'//最小列宽设置
                //             }
                //         }
                //     },
                //     customCell: () => {
                //         return {
                //             style: {
                //                 'min-width': '120px'//最小列宽设置
                //             }
                //         }
                //     },
                //     sorter: true,
                //     dataIndex: 'abcClass'
                // },
                {
                    title: '物料规格',
                    align: 'center',
@@ -808,6 +815,9 @@
        const isDisabledOption = this.$options
        this.isDisabledData = isDisabledOption.filters['dictData']('yes_true_false')
        const materialTypeOption = this.$options
        this.materialTypeData2 = materialTypeOption.filters['dictData']('abc_class_type')
        this.handleTableHt() //设置主表表格高度
        window.addEventListener(
            'resize',