From 6de066700687dc54f680ef60a5285581d4fb44a1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 22 Jun 2022 14:35:27 +0800 Subject: [PATCH] 20220528 --- src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html index 10e16e6..d91bcd3 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -32,14 +32,19 @@ </div> </div> </div> - <div class="layui-row layui-col-space10 layui-form-item"> + <div class="layui-form-item"> <div class="layui-col-lg6"> <label class="layui-form-label febs-form-item-require">商品分类:</label> <div class="layui-input-block"> -<!-- <select name="categoryId" class="categary-addPeoduct">--> -<!-- <option value="">请选择</option>--> -<!-- </select>--> <div id="goods-category"></div> + </div> + </div> + + <div class="layui-col-lg6"> + <label class="layui-form-label">是否主推:</label> + <div class="layui-input-block"> + <input type="radio" name="isHot" value="1" title="是" /> + <input type="radio" name="isHot" value="2" title="否" checked /> </div> </div> </div> @@ -636,6 +641,7 @@ "unit": goodsInfo.unit, "stock": goodsInfo.stock, "volume": goodsInfo.volume, + "isHot": goodsInfo.isHot, "goodsParameter": goodsInfo.goodsParameter, "goodsIntrodution": goodsInfo.goodsIntrodution, "isNormal": goodsInfo.isNormal, -- Gitblit v1.9.1