diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index 864b93dcc..2309bd1e0 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -456,7 +456,7 @@ export const CountPlanMain = useCrudSchemas(reactive([ isTable:false, isForm: false, },{ - label: '物料忽略名单', + label: '品番忽略名单', field: 'ignoreListOfItem', sort: 'custom', table: { @@ -467,9 +467,9 @@ export const CountPlanMain = useCrudSchemas(reactive([ componentProps: { isSearchList: true, // 开启查询弹窗 multiple:true,//是否可以多选 - searchListPlaceholder: '请选择物料忽略名单', // 输入框占位文本 + searchListPlaceholder: '请选择品番忽略名单', // 输入框占位文本 searchField: 'code', // 查询弹窗赋值字段 - searchTitle: '物料信息', // 查询弹窗标题 + searchTitle: '品番信息', // 查询弹窗标题 searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法 } @@ -799,7 +799,7 @@ export const CountPlanDetail = useCrudSchemas(([ searchListPlaceholder: '请选择盘点范围类型', searchField: 'type', multiple:true,//是否可以多选 - searchTitle: '物料信息', + searchTitle: '品番信息', searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 searchPage: ItembasicApi.getItembasicPage, // 查询弹窗所需分页方法 verificationPage: ItembasicApi.getItemListByCodes, // tableForm下方输入框校验失去焦点之后是否正确的方法 @@ -825,7 +825,7 @@ export const CountPlanDetail = useCrudSchemas(([ multiple:true,//是否可以多选 searchListPlaceholder: '请选择盘点范围类型', // 输入框占位文本 searchField: 'type', // 查询弹窗赋值字段 - searchTitle: '物料信息', // 查询弹窗标题 + searchTitle: '品番信息', // 查询弹窗标题 searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 searchPage: ItembasicApi.getItembasicPage // 查询弹窗所需分页方法 } @@ -857,7 +857,7 @@ export const CountPlanDetailRules = reactive({ */ export const CountPlanMain1 = useCrudSchemas(reactive([ { - label: '物料忽略名单', + label: '品番忽略名单', field: 'ignoreListOfItem', sort: 'custom', table: { @@ -868,9 +868,9 @@ export const CountPlanMain1 = useCrudSchemas(reactive([ enterSearch:true, isSearchList: true, // 开启查询弹窗 multiple:true,//是否可以多选 - searchListPlaceholder: '请选择物料忽略名单', // 输入框占位文本 + searchListPlaceholder: '请选择品番忽略名单', // 输入框占位文本 searchField: 'code', // 查询弹窗赋值字段 - searchTitle: '物料信息', // 查询弹窗标题 + searchTitle: '品番信息', // 查询弹窗标题 searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 searchPage: ItembasicApi.getItembasicPage, // 查询弹窗所需分页方法 verificationPage: ItembasicApi.getItemListByCodes, diff --git a/src/views/wms/countManage/count/countPlanMain/index.vue b/src/views/wms/countManage/count/countPlanMain/index.vue index 344f457c9..504a08f36 100644 --- a/src/views/wms/countManage/count/countPlanMain/index.vue +++ b/src/views/wms/countManage/count/countPlanMain/index.vue @@ -168,7 +168,7 @@ const updataTableColumns = (val) => { const searchTableParams = ref([ { formField: 'productItemCode', - searchTableTitle: '物料信息', + searchTableTitle: '品番信息', searchTableAllSchemas: Itembasic.allSchemas, searchTablePage: ItembasicApi.getItembasicPage }