Browse Source

补料操作列表去除

intex_online20250327
叶佳兴 1 month ago
parent
commit
a581ffb1c4
  1. 44
      src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts

44
src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts

@ -523,16 +523,16 @@ export const RepleinshRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
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<CrudSchema[]>([
// 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,
// }
]))
//表单校验

Loading…
Cancel
Save