From a6fed8c500755a00cb96ea20e5b4ae59bf4e6d6d Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 17 Jan 2023 16:28:39 +0800
Subject: [PATCH] 20221227 充值归集

---
 src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html |    4 ++--
 1 files changed, 2 insertions(+), 2 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 3dc6801..72a594c 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
@@ -235,8 +235,8 @@
                                         <div class="layui-col-lg6">
                                             <label class="layui-form-label">开启多规格:</label>
                                             <div class="layui-input-block">
-                                                <input type="radio" name="isSku" value="1" title="是"
-                                                       lay-filter="isSku"/>
+<!--                                                <input type="radio" name="isSku" value="1" title="是"-->
+<!--                                                       lay-filter="isSku"/>-->
                                                 <input type="radio" name="isSku" value="2" title="否" lay-filter="isSku"
                                                        checked/>
                                             </div>

--
Gitblit v1.9.1