فهرست منبع

添加客户基本信息

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
             },