|
@ -456,7 +456,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
},{ |
|
|
},{ |
|
|
label: '物料忽略名单', |
|
|
label: '品番忽略名单', |
|
|
field: 'ignoreListOfItem', |
|
|
field: 'ignoreListOfItem', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -467,9 +467,9 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
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 // 查询弹窗所需分页方法
|
|
|
} |
|
|
} |
|
@ -799,7 +799,7 @@ export const CountPlanDetail = useCrudSchemas(<CrudSchema[]>([ |
|
|
searchListPlaceholder: '请选择盘点范围类型', |
|
|
searchListPlaceholder: '请选择盘点范围类型', |
|
|
searchField: 'type', |
|
|
searchField: 'type', |
|
|
multiple:true,//是否可以多选
|
|
|
multiple:true,//是否可以多选
|
|
|
searchTitle: '物料信息', |
|
|
searchTitle: '品番信息', |
|
|
searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: ItembasicApi.getItembasicPage, // 查询弹窗所需分页方法
|
|
|
searchPage: ItembasicApi.getItembasicPage, // 查询弹窗所需分页方法
|
|
|
verificationPage: ItembasicApi.getItemListByCodes, // tableForm下方输入框校验失去焦点之后是否正确的方法
|
|
|
verificationPage: ItembasicApi.getItemListByCodes, // tableForm下方输入框校验失去焦点之后是否正确的方法
|
|
@ -825,7 +825,7 @@ export const CountPlanDetail = useCrudSchemas(<CrudSchema[]>([ |
|
|
multiple:true,//是否可以多选
|
|
|
multiple:true,//是否可以多选
|
|
|
searchListPlaceholder: '请选择盘点范围类型', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择盘点范围类型', // 输入框占位文本
|
|
|
searchField: 'type', // 查询弹窗赋值字段
|
|
|
searchField: 'type', // 查询弹窗赋值字段
|
|
|
searchTitle: '物料信息', // 查询弹窗标题
|
|
|
searchTitle: '品番信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法
|
|
|
searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法
|
|
|
} |
|
|
} |
|
@ -857,7 +857,7 @@ export const CountPlanDetailRules = reactive({ |
|
|
*/ |
|
|
*/ |
|
|
export const CountPlanMain1 = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const CountPlanMain1 = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '物料忽略名单', |
|
|
label: '品番忽略名单', |
|
|
field: 'ignoreListOfItem', |
|
|
field: 'ignoreListOfItem', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -868,9 +868,9 @@ export const CountPlanMain1 = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
enterSearch:true, |
|
|
enterSearch:true, |
|
|
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, // 查询弹窗所需分页方法
|
|
|
verificationPage: ItembasicApi.getItemListByCodes, |
|
|
verificationPage: ItembasicApi.getItemListByCodes, |
|
|