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