|
@ -16,7 +16,7 @@ import { t } from '@/hooks/web/useI18n' |
|
|
|
|
|
|
|
|
export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '物品代码', |
|
|
label: '物料代码', |
|
|
field: 'itemCode', |
|
|
field: 'itemCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
@ -752,4 +752,4 @@ export const ItemareaDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
// 表单校验
|
|
|
// 表单校验
|
|
|
export const ItemareaDetailRules = reactive({ |
|
|
export const ItemareaDetailRules = reactive({ |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|