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
53839867
Commit
53839867
authored
Jun 13, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评价列表
parent
198d0526
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
evaluation_list.html
application/index/view/evaluation/evaluation_list.html
+6
-6
evaluationList.js
public/resource/js/evaluationList.js
+6
-6
No files found.
application/index/view/evaluation/evaluation_list.html
View file @
53839867
...
@@ -50,13 +50,13 @@
...
@@ -50,13 +50,13 @@
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date1"
type=
"date"
>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date1"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
进场时间:
</span>
<span
class=
"fore-span ld-Marheight"
>
进场时间:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
start_date
"
name=
"start_date1"
type=
"date"
>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
create_time_start
"
name=
"start_date1"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
end_date
"
name=
"end_date1"
type=
"date"
>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
create_time_end
"
name=
"end_date1"
type=
"date"
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"district_id"
placeholder=
"部门名称"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
visitors_shop
"
placeholder=
"门店名称"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
store_id
"
placeholder=
"门店名称"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
visitors
_phone"
placeholder=
"手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
user
_phone"
placeholder=
"手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
visitors
_name"
placeholder=
"姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"
user
_name"
placeholder=
"姓名"
type=
"text"
value=
""
>
<span
class=
"fore-span ld-Marheight"
>
进场平均分数:
</span><span
class=
"fore-span ld-Marheight"
id=
'average_score'
>
空
</span>
<span
class=
"fore-span ld-Marheight"
>
进场平均分数:
</span><span
class=
"fore-span ld-Marheight"
id=
'average_score'
>
空
</span>
<span
class=
"fore-span ld-Marheight"
>
评价平均分数:
</span><span
class=
"fore-span ld-Marheight"
id=
'average_score_evaluation'
>
空
</span>
<span
class=
"fore-span ld-Marheight"
>
评价平均分数:
</span><span
class=
"fore-span ld-Marheight"
id=
'average_score_evaluation'
>
空
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
...
...
public/resource/js/evaluationList.js
View file @
53839867
...
@@ -131,14 +131,14 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
...
@@ -131,14 +131,14 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
console
.
log
(
$
(
'#shop_name'
).
val
());
console
.
log
(
$
(
'#shop_name'
).
val
());
follow
.
pageNo
=
pageNo
;
follow
.
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_title
=
$
(
'#shop_name'
).
val
();
params
.
create_time_start
=
$
(
'#create_time_start'
).
val
();
params
.
user_phone
=
$
(
'#customer_phone'
).
val
();
params
.
create_time_end
=
$
(
'#create_time_start'
).
val
();
params
.
store_name
=
$
(
'#store_name'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
report_phone
=
$
(
'#applicant_phone'
).
val
();
params
.
store_id
=
$
(
'#store_id'
).
val
();
params
.
report_name
=
$
(
'#applicant_name'
).
val
();
params
.
user_name
=
$
(
'#user_name'
).
val
();
params
.
user_phone
=
$
(
'#user_phone'
).
val
();
params
.
pageNo
=
follow
.
pageNo
;
params
.
pageNo
=
follow
.
pageNo
;
params
.
pageSize
=
follow
.
pageSize
;
params
.
pageSize
=
follow
.
pageSize
;
$
.
ajax
({
$
.
ajax
({
...
...
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