Browse Source

WMS 需求:制品子件报废三级展示

bug:物料库区导入校验
hella_online_20240815
gaojs 1 month ago
parent
commit
d9744242c7
  1. 16
      src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts

16
src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts

@ -498,14 +498,14 @@ export const ProductscrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
// { {
// label: 'Bom版本', label: 'Bom版本',
// field: 'bomVersion', field: 'bomVersion',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// }, },
{ {
label: '批次', label: '批次',
field: 'batch', field: 'batch',

Loading…
Cancel
Save