From 38d78ed42e8e518c5bb1a9d8a48f80bd3d612ffd Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Tue, 20 May 2025 09:08:47 +0800 Subject: [PATCH] =?UTF-8?q?SBBJ-1062=E7=94=B3=E8=AF=B7=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=EF=BC=8C1.=E6=98=8E=E7=BB=86=E7=BC=96=E8=BE=91=E5=BA=94?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=BF=AE=E6=94=B9=E5=BA=93=E5=AD=98=E6=95=B0?= =?UTF-8?q?=E9=87=8F=EF=BC=8C2.=E7=BC=96=E8=BE=91=EF=BC=8C=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=96=E5=8F=B7=E5=BA=94=E4=B8=8D=E8=83=BD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../item/applicationRecord/applicationRecordMain.data.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts b/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts index 184d00c..ef1ede8 100644 --- a/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts +++ b/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts @@ -210,7 +210,8 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ isSearch: true, form:{ componentProps: { - isSearchList: true, // 开启查询弹窗 + disabled:true, + isSearchList: false, // 开启查询弹窗 searchListPlaceholder: '请选择备件编号', // 输入框占位文本 searchField: 'number', // 查询弹窗赋值字段 searchTitle: '备件信息', // 查询弹窗标题 @@ -338,7 +339,8 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ component: 'InputNumber', componentProps: { min: 0, - precision: 2 + precision: 2, + disabled: true, } }, tableForm: {