瀏覽代碼

添加客户基本信息

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