feat:【antd】【erp 系统】sale/order 部分代码优化

This commit is contained in:
YunaiV
2025-10-03 16:14:30 +08:00
parent 1a33f2562e
commit 8d897e89a3
3 changed files with 63 additions and 70 deletions

View File

@@ -24,7 +24,6 @@ export function useFormSchema(): VbenFormSchema[] {
hideLabel: true,
formItemClass: 'hidden',
},
{
component: 'Input',
componentProps: {
@@ -336,6 +335,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
allowClear: true,
},
},
// TODO @AI备注缺少/Users/yunai/Java/yudao-ui-admin-vue3/src/views/erp/sale/order/index.vue
{
fieldName: 'outStatus',
label: '出库状态',