diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts index 3df0d3c92..dc2fd8225 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts @@ -523,16 +523,16 @@ export const RepleinshRequestMain = useCrudSchemas(reactive([ isDetail: true, isForm: false, }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - table: { - width: 300, - fixed: 'right' - }, - }, + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false, + // table: { + // width: 300, + // fixed: 'right' + // }, + // }, // { // label: '包装规格', // field: 'packUnit', @@ -960,18 +960,18 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ // isTableForm:false, // hiddenInMain:true, // }, - { - label: '操作', - field: 'action', - hiddenInMain:true, - isDetail: false, - isForm: false , - table: { - width: 150, - fixed: 'right' - }, - isTableForm:false, - } + // { + // label: '操作', + // field: 'action', + // hiddenInMain:true, + // isDetail: false, + // isForm: false , + // table: { + // width: 150, + // fixed: 'right' + // }, + // isTableForm:false, + // } ])) //表单校验