|
@@ -478,7 +478,7 @@ class Filing extends Base
|
|
'receipt_quantity|收货数量' => 'require|number|gt:0|max:999999999',
|
|
'receipt_quantity|收货数量' => 'require|number|gt:0|max:999999999',
|
|
'contactor|联系人' => 'require|max:255',
|
|
'contactor|联系人' => 'require|max:255',
|
|
'mobile|联系电话' => 'require|mobile',
|
|
'mobile|联系电话' => 'require|mobile',
|
|
- 'addr_code|收货省市区编码' => 'require|array|length:3',
|
|
|
|
|
|
+ 'addr_code|收货省市区编码' => 'array|length:3',
|
|
'addr|详细地址' => 'require|max:255',
|
|
'addr|详细地址' => 'require|max:255',
|
|
]);
|
|
]);
|
|
|
|
|