Commit 6864f2c9 authored by wzy's avatar wzy

fix: 新增单据类型校验修改

parent f93d4a04
......@@ -47,8 +47,8 @@ export const billsTypeDetailSchema: ISchema = {
'x-component-props': {
placeholder: intl.formatMessage({ id: 'stockSellStorage.zuichang20gezifu10ge' }),
},
required: true,
'x-rules': [
{ required: true },
{
limitByte: true, // 自定义校验规则
maxByte: 20,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment