Pārlūkot izejas kodu

添加客户基本信息

dujinyan 7 gadi atpakaļ
vecāks
revīzija
72d5685519

+ 3 - 3
watero-rst-web/src/main/webapp/WEB-INF/views/customer/save_customer_info.ftl

@@ -325,17 +325,17 @@
         initPromotingProducts();
 
         /*监听省份*/
-        $("[name='customerProvince']").click(function (){
+        $("[name='customerProvince']").change(function (){
             initCity($(this).val());
         })
 
         /*监听渠道类别*/
-        $("[name='channelCategory']").click(function (){
+        $("[name='channelCategory']").change(function (){
             initChannelType($(this).val());
         })
 
         /*监听销售产品*/
-        $("[name='promotingProducts']").click(function (){
+        $("[name='promotingProducts']").change(function (){
             initSupplyPrice($(this).val());
         })
     })