From 3f79d18a4fe7aa2a00acb6856189cedbdb81ed73 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Tue, 24 Dec 2024 19:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=93=81=E5=9B=9E=E6=94=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=83=8C=E7=95=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productredressJobMain/productredressJobMain.data.ts | 1 + .../productredressRecordMain/productredressRecordMain.data.ts | 1 + .../productredressRequestMain/productredressRequestMain.data.ts | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts index d6fe0f09c..6cd35701a 100644 --- a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts @@ -509,6 +509,7 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts index ef746344d..c022f1914 100644 --- a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts @@ -393,6 +393,7 @@ export const ProductredressRecordDetail = useCrudSchemas(reactive( label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts index 4b38c25be..a90d50f9f 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts @@ -612,10 +612,10 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, - isTableForm: false, isForm: false, tableForm: { disabled: true