Browse Source

隐藏任务的bom查看功能

master_hella_20240701
zhaoxuebing 6 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 width: 150
}, },
}, },
{ // {
label: '操作', // label: '操作',
hiddenInMain:true, // hiddenInMain:true,
field: 'action', // field: 'action',
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