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
590c09d1
authored
May 20, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
银行保存表单提示
parent
012cc2ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Http/Validators/ReceiptValidator.php
app/Http/Validators/ReceiptValidator.php
View file @
590c09d1
...
@@ -40,8 +40,8 @@ class ReceiptValidator
...
@@ -40,8 +40,8 @@ class ReceiptValidator
private
function
messages
()
private
function
messages
()
{
{
return
[
return
[
'receipt_type.required'
=>
'
开户名称
不能为空'
,
'receipt_type.required'
=>
'
银行类型
不能为空'
,
'bank_name.required'
=>
'
类型
不能为空'
,
'bank_name.required'
=>
'
开户名称
不能为空'
,
'bank_adderss.required'
=>
'开户行 不能为空'
,
'bank_adderss.required'
=>
'开户行 不能为空'
,
'swift_code.required'
=>
'电汇号码 Swift Code 不能为空'
,
'swift_code.required'
=>
'电汇号码 Swift Code 不能为空'
,
'account_no.required'
=>
'银行账号 不能为空'
,
'account_no.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