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: '备注', label: '主备注',
// field: 'remark', field: 'mainRemark',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// isTable: false, },
// },
{ {
label: '部门', label: '部门',
field: 'departmentCode', field: 'departmentCode',

Loading…
Cancel
Save