From e8b38b65cc4899b2358e6524f59d82e1e0925a48 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 4 Apr 2019 10:15:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/controller/Goods.php | 4 ++-- application/store/view/goods/stock.html | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/application/store/controller/Goods.php b/application/store/controller/Goods.php index dff6dbee2..1c7bbb313 100644 --- a/application/store/controller/Goods.php +++ b/application/store/controller/Goods.php @@ -43,7 +43,7 @@ class Goods extends Controller public function index() { $this->title = '商品管理'; - return $this->_query($this->table)->equal('status,vip_mod,cate_id')->like('title')->where(['is_deleted' => '0'])->order('sort asc,id desc')->page(); + $this->_query($this->table)->equal('status,vip_mod,cate_id')->like('title')->where(['is_deleted' => '0'])->order('sort asc,id desc')->page(); } /** @@ -87,7 +87,7 @@ class Goods extends Controller foreach (array_keys($post['goods_id']) as $key) if ($post['number'][$key] > 0) array_push($data, [ 'goods_id' => $post['goods_id'][$key], 'goods_spec' => $post['goods_spec'][$key], - 'number_stock' => $post['number'][$key], + 'number_stock' => $post['goods_number'][$key], ]); if (!empty($data)) { Db::name('StoreGoodsStock')->insertAll($data); diff --git a/application/store/view/goods/stock.html b/application/store/view/goods/stock.html index 0e2d5a357..f68c86639 100644 --- a/application/store/view/goods/stock.html +++ b/application/store/view/goods/stock.html @@ -43,7 +43,7 @@ - + @@ -58,7 +58,9 @@
- + + +