|
|
@ -119,29 +119,29 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'ERP库位类型', |
|
|
|
field: 'erpLocationCode', |
|
|
|
dictType: DICT_TYPE.ERP_LOCATION, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '类型',
|
|
|
|
// field: 'type',
|
|
|
|
// dictType: DICT_TYPE.LOCATION_TYPE,
|
|
|
|
// label: 'ERP库位类型',
|
|
|
|
// field: 'erpLocationCode',
|
|
|
|
// dictType: DICT_TYPE.ERP_LOCATION,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isSearch: true,
|
|
|
|
// isTable: true,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '类型', |
|
|
|
field: 'type', |
|
|
|
dictType: DICT_TYPE.LOCATION_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
isSearch: true, |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '巷道', |
|
|
|
field: 'aisle', |
|
|
|