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
33a56d4f
authored
Feb 17, 2025
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
表单验证
parent
b80d0e0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
app/Http/Validators/SupplierValidator.php
app/Http/Validators/SupplierValidator.php
View file @
33a56d4f
...
...
@@ -107,6 +107,7 @@ class SupplierValidator
'stockup_type'
=>
'required'
,
'main_brands'
=>
'required'
,
'pay_type'
=>
'required'
,
'sign_com_id'
=>
'required'
,
'settlement_type'
=>
'required'
,
'established_time'
=>
'required'
,
'currency'
=>
'required'
,
...
...
@@ -385,7 +386,8 @@ class SupplierValidator
'registered_capital.required'
=>
'注册资金 不能为空(单位为万)'
,
'registered_capital.min'
=>
'注册资金至少50万(单位为万)'
,
'registered_capital.numeric'
=>
'注册资金填纯数字即可,默认单位是万'
,
'is_business_abnormal.required'
=>
'是否历史经营异常必选,请补充选择'
'is_business_abnormal.required'
=>
'是否历史经营异常必选,请补充选择'
,
'sign_com_id.required'
=>
'发生跨境交易时的合同签约公司 不能为空'
,
];
}
...
...
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