@ -740,6 +740,22 @@ export const IssueJobDetail = useCrudSchemas(
width: 150
}
},
{
label: '优先级',
field: 'priority',
dictType: DICT_TYPE.PRIORITY,
dictClass: 'string',
isSearch: false,
isTable: true,
sort: 'custom',
table: {
form: {
component: 'Select',
value: '1'
label: '从库位代码',
field: 'fromLocationCode',