Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
4cbf3054
Commit
4cbf3054
authored
Jun 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
31285933
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+1
-1
realtimePerformance.js
public/resource/js/realtimePerformance.js
+1
-1
realtimePerformanceOffice.js
public/resource/js/realtimePerformanceOffice.js
+1
-1
No files found.
public/resource/js/financial_manager_daily_list.js
View file @
4cbf3054
...
@@ -2117,7 +2117,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
...
@@ -2117,7 +2117,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
return
params
;
return
params
;
},
},
getReportDataByDetail
:
function
(
val
){
//调整页面 搜索成交报告id相关
getReportDataByDetail
:
function
(
val
){
//调整页面 搜索成交报告id相关
$
.
post
(
'/index/getCollection'
,{
'val'
:
val
},
function
(
data
){
$
.
post
(
'/
office_
index/getCollection'
,{
'val'
:
val
},
function
(
data
){
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
return
data
;
return
data
;
}
else
{
}
else
{
...
...
public/resource/js/realtimePerformance.js
View file @
4cbf3054
...
@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
...
@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
var
params
=
{
var
params
=
{
'district_id'
:
realtime
.
district_id
,
'district_id'
:
realtime
.
district_id
,
'store_id'
:
realtime
.
store_id
,
'store_id'
:
realtime
.
store_id
,
'
agents
_id'
:
realtime
.
agents_id
,
'
partial
_id'
:
realtime
.
agents_id
,
'create_time'
:
realtime
.
time_search_start
,
'create_time'
:
realtime
.
time_search_start
,
'end_time'
:
realtime
.
time_search_end
,
'end_time'
:
realtime
.
time_search_end
,
'pageNo'
:
1
,
'pageNo'
:
1
,
...
...
public/resource/js/realtimePerformanceOffice.js
View file @
4cbf3054
...
@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
var
params
=
{
var
params
=
{
'district_id'
:
realtime
.
district_id
,
'district_id'
:
realtime
.
district_id
,
'store_id'
:
realtime
.
store_id
,
'store_id'
:
realtime
.
store_id
,
'
agents
_id'
:
realtime
.
agents_id
,
'
partial
_id'
:
realtime
.
agents_id
,
'create_time'
:
realtime
.
time_search_start
,
'create_time'
:
realtime
.
time_search_start
,
'end_time'
:
realtime
.
time_search_end
,
'end_time'
:
realtime
.
time_search_end
,
'pageNo'
:
1
,
'pageNo'
:
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment