Commit 9e6b8999 by 杨树贤

寻报价校验规则

parent 5f689c5a
Showing with 1 additions and 1 deletions
...@@ -26,7 +26,7 @@ class InquirySave extends BaseRequest ...@@ -26,7 +26,7 @@ class InquirySave extends BaseRequest
'items.*.goods_name' => 'required|string|max:100', 'items.*.goods_name' => 'required|string|max:100',
'items.*.brand_name' => 'required|string|max:100', 'items.*.brand_name' => 'required|string|max:100',
'items.*.inquiry_number' => 'required|integer', 'items.*.inquiry_number' => 'required|integer',
'remark' => 'max:255|required', 'remark' => 'max:255',
]; ];
} }
} }
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