diff --git a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts index feb84a75c..2527ffb16 100644 --- a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts @@ -51,8 +51,18 @@ export const ProductredressJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isSearch: true, isTable:true, }, + { + label: '车间代码', + field: 'workShopCode', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true, + }, { label: '申请时间', field: 'requestTime', diff --git a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts index 4185efe9f..157243991 100644 --- a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts @@ -62,8 +62,18 @@ export const ProductredressRecordMain = useCrudSchemas(reactive([ table: { width: 150 }, + isSearch:true, isTable:true, }, + { + label: '车间代码', + field: 'workshopCode', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true, + }, // { // label: '生产计划单号', // field: 'productionPlanNumber',