소스 검색

添加客户基本信息

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

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

@@ -701,8 +701,10 @@
             type: "POST",
             data: {
                 customerInfoJson:customerInfoJson,
-                dockedContactInfoListJson:dockedContactInfoListJson,
-                channelSaleInfoListJson:dockedContactInfoListJson,
+                /*dockedContactInfoListJson:dockedContactInfoListJson,
+                channelSaleInfoListJson:dockedContactInfoListJson,*/
+                dockedContactInfoList:dockedContactInfoList,
+                channelSaleInfoList:channelSaleInfoList,
                 billingInfoJson : billingInfoJson,
                 ticketOpeningInfoJson:ticketOpeningInfoJson
             },