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
5d4db81a
Commit
5d4db81a
authored
Aug 22, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增id字段
parent
907835f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
performancesubsidiaryList.html
...view/performancesubsidiary/performancesubsidiaryList.html
+2
-1
performance_subsidiary_template_tpl.html
...esource/template/performance_subsidiary_template_tpl.html
+2
-1
No files found.
application/index/view/performancesubsidiary/performancesubsidiaryList.html
View file @
5d4db81a
...
...
@@ -28,7 +28,7 @@
<thead>
<!--三级审核的搜索功能-->
<tr>
<td
colspan=
"1
0
"
>
<td
colspan=
"1
1
"
>
<form
id=
"maintable_form_search"
>
<!--<span class="fore-span">商铺类型:</span>-->
<select
class=
"form-control btn2"
name=
"maintable_shop_type"
id=
"maintable_shop_type_yeji"
>
...
...
@@ -71,6 +71,7 @@
</td>
</tr>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
ID
</th>
<th
class=
"text-center"
>
提交时间
</th>
<th
class=
"text-center"
>
成交类型
</th>
<th
class=
"text-center"
>
商铺地址
</th>
...
...
public/resource/template/performance_subsidiary_template_tpl.html
View file @
5d4db81a
...
...
@@ -3,7 +3,8 @@
[
%
var
sw
=
function
(
s
){
switch
(
Number
(
s
)){
case
10
:
return
"出租"
;
case
20
:
return
"增佣"
;
case
30
:
return
"代理"
;
case
40
:
return
"好处费"
;
default
:
return
s
}};
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
data
-
id
=
"[%= it[item]['id'] %]"
data
-
orderid
=
"[%= it[item]['order_id'] %]"
data
-
fatherid
=
"[%= it[item]['father_id'] %]"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
sw
(
it
[
item
][
'trade_type'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'landmark'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
...
...
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