From 3aa7d6702ce557d76fcfd4537f21ce3b32d36299 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 17 Jul 2023 15:43:35 +0800
Subject: [PATCH] 扫码和关注的事件

---
 src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
index 03a0ec7..f45bd02 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
@@ -97,8 +97,9 @@
                                             <label class="layui-form-label febs-form-item-require">商品类型</label>
                                             <div class="layui-input-block">
                                                 <select name="isNormal" class="goods-type" lay-filter="goods-type-select">
-                                                    <option value="1">普通商品区</option>
-<!--                                                    <option value="2">套餐区</option>-->
+                                                    <option value="1">普通商品</option>
+                                                    <option value="2">积分商品</option>
+                                                    <option value="2">双卷商品</option>
                                                 </select>
                                             </div>
                                         </div>
@@ -190,12 +191,12 @@
                                                     <input type="text" name="originalPrice" lay-verify="required" placeholder="" autocomplete="off" class="layui-input">
                                                 </div>
                                             </div>
-                                            <div class="layui-col-lg6">
-                                                <label class="layui-form-label febs-form-item-require">折扣价:</label>
-                                                <div class="layui-input-block">
-                                                    <input type="text" name="presentPrice" lay-verify="required" placeholder="" autocomplete="off" class="layui-input">
-                                                </div>
-                                            </div>
+<!--                                            <div class="layui-col-lg6">-->
+<!--                                                <label class="layui-form-label febs-form-item-require">折扣价:</label>-->
+<!--                                                <div class="layui-input-block">-->
+<!--                                                    <input type="text" name="presentPrice" lay-verify="required" placeholder="" autocomplete="off" class="layui-input">-->
+<!--                                                </div>-->
+<!--                                            </div>-->
                                         </div>
                                         <blockquote class="layui-elem-quote blue-border">代理价格</blockquote>
                                         <div class="layui-row layui-col-space10 layui-form-item">
@@ -450,7 +451,7 @@
                 ,{field: 'skuName', title: '规格', edit:'text', width:200}
                 ,{field: 'sample', title:'样品', width:100}
                 ,{field: 'goodsWeight', title: '重量', edit:'text', width:100}
-                ,{field: 'presentPrice', title: '折扣价', edit:'text', width:100}
+                // ,{field: 'presentPrice', title: '折扣价', edit:'text', width:100}
                 ,{field: 'levelOnePrice', title: '一级价格', edit:'text', width:100}
                 ,{field: 'levelTwoPrice', title: '二级价格', edit:'text', width:100}
                 ,{field: 'levelThreePrice', title: '三级价格', edit:'text', width:100}

--
Gitblit v1.9.1