Jelajahi Sumber

资质机构新增分类

zhijiezhao 3 tahun lalu
induk
melakukan
2913237d75

+ 14 - 2
src/main/webapp/WEB-INF/views/modules/userNew/cmAgencyForm.jsp

@@ -268,6 +268,9 @@
                         html += '<span class="new-tag up-club-tag" data-typeName="spa">spa</span>'
                     $('#clubArea').html(html);
                     $('.Main-content').show();
+                }else {
+                    $('.raw-option').hide();
+                    $('.med-option,.qualification').hide();
                 }
             });
             //初始化2
@@ -612,9 +615,18 @@
                         <div class="raw-beauty">
                             <input name="firstClubType" value="2" type="radio" ${cmClubinfo.firstClubType == "2" ? "checked" : ""}/>生美
                         </div>
+                        <div class="raw-beauty">
+                            <input name="firstClubType" value="3" type="radio" ${cmClubinfo.firstClubType == "3" ? "checked" : ""}/>项目公司
+                        </div>
+                        <div class="raw-beauty">
+                            <input name="firstClubType" value="4" type="radio" ${cmClubinfo.firstClubType == "4" ? "checked" : ""}/>个人
+                        </div>
+                        <div class="raw-beauty">
+                            <input name="firstClubType" value="5" type="radio" ${cmClubinfo.firstClubType == "5" ? "checked" : ""}/>其他
+                        </div>
                     </div>
                     <span class="err-tip"></span>
-                    <div class="med-option the-oradio" style="display: none">
+                    <div class="med-option the-oradio" style="display: none" id="ejf">
                         <div class="med-beauty"><input name="secondClubType" value="1"
                                                        type="radio"  ${cmClubinfo.secondClubType == "1" ? "checked" : ""}/>诊所
                         </div>
@@ -629,7 +641,7 @@
                         </div>
                         <span class="err-tip"></span>
                     </div>
-                    <div class="raw-option the-oradio" style="display: none">
+                    <div class="raw-option the-oradio" style="display: none" id="ej">
                         <div class="med-beauty"><input name="secondClubType" value="5"
                                                        type="radio"  ${cmClubinfo.secondClubType == "5" ? "checked" : ""}/>美容院
                         </div>