소스 검색

添加客户基本信息

dujinyan 7 년 전
부모
커밋
ba93a5ac35
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      watero-rst-web/src/main/webapp/WEB-INF/views/customer/update_customer_info.ftl

+ 4 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/customer/update_customer_info.ftl

@@ -583,7 +583,10 @@
         $("[name='cooperativeState']").change(function (){
             isShowBillAndTicketInfo($(this).val());
         });
-
+        /*监听发票类型*/
+        $("[name='ticketType']").change(function (){
+            isShowRedStar($(this).val());
+        })
         /*监听是否开票事件*/
         $("input[name='isOpenTicket']").change(function (){
             var isOpenTicket = $("input[name='isOpenTicket']:checked").val();