diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index 3e0b98967..e7fe06072 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -83,45 +83,45 @@ export const CountPlanMain = useCrudSchemas(reactive([ } } }, - // { - // label: '物料忽略名单', - // field: 'ignoreListOfItem', - // sort: 'custom', - // table: { - // width: 150 - // }, - // form: { - // componentProps: { - // isSearchList: true, // 开启查询弹窗 - // multiple:true,//是否可以多选 - // searchListPlaceholder: '请选择物料忽略名单', // 输入框占位文本 - // searchField: 'code', // 查询弹窗赋值字段 - // searchTitle: '物料信息', // 查询弹窗标题 - // searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 - // searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法 - // } - // } - // }, - // { - // label: '库位忽略名单', - // field: 'ignoreListOfLocation', - // sort: 'custom', - // table: { - // width: 150 - // }, - // form: { - // componentProps: { - // isSearchList: true, // 开启查询弹窗 - // multiple:true,//是否可以多选 - // searchListPlaceholder: '请选择库位忽略名单', // 输入框占位文本 - // searchField: 'code', // 查询弹窗赋值字段 - // searchTitle: '库位信息', // 查询弹窗标题 - // searchAllSchemas: Location.allSchemas, // 查询弹窗所需类 - // searchPage: LocationApi.getLocationPage // 查询弹窗所需分页方法 - // - // } - // } - // }, + { + label: '物料忽略名单', + field: 'ignoreListOfItem', + sort: 'custom', + table: { + width: 150 + }, + form: { + componentProps: { + isSearchList: true, // 开启查询弹窗 + multiple:true,//是否可以多选 + searchListPlaceholder: '请选择物料忽略名单', // 输入框占位文本 + searchField: 'code', // 查询弹窗赋值字段 + searchTitle: '物料信息', // 查询弹窗标题 + searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 + searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法 + } + } + }, + { + label: '库位忽略名单', + field: 'ignoreListOfLocation', + sort: 'custom', + table: { + width: 150 + }, + form: { + componentProps: { + isSearchList: true, // 开启查询弹窗 + multiple:true,//是否可以多选 + searchListPlaceholder: '请选择库位忽略名单', // 输入框占位文本 + searchField: 'code', // 查询弹窗赋值字段 + searchTitle: '库位信息', // 查询弹窗标题 + searchAllSchemas: Location.allSchemas, // 查询弹窗所需类 + searchPage: LocationApi.getLocationPage // 查询弹窗所需分页方法 + + } + } + }, // { // label: '盘点范围列表', // field: 'scopeList', diff --git a/src/views/wms/countManage/count/countPlanMain/index.vue b/src/views/wms/countManage/count/countPlanMain/index.vue index 06aed60fa..5d7c2ecb9 100644 --- a/src/views/wms/countManage/count/countPlanMain/index.vue +++ b/src/views/wms/countManage/count/countPlanMain/index.vue @@ -54,7 +54,6 @@ :formAllSchemas="CountPlanMain.allSchemas" :tableAllSchemas="CountPlanDetail.allSchemas" :tableFormRules="CountPlanDetailRules" - :CountPlanMain1FormAllSchemas="CountPlanMain1.allSchemas" :tableData="tableData" :apiUpdate="CountPlanMainApi.updateCountPlanMain" :apiCreate="CountPlanMainApi.createCountPlanMain" @@ -113,7 +112,7 @@ import { CountPlanMainRules, CountPlanDetail, CountPlanDetailRules, - CountPlanMain1 + // CountPlanMain1 } from './countPlanMain.data' import * as CountPlanMainApi from '@/api/wms/countPlanMain' import * as CountPlanDetailApi from '@/api/wms/countPlanDetail'