Browse Source

隐藏任务的bom查看功能

master_hella_20240701
zhaoxuebing 5 months ago
parent
commit
0ade13facc
  1. 24
      src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts

24
src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts

@ -911,18 +911,18 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '操作',
hiddenInMain:true,
field: 'action',
isDetail: false,
isForm: false ,
table: {
width: 150,
fixed: 'right'
},
isTableForm:false,
}
// {
// label: '操作',
// hiddenInMain:true,
// field: 'action',
// isDetail: false,
// isForm: false ,
// table: {
// width: 150,
// fixed: 'right'
// },
// isTableForm:false,
// }
]))
//表单校验

Loading…
Cancel
Save