Commit dc756f88 authored by luhongguang's avatar luhongguang

update:商品edit

parent c63ba780
...@@ -19,7 +19,7 @@ class GoodsEditValidate extends BaseValidate ...@@ -19,7 +19,7 @@ class GoodsEditValidate extends BaseValidate
'expiration_time' => 'require', 'expiration_time' => 'require',
'rule_desc' => 'require', 'rule_desc' => 'require',
'price' => 'require', 'price' => 'require',
'inventory_total' => 'require', 'inventory_add' => 'require',
]; ];
protected $message = [ protected $message = [
...@@ -30,6 +30,6 @@ class GoodsEditValidate extends BaseValidate ...@@ -30,6 +30,6 @@ class GoodsEditValidate extends BaseValidate
'expiration_time' => '请填写到期时间', 'expiration_time' => '请填写到期时间',
'rule_desc' => '请填写使用规则', 'rule_desc' => '请填写使用规则',
'price' => '请填写售价', 'price' => '请填写售价',
'inventory_total' => '请填写库存', 'inventory_add' => '请填写库存',
]; ];
} }
\ No newline at end of file
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 to comment