From 86b23c1ae73be03c5bd71a2261f4575b0b335c88 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 26 Dec 2024 18:23:10 +0800 Subject: [PATCH] =?UTF-8?q?YT-1822=E7=9B=98=E7=82=B9=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E4=B8=AD=E7=9B=98=E7=82=B9=E8=8C=83=E5=9B=B4=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=B8=AD=E7=89=A9=E5=93=81=E4=BB=A3=E7=A0=81=E5=92=8C=E7=89=A9?= =?UTF-8?q?=E6=96=99=E5=BF=BD=E7=95=A5=E5=90=8D=E5=8D=95=E6=9C=AA=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countPlanMain/countPlanMain.data.ts | 16 ++++++++-------- .../countManage/count/countPlanMain/index.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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 }