Browse Source

报废出库

intex_online20241228
张立 4 months ago
parent
commit
c2dbb1c001
  1. 3
      src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

3
src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

@ -693,7 +693,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
field: 'classes', field: 'classes',
dictType: DICT_TYPE.CLASS_ITEM, dictType: DICT_TYPE.CLASS_ITEM,
dictClass: 'string', dictClass: 'string',
isTable: false, isTable: true,
isDetail: true,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150

Loading…
Cancel
Save