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, isDetail: true,
isForm: false, isForm: false,
}, },
{ // {
label: '操作', // label: '操作',
field: 'action', // field: 'action',
isDetail: false, // isDetail: false,
isForm: false, // isForm: false,
table: { // table: {
width: 300, // width: 300,
fixed: 'right' // fixed: 'right'
}, // },
}, // },
// { // {
// label: '包装规格', // label: '包装规格',
// field: 'packUnit', // field: 'packUnit',
@ -960,18 +960,18 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
// isTableForm:false, // isTableForm:false,
// hiddenInMain:true, // hiddenInMain:true,
// }, // },
{ // {
label: '操作', // label: '操作',
field: 'action', // field: 'action',
hiddenInMain:true, // hiddenInMain:true,
isDetail: false, // isDetail: false,
isForm: false , // isForm: false ,
table: { // table: {
width: 150, // width: 150,
fixed: 'right' // fixed: 'right'
}, // },
isTableForm:false, // isTableForm:false,
} // }
])) ]))
//表单校验 //表单校验

Loading…
Cancel
Save