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
52d53167
Commit
52d53167
authored
Apr 26, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成交报告修改
parent
7f030408
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
users_list.html
application/index/view/member/users_list.html
+2
-2
reportList.js
public/resource/js/reportList.js
+2
-2
No files found.
application/index/view/member/users_list.html
View file @
52d53167
...
@@ -189,9 +189,9 @@
...
@@ -189,9 +189,9 @@
</table>
</table>
</div>
</div>
<!-- /#page-content-wrapper -->
<!-- /#page-content-wrapper -->
<div
class=
"text-left"
>
<!--
<div class="text-left">
每页显示<span id="page">15</span>条 | 共<span id="total_page"></span>条
每页显示<span id="page">15</span>条 | 共<span id="total_page"></span>条
</div>
</div>
-->
<div
class=
"text-right"
id=
"pagediv"
>
<div
class=
"text-right"
id=
"pagediv"
>
</div>
</div>
...
...
public/resource/js/reportList.js
View file @
52d53167
...
@@ -147,8 +147,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
...
@@ -147,8 +147,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
'type'
:
'POST'
,
'type'
:
'POST'
,
'url'
:
'/index/bargainInfo'
,
'url'
:
'/index/bargainInfo'
,
data
:
{
"id"
:
follow
.
house_id
,
data
:
{
"id"
:
follow
.
house_id
,
"
commission
"
:
$
(
".commission"
).
val
(),
"
scale_fee
"
:
$
(
".commission"
).
val
(),
"practical_fee"
:
$
(
".practical_fee"
).
val
()
,
"practical_fee"
:
$
(
".practical_fee"
).
val
()
},
},
dataType
:
"json"
,
dataType
:
"json"
,
success
:
function
(
data
){
success
:
function
(
data
){
...
...
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