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
c43fd425
Commit
c43fd425
authored
Jun 05, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务修改日志修改
parent
4c2d0048
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
finance_update_log.js
public/resource/js/finance_update_log.js
+6
-11
financeUpdateLog_template_tpl.html
public/resource/template/financeUpdateLog_template_tpl.html
+2
-2
No files found.
public/resource/js/finance_update_log.js
View file @
c43fd425
...
@@ -315,19 +315,14 @@ define(['doT', 'text!temp/financeUpdateLog_template_tpl.html', 'css!style/home.c
...
@@ -315,19 +315,14 @@ define(['doT', 'text!temp/financeUpdateLog_template_tpl.html', 'css!style/home.c
var
params
=
{};
var
params
=
{};
params
.
pageNo
=
business
.
pageNo
;
params
.
pageNo
=
business
.
pageNo
;
params
.
pageSize
=
business
.
pageSize
;
params
.
pageSize
=
business
.
pageSize
;
params
.
house_number
=
$
(
'#user_name'
).
val
();
params
.
internal_address
=
$
(
'#user_phone'
).
val
();
params
.
phone
=
$
(
'#user_name'
).
val
();
params
.
name
=
$
(
'#user_name'
).
val
();
params
.
name
=
$
(
'#user_name'
).
val
();
params
.
phone
=
$
(
'#user_phone'
).
val
();
params
.
create_time
=
$
(
'#user_name'
).
val
();
params
.
commission_start_date
=
$
(
'#create_time'
).
val
();
params
.
end_time
=
$
(
'#user_name'
).
val
();
params
.
commission_end_date
=
$
(
'#end_time'
).
val
();
params
.
deal_start_date
=
$
(
'#create_dealtime'
).
val
();
params
.
deal_end_date
=
$
(
'#end_dealtime'
).
val
();
params
.
operation_start_date
=
$
(
'#create_ticketTime'
).
val
();
params
.
operation_end_date
=
$
(
'#end_ticketTime'
).
val
();
params
.
district_id
=
$
(
'#user_phone'
).
val
();
params
.
store_name
=
$
(
'#store_name'
).
val
();
$
.
ajax
({
$
.
ajax
({
url
:
'/index/
getCommissionTotalList
'
,
//获取列表
url
:
'/index/
financeUpdateLog
'
,
//获取列表
type
:
'GET'
,
type
:
'GET'
,
async
:
true
,
async
:
true
,
data
:
params
,
data
:
params
,
...
...
public/resource/template/financeUpdateLog_template_tpl.html
View file @
c43fd425
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
income_time
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
step_content
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
name'
]
%
]
<
/td
>
<!--<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<!--<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'cash'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'cash'
]
%
]
<
/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