|
|
@ -13,6 +13,15 @@ export const Rules = reactive({ |
|
|
|
}) |
|
|
|
|
|
|
|
export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '关联单号', |
|
|
|
field: 'associatedNumber', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
form: { |
|
|
|
component: 'Radio' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '备件编号', |
|
|
|
field: 'itemNumber', |
|
|
@ -66,15 +75,6 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
component: 'Radio' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '关联单号', |
|
|
|
field: 'associatedNumber', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
|
component: 'Radio' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '计量单位', |
|
|
|
field: 'uom', |
|
|
|