feat:【antd】【erp 系统】sale/order 部分代码优化(form 基本完善)

This commit is contained in:
YunaiV
2025-10-03 20:38:44 +08:00
parent 95295d5b93
commit 83cffeafc3
4 changed files with 44 additions and 25 deletions

View File

@@ -330,7 +330,15 @@ export function useGridFormSchema(): VbenFormSchema[] {
allowClear: true,
},
},
// TODO @AI备注缺少/Users/yunai/Java/yudao-ui-admin-vue3/src/views/erp/sale/order/index.vue
{
fieldName: 'remark',
label: '备注',
component: 'Input',
componentProps: {
placeholder: '请输入备注',
allowClear: true,
},
},
{
fieldName: 'outStatus',
label: '出库状态',