From 66445a7fde58e1c25483d168809ccb3370af2e16 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Mon, 13 May 2024 11:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=89=E6=8B=A9=E6=A1=86?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=B8=BAundefined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/dismantlingMain/dismantlingMain.data.ts | 1 + src/views/mes/reworkBatch/reworkBatch.data.ts | 6 ++++-- src/views/mes/reworkSingle/reworkSingle.data.ts | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/mes/dismantlingMain/dismantlingMain.data.ts b/src/views/mes/dismantlingMain/dismantlingMain.data.ts index 0df99a562..7f3bfb25f 100644 --- a/src/views/mes/dismantlingMain/dismantlingMain.data.ts +++ b/src/views/mes/dismantlingMain/dismantlingMain.data.ts @@ -115,6 +115,7 @@ export const DismantlingMain = useCrudSchemas(reactive([ componentProps: { isSearchList: true, // 开启查询弹窗 searchTitle: '产品编码', // 查询弹窗标题 + searchListPlaceholder: '请选择 产品编码', // 输入框占位文本 searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 searchField: 'code', // 查询弹窗赋值字段 searchPage: ItembasicApi.getItembasicPage, // 查询弹窗所需分页方法 diff --git a/src/views/mes/reworkBatch/reworkBatch.data.ts b/src/views/mes/reworkBatch/reworkBatch.data.ts index cb89615e5..2adef7339 100644 --- a/src/views/mes/reworkBatch/reworkBatch.data.ts +++ b/src/views/mes/reworkBatch/reworkBatch.data.ts @@ -59,7 +59,7 @@ export const ReworkBatch = useCrudSchemas(reactive([ value: 0 }, }, - + { label: '创建时间', field: 'createTime', @@ -121,9 +121,11 @@ export const ReworkBatch = useCrudSchemas(reactive([ field: 'productionCode', sort: 'custom', isSearch: true, + isForm: true, form: { componentProps: { isSearchList: true, // 开启查询弹窗 + searchListPlaceholder: '请选择 产品编码', // 输入框占位文本 searchTitle: '产品编码', // 查询弹窗标题 searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 searchField: 'code', // 查询弹窗赋值字段 @@ -201,7 +203,7 @@ export const ReworkBatch = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, }, - + { label: '状态', field: 'status', diff --git a/src/views/mes/reworkSingle/reworkSingle.data.ts b/src/views/mes/reworkSingle/reworkSingle.data.ts index 50db92f86..79bd1757f 100644 --- a/src/views/mes/reworkSingle/reworkSingle.data.ts +++ b/src/views/mes/reworkSingle/reworkSingle.data.ts @@ -59,7 +59,7 @@ export const ReworkSingle = useCrudSchemas(reactive([ value: 0 }, }, - + { label: '创建时间', field: 'createTime', @@ -125,6 +125,7 @@ export const ReworkSingle = useCrudSchemas(reactive([ componentProps: { isSearchList: true, // 开启查询弹窗 searchTitle: '产品编码', // 查询弹窗标题 + searchListPlaceholder: '请选择 产品编码', // 输入框占位文本 searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类 searchField: 'code', // 查询弹窗赋值字段 searchPage: ItembasicApi.getItembasicPage, // 查询弹窗所需分页方法 @@ -191,7 +192,7 @@ export const ReworkSingle = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, }, - + { label: '状态', field: 'status',