|
|
@ -9,7 +9,8 @@ export const CostCenterMappingRules = reactive({ |
|
|
|
department: [required], |
|
|
|
creditAccount: [required], |
|
|
|
ccAccount: [required], |
|
|
|
concurrencyStamp: [required] |
|
|
|
concurrencyStamp: [required], |
|
|
|
moveCode: [required] |
|
|
|
}) |
|
|
|
|
|
|
|
export const CostCenterMapping = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
@ -66,6 +67,15 @@ export const CostCenterMapping = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
component: 'Input' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '移动代码', |
|
|
|
field: 'moveCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
form: { |
|
|
|
component: 'Input' |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|