From 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 27 Feb 2024 15:47:57 +0800
Subject: [PATCH] 抽奖

---
 src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 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 79c7050..d341c85 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
@@ -86,7 +86,7 @@
                                             <div class="layui-col-lg6">
                                                 <label class="layui-form-label febs-form-item-require">抵扣现金(%):</label>
                                                 <div class="layui-input-block">
-                                                    <input type="text" name="scorePercent"  lay-verify="required|integer" placeholder="" autocomplete="off" class="layui-input">
+                                                    <input type="text" name="scorePercent"  lay-verify="required" placeholder="" autocomplete="off" class="layui-input">
                                                     <div class="layui-word-aux">设置50,即商品价格1000,积分可抵扣的最大金额为1000*50%=500,填写整数,如【50】</div>
                                                 </div>
                                             </div>
@@ -699,6 +699,10 @@
                 $(".tc-set").show();
             }
 
+            if (goodsInfo.hasCarriage == 1) {
+                $(".carriage-input").show();
+            }
+
             if (goodsInfo.isSku == 1) {
                 $(".multi-sku-table").show();
 

--
Gitblit v1.9.1