Commit f8b3d685 authored by agping's avatar agping

周报 日报

parent a9641744
...@@ -190,7 +190,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -190,7 +190,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
//type 0是周报,1是日报 //type 0是周报,1是日报
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/weekWorkImg', url: ServerHostTempCLiu + '/broker/weekWorkImg',
//url: '/broker/weekWorkImg', //url: '/broker/weekWorkImg',
data: { data: {
'agent_id': _this.userId, 'agent_id': _this.userId,
......
...@@ -172,7 +172,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -172,7 +172,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
//type 0是周报,1是日报 //type 0是周报,1是日报
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/weekWorkImg', url: ServerHostTempCLiu + '/broker/weekWorkImg',
//url: '/broker/weekWorkImg', //url: '/broker/weekWorkImg',
data: { data: {
'agent_id': _this.userId, 'agent_id': _this.userId,
......
...@@ -174,7 +174,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -174,7 +174,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
//type 0是周报,1是日报 //type 0是周报,1是日报
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/weekWorkImg', url: ServerHostTempCLiu + '/broker/weekWorkImg',
//url: '/broker/weekWorkImg', //url: '/broker/weekWorkImg',
data: { data: {
'agent_id': _this.userId, 'agent_id': _this.userId,
......
...@@ -310,7 +310,7 @@ require(['vue', 'html2canvas', 'css!style/report_achieve.css', 'jquery0325', 'co ...@@ -310,7 +310,7 @@ require(['vue', 'html2canvas', 'css!style/report_achieve.css', 'jquery0325', 'co
//house_id 在组长和市场部总监时传的是楼盘id集合,在组员,案场经理,置业顾问时传的是0 //house_id 在组长和市场部总监时传的是楼盘id集合,在组员,案场经理,置业顾问时传的是0
//type 传1代表的是日报,不传或传0代表的是周报 //type 传1代表的是日报,不传或传0代表的是周报
$.ajax({ $.ajax({
url: ServerHostTempC + "/broker/weekWorkImg", url: ServerHostTempCLiu + "/broker/weekWorkImg",
type: 'POST', type: 'POST',
data: { data: {
'img': img, 'img': img,
......
...@@ -612,7 +612,7 @@ $(function() { ...@@ -612,7 +612,7 @@ $(function() {
]; ];
$.ajax({ $.ajax({
url: ServerHostTempC + "/broker/weekWorkImg", url: ServerHostTempCLiu + "/broker/weekWorkImg",
type: 'POST', type: 'POST',
data: { data: {
'img': img, 'img': img,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment