|
@ -83,45 +83,45 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '物料忽略名单', |
|
|
// label: '物料忽略名单',
|
|
|
field: 'ignoreListOfItem', |
|
|
// field: 'ignoreListOfItem',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
form: { |
|
|
// form: {
|
|
|
componentProps: { |
|
|
// componentProps: {
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
// isSearchList: true, // 开启查询弹窗
|
|
|
multiple:true,//是否可以多选
|
|
|
// multiple:true,//是否可以多选
|
|
|
searchListPlaceholder: '请选择物料忽略名单', // 输入框占位文本
|
|
|
// searchListPlaceholder: '请选择物料忽略名单', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
// searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchTitle: '物料信息', // 查询弹窗标题
|
|
|
// searchTitle: '物料信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
// searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法
|
|
|
// searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
// {
|
|
|
label: '库位忽略名单', |
|
|
// label: '库位忽略名单',
|
|
|
field: 'ignoreListOfLocation', |
|
|
// field: 'ignoreListOfLocation',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
form: { |
|
|
// form: {
|
|
|
componentProps: { |
|
|
// componentProps: {
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
// isSearchList: true, // 开启查询弹窗
|
|
|
multiple:true,//是否可以多选
|
|
|
// multiple:true,//是否可以多选
|
|
|
searchListPlaceholder: '请选择库位忽略名单', // 输入框占位文本
|
|
|
// searchListPlaceholder: '请选择库位忽略名单', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
// searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchTitle: '库位信息', // 查询弹窗标题
|
|
|
// searchTitle: '库位信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Location.allSchemas, // 查询弹窗所需类
|
|
|
// searchAllSchemas: Location.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: LocationApi.getLocationPage // 查询弹窗所需分页方法
|
|
|
// searchPage: LocationApi.getLocationPage // 查询弹窗所需分页方法
|
|
|
|
|
|
//
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
// {
|
|
|
// {
|
|
|
// label: '盘点范围列表',
|
|
|
// label: '盘点范围列表',
|
|
|
// field: 'scopeList',
|
|
|
// field: 'scopeList',
|
|
|