Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈智峰
jinfa-platform
Commits
2c0675dd
Commit
2c0675dd
authored
Oct 19, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug
parent
b1f775fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
index.ts
...ansaction/stockSellStorage/bills/addBills/schema/index.ts
+3
-0
index.tsx
...s/transaction/stockSellStorage/warehouse/schema/index.tsx
+12
-12
No files found.
src/pages/transaction/stockSellStorage/bills/addBills/schema/index.ts
View file @
2c0675dd
...
...
@@ -449,6 +449,9 @@ export const addBillSchema: ISchema = {
enum
:
[],
'x-component-props'
:
{
allowClear
:
true
,
style
:
{
width
:
100
,
},
},
'x-rules'
:
[
{
...
...
src/pages/transaction/stockSellStorage/warehouse/schema/index.tsx
View file @
2c0675dd
...
...
@@ -101,25 +101,25 @@ export const warehouseDetailSchema: ISchema = {
title
:
'仓库名称'
,
'x-component-props'
:
{
placeholder
:
'请输入'
,
},
},
'x-rules'
:
[
{
required
:
true
,
message
:
'请输入仓库名称'
,
},
{
limitByte
:
true
,
// 自定义校验规则
maxByte
:
20
,
}
],
required
:
true
,
},
MEGA_LAYOUT1
:
{
type
:
'object'
,
'x-component'
:
'mega-layout'
,
'x-component-props'
:
{
label
:
'仓库
名称
'
,
label
:
'仓库
地址
'
,
wrapperCol
:
24
,
'x-rules'
:
[
{
required
:
true
,
message
:
'请输入仓库名称'
,
},
{
limitByte
:
true
,
// 自定义校验规则
maxByte
:
20
,
}
],
},
properties
:
{
MEGA_LAYOUT1_1
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment