Commit 4ebc38d1 by mushishixian

表单

parent cc82460b
Showing with 2 additions and 2 deletions
...@@ -125,10 +125,10 @@ class SupplierValidator ...@@ -125,10 +125,10 @@ class SupplierValidator
'return_address.max' => '退货地址不能超过100个字符', 'return_address.max' => '退货地址不能超过100个字符',
'return_consignee.max' => '退货收货人不能超过50个字符', 'return_consignee.max' => '退货收货人不能超过50个字符',
'return_phone.max' => '退货收货人电话不能超过50个字符', 'return_phone.max' => '退货收货人电话不能超过50个字符',
'main_brands.require' => '主营品牌不能为空', 'main_brands.required' => '主营品牌不能为空',
'main_customers.max' => '3-5家客户描述不能超过100个字符', 'main_customers.max' => '3-5家客户描述不能超过100个字符',
'ticket_time.max' => '到票时间不能超过20个字符', 'ticket_time.max' => '到票时间不能超过20个字符',
'billing_period_detail.require' => '账期详情不能为空', 'billing_period_detail.required' => '账期详情不能为空',
'billing_period_detail.max' => '账期详情不能超过100个字符', 'billing_period_detail.max' => '账期详情不能超过100个字符',
]; ];
} }
......
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