feat:【antd】【erp 系统】purchase/order 重构 2/4

This commit is contained in:
YunaiV
2025-10-04 19:27:44 +08:00
parent 5e13d28d46
commit 2039cbc0d0
5 changed files with 4 additions and 25 deletions

View File

@@ -60,21 +60,6 @@ export function useFormSchema(formType: string): VbenFormSchema[] {
},
rules: 'required',
},
{
fieldName: 'purchaseUserId',
label: '创建人',
component: 'ApiSelect',
componentProps: {
placeholder: '请选择创建人',
allowClear: true,
showSearch: true,
api: getSimpleUserList,
fieldNames: {
label: 'nickname',
value: 'id',
},
},
},
{
fieldName: 'remark',
label: '备注',