Commit 590c09d1 by 杨树贤

银行保存表单提示

parent 012cc2ff
Showing with 2 additions and 2 deletions
......@@ -40,8 +40,8 @@ class ReceiptValidator
private function messages()
{
return [
'receipt_type.required' => '开户名称 不能为空',
'bank_name.required' => '类型 不能为空',
'receipt_type.required' => '银行类型 不能为空',
'bank_name.required' => '开户名称 不能为空',
'bank_adderss.required' => '开户行 不能为空',
'swift_code.required' => '电汇号码 Swift Code 不能为空',
'account_no.required' => '银行账号 不能为空',
......
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 sign in to comment