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