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
e230dd41
Commit
e230dd41
authored
Sep 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台 优化
parent
64ad139a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
7 deletions
+27
-7
houseList.html
application/index/view/houses/houseList.html
+5
-2
public.css
public/resource/css/public.css
+0
-0
commissionTotal_template_tpl.html
public/resource/template/commissionTotal_template_tpl.html
+20
-4
house_template_tpl.html
public/resource/template/house_template_tpl.html
+2
-1
No files found.
application/index/view/houses/houseList.html
View file @
e230dd41
{layout name="global/frame_tpl" /}
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"houseList"
/>
<input
type=
"hidden"
class=
"page-load"
id=
"houseList"
/>
<style>
<style>
/*隐藏表格滚动条*/
.table-responsive
{
overflow-x
:
hidden
!important
;
}
.modal.fade.in.yz
{
.modal.fade.in.yz
{
opacity
:
0
;
opacity
:
0
;
}
}
...
@@ -305,12 +309,11 @@
...
@@ -305,12 +309,11 @@
<!-- /#page-content-wrapper -->
<!-- /#page-content-wrapper -->
<div
class=
"text-right"
id=
"pagediv"
>
<div
class=
"text-right"
id=
"pagediv"
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
public/resource/css/public.css
View file @
e230dd41
public/resource/template/commissionTotal_template_tpl.html
View file @
e230dd41
...
@@ -7,14 +7,30 @@
...
@@ -7,14 +7,30 @@
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'should_commission'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'should_commission'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'cash'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
<
td
>
[
%
if
(
it
[
item
][
'fee'
]){
%
]
[
%
if
(
it
[
item
][
'cash'
]
){
%
]
[
%=
it
[
item
][
'cash'
]
%
]
[
%
}
else
{
%
]
[
%=
0
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'practical_fee'
]
){
%
]
[
%=
it
[
item
][
'practical_fee'
]
%
]
[
%
}
else
{
%
]
[
%=
0
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'fee'
]
){
%
]
[
%=
it
[
item
][
'fee'
]
%
]
[
%=
it
[
item
][
'fee'
]
%
]
[
%
}
else
{
%
]
[
%=
0
%
]
[
%
}
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
[
%=
it
[
item
][
'over_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'over_fee'
]
%
]
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
[
%
}
else
{
%
]
[
%
}
else
{
%
]
...
...
public/resource/template/house_template_tpl.html
View file @
e230dd41
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
[
%
}
%
]
[
%
}
%
]
[
%
}
else
{
%
]
[
%
}
else
{
%
]
<
tr
>
<
tr
>
<
td
colspan
=
"1
2
"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
td
colspan
=
"1
0
"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
</script>
</script>
\ No newline at end of file
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