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
699275bf
Commit
699275bf
authored
Jul 31, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺查看日志修改
parent
96c7dbac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
16 deletions
+12
-16
realtimePerformance.js
public/resource/js/realtimePerformance.js
+3
-1
shopInspectionLog.js
public/resource/js/shopInspectionLog.js
+5
-9
shop_inspectionlog_template_tpl.html
...ic/resource/template/shop_inspectionlog_template_tpl.html
+4
-6
No files found.
public/resource/js/realtimePerformance.js
View file @
699275bf
...
@@ -116,7 +116,9 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'css!style/h
...
@@ -116,7 +116,9 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'css!style/h
'agent_id'
:
user_info_obj
.
id
,
'agent_id'
:
user_info_obj
.
id
,
'start_day'
:
$
(
'#maintable_create_time'
).
val
(),
'start_day'
:
$
(
'#maintable_create_time'
).
val
(),
'end_day'
:
$
(
'#maintable_end_time'
).
val
(),
'end_day'
:
$
(
'#maintable_end_time'
).
val
(),
'request_source_type'
:
1
'request_source_type'
:
1
,
'second_select'
:
0
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
...
...
public/resource/js/shopInspectionLog.js
View file @
699275bf
...
@@ -31,21 +31,17 @@ define(['doT', 'text!temp/shop_inspectionlog_template_tpl.html', 'css!style/home
...
@@ -31,21 +31,17 @@ define(['doT', 'text!temp/shop_inspectionlog_template_tpl.html', 'css!style/home
getList
:
function
(
pageNo
)
{
getList
:
function
(
pageNo
)
{
shoplog
.
pageNo
=
pageNo
;
shoplog
.
pageNo
=
pageNo
;
var
params
=
{};
var
params
=
{};
params
.
user_name
=
$
.
trim
(
$
(
'#customer_name'
).
val
());
params
.
start_time
=
$
(
'#start_date'
).
val
();
params
.
start_time
=
$
(
'#start_date'
).
val
();
params
.
end_time
=
$
(
'#end_date'
).
val
();
params
.
end_time
=
$
(
'#end_date'
).
val
();
params
.
internal_address
=
$
(
'#shop_name'
).
val
();
params
.
house_id
=
$
(
'#shop_id'
).
val
();
params
.
user_phone
=
$
(
'#customer_phone'
).
val
();
params
.
house_name
=
$
(
'#shop_name'
).
val
();
params
.
id
=
$
(
'#shop_num'
).
val
();
params
.
agent_phone
=
$
(
'#looker_phone'
).
val
();
params
.
store_name
=
$
(
'#store_name'
).
val
();
params
.
agent_name
=
$
(
'#looker_name'
).
val
();
params
.
report_phone
=
$
(
'#applicant_phone'
).
val
();
params
.
report_name
=
$
(
'#applicant_name'
).
val
();
params
.
pageNo
=
shoplog
.
pageNo
;
params
.
pageNo
=
shoplog
.
pageNo
;
params
.
pageSize
=
shoplog
.
pageSize
;
params
.
pageSize
=
shoplog
.
pageSize
;
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/
getCollection
'
,
//商铺查看日志
url
:
'/index/
lookShopIndex
'
,
//商铺查看日志
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
...
public/resource/template/shop_inspectionlog_template_tpl.html
View file @
699275bf
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
[
%
if
(
it
&&
it
.
length
!=
0
)
{
%
]
[
%
if
(
it
&&
it
.
length
!=
0
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'
create
_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
look
_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
user_name
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
house_id
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
user_phon
e'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
internal_titl
e'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
money
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
agent_name
'
]
%
]
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
[
%
}
else
{
%
]
[
%
}
else
{
%
]
...
@@ -26,5 +26,3 @@
...
@@ -26,5 +26,3 @@
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