From f2fa318161407b936f70aa3b918dd38f24ea9a88 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期一, 13 六月 2022 07:08:28 +0800
Subject: [PATCH] 数据字典表相关功能 系统账号管理优化 订单管理 API账号管理 客户信息管理

---
 web/web/GwProduct.aspx |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/web/web/GwProduct.aspx b/web/web/GwProduct.aspx
index a654cf9..516ac10 100644
--- a/web/web/GwProduct.aspx
+++ b/web/web/GwProduct.aspx
@@ -93,12 +93,12 @@
         $("#classes").trigger("change");
 
         //閫夋嫨璺敱绫诲瀷涓嬫媺妗嗭紝鎺у埗鐩稿叧杈撳叆椤规樉绀�
-        $("#RouterType").on("change", function () {
+        $("#routerType").on("change", function () {
             $(".router-type-span").hide();
             $(".router-type-span-" + $(this).val()).show();
         });
 
-        $("#RouterType").trigger("change");
+        $("#routerType").trigger("change");
 
         $(document).on("click", ".action-modal-edit", function() {
             var id = $(this).data("id");
@@ -146,6 +146,9 @@
 
                     //璁剧疆绫诲埆
                     $("#classes").trigger("change");
+
+                    //璁剧疆璺敱
+                    $("#routerType").trigger("change");
 
                     //璁剧疆鍥炬爣
                     $("#icon").trigger("change");
@@ -310,7 +313,7 @@
                         </div>
                         <div class="form-group">
                             <label class="col-sm-2 control-label">
-                                鎵�灞炰骇鍝佺被鍒�</label>
+                                鎵�灞炰骇鍝佺被鍒� <span style="color:red">*</span></label>
                             <div class="col-sm-4 ">
                                 <select name="parentId" id="parentId" class="form-control">
                                     <%=GetProductClassOptions("0")%>
@@ -391,7 +394,7 @@
                             <label class="col-sm-2 control-label">
                                 閫氶亾璺敱</label>
                             <div class="col-sm-4">
-                                 <select name="RouterType" id="RouterType" class="form-control">
+                                 <select name="routerType" id="routerType" class="form-control">
                                     <option value="1" >鎸囧畾閫氶亾璺敱</option>
                                     <option value="3" >閫氶亾缁勮矾鐢辨ā寮�</option>
                                 </select>

--
Gitblit v1.9.1