Browse Source

报废收货记录中添加Bom版本字段显示

master_hella_20240701
宋国强 8 months ago
parent
commit
fa6e15fb49
  1. 8
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/productreceiptscrapRecordMain.data.ts

8
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/productreceiptscrapRecordMain.data.ts

@ -457,6 +457,14 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
width: 150 width: 150
}, },
}, },
{
label: 'BOM版本',
field: 'bomVersion',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '库存状态', label: '库存状态',
field: 'inventoryStatus', field: 'inventoryStatus',

Loading…
Cancel
Save