diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts index 023a77ee9..67d793bd4 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts @@ -184,7 +184,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive([ label: '原因', field: 'remark', sort: 'custom', - isTable:false, + isTable:true, }, { label: '到库区类型范围', @@ -558,16 +558,16 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive hiddenInMain:true, }, - { - label: '备注', - field: 'remark', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - hiddenInMain:true - }, + // { + // label: '备注', + // field: 'remark', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable:false, + // hiddenInMain:true + // }, { label: '创建者', field: 'creator',