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
be4057ac
Commit
be4057ac
authored
Sep 17, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评价
parent
3d0d386b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
reportListShop.js
public/resource/js/reportListShop.js
+2
-2
reportList_shop_template_tpl.html
public/resource/template/reportList_shop_template_tpl.html
+6
-6
No files found.
public/resource/js/reportListShop.js
View file @
be4057ac
...
...
@@ -2297,11 +2297,11 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
// 成交评价
getEvaluationList
:
function
(){
var
params
=
{
'
report_id'
:
bargain
.
report_id_liu
'
bargain_id'
:
bargain
.
bargain_id
};
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/get
ActivityCoupon
'
,
url
:
'/index/get
Evaluat
'
,
data
:
params
,
timeout
:
30000
,
dataType
:
'json'
,
...
...
public/resource/template/reportList_shop_template_tpl.html
View file @
be4057ac
...
...
@@ -253,16 +253,16 @@
[
%
if
(
it
&&
it
.
length
!=
0
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'
user_typ
e'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
money
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
title
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
validity
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
id
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
create_tim
e'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
user_id
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
order_id
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
grade_string
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
evaluate_content
'
]
%
]
<
/td
>
<
/tr
>
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"14"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
td
colspan
=
"14"
style
=
"text-align:center;"
>
无成交评价
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
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