Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
78c0c0ac
authored
Jun 17, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改验证和提示
parent
752f5a71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
app/Http/Validators/SupplierValidator.php
config/validate.php
app/Http/Validators/SupplierValidator.php
View file @
78c0c0ac
...
...
@@ -284,8 +284,8 @@ class SupplierValidator
'ticket_time.max'
=>
'到票时间不能超过20个字符'
,
'billing_period_detail.required'
=>
'账期详情 不能为空'
,
'billing_period_detail.max'
=>
'账期详情不能超过100个字符'
,
'registered_capital.required'
=>
'注册资金 不能为空'
,
'registered_capital.min'
=>
'注册资金至少50万'
,
'registered_capital.required'
=>
'注册资金 不能为空
(单位为万)
'
,
'registered_capital.min'
=>
'注册资金至少50万
(单位为万)
'
,
'registered_capital.numeric'
=>
'注册资金填纯数字即可,默认单位是万'
,
'is_business_abnormal.required'
=>
'是否历史经营异常必选,请补充选择'
];
...
...
config/validate.php
View file @
78c0c0ac
...
...
@@ -55,5 +55,6 @@ return [
'main_customers'
=>
'3-5家客户'
,
'ticket_time'
=>
'到票时间'
,
'billing_period_detail'
=>
'账期详情'
,
'registered_capital'
=>
'注册资金'
,
]
];
\ No newline at end of file
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