Browse Source

缺陷HL-6326

hella_online_20241030
zhaoxuebing 4 weeks ago
parent
commit
2e31a9d0b1
  1. 17
      src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts

17
src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts

@ -570,15 +570,14 @@ export const ProductscrapRequestMain = useCrudSchemas(
// }
// },
// },
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// },
{
label: '主备注',
field: 'mainRemark',
sort: 'custom',
table: {
width: 150
},
},
{
label: '部门',
field: 'departmentCode',

Loading…
Cancel
Save