|
|
|
@ -102,8 +102,8 @@ class GoodsController extends BaseController |
|
|
|
$data['inventory'] = $this->request->input('inventory',0); |
|
|
|
$data['restrict_num'] = $this->request->input('restrict_num',0); |
|
|
|
$data['start_num'] = $this->request->input('start_num',0); |
|
|
|
$data['spec'] = $this->request->input('spec',[]); |
|
|
|
$data['tags'] = $this->request->input('tags',[]); |
|
|
|
$data['spec'] = $this->request->input('spec'); |
|
|
|
$data['tags'] = $this->request->input('tags'); |
|
|
|
$data['remark'] = $this->request->input('remark',''); |
|
|
|
$data['on_sale'] = $this->request->input('on_sale',0); |
|
|
|
$data['is_infinite'] = $this->request->input('is_infinite',0); |
|
|
|
@ -150,8 +150,8 @@ class GoodsController extends BaseController |
|
|
|
$data['inventory'] = $this->request->input('inventory',0); |
|
|
|
$data['restrict_num'] = $this->request->input('restrict_num',0); |
|
|
|
$data['start_num'] = $this->request->input('start_num',0); |
|
|
|
$data['spec'] = $this->request->input('spec',[]); |
|
|
|
$data['tags'] = $this->request->input('tags',[]); |
|
|
|
$data['spec'] = $this->request->input('spec'); |
|
|
|
$data['tags'] = $this->request->input('tags'); |
|
|
|
$data['remark'] = $this->request->input('remark',''); |
|
|
|
$data['on_sale'] = $this->request->input('on_sale',0); |
|
|
|
$data['is_infinite'] = $this->request->input('is_infinite',0); |
|
|
|
|