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
ac59ea9b
Commit
ac59ea9b
authored
Apr 19, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评价列表修改
parent
8778836e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
evaluation_list.html
application/index/view/evaluation/evaluation_list.html
+1
-1
evaluationList.js
public/resource/js/evaluationList.js
+1
-3
No files found.
application/index/view/evaluation/evaluation_list.html
View file @
ac59ea9b
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<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=
"user_phone"
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=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"姓名"
type=
"text"
value=
""
>
<select
class=
"form-control btn4 ld-Marheight"
name=
""
id=
"evaluation_type"
>
<select
class=
"form-control btn4 ld-Marheight"
name=
""
id=
"evaluation_type"
>
<option
value=
""
>
选择评价类型
</option>
<option
value=
"
0
"
>
选择评价类型
</option>
<option
value=
"1"
>
进场评价
</option>
<option
value=
"1"
>
进场评价
</option>
<option
value=
"2"
>
收款评价
</option>
<option
value=
"2"
>
收款评价
</option>
...
...
public/resource/js/evaluationList.js
View file @
ac59ea9b
...
@@ -132,9 +132,6 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
...
@@ -132,9 +132,6 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
});
});
},
},
getList
:
function
(
pageNo
)
{
getList
:
function
(
pageNo
)
{
console
.
log
(
$
(
'#customer_name'
).
val
());
console
.
log
(
$
(
'#start_date'
).
val
());
console
.
log
(
$
(
'#shop_name'
).
val
());
follow
.
pageNo
=
pageNo
;
follow
.
pageNo
=
pageNo
;
var
params
=
{};
var
params
=
{};
params
.
create_time_start
=
$
(
'#start_date'
).
val
();
params
.
create_time_start
=
$
(
'#start_date'
).
val
();
...
@@ -145,6 +142,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
...
@@ -145,6 +142,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
params
.
store_id
=
$
(
'#guest_stores'
).
val
()
*
1
;
params
.
store_id
=
$
(
'#guest_stores'
).
val
()
*
1
;
params
.
user_nick
=
$
(
'#user_name'
).
val
();
params
.
user_nick
=
$
(
'#user_name'
).
val
();
params
.
user_phone
=
$
(
'#user_phone'
).
val
();
params
.
user_phone
=
$
(
'#user_phone'
).
val
();
params
.
source
=
$
(
'#evaluation_type'
).
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