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
b1c15938
Commit
b1c15938
authored
Dec 11, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整出账
parent
b8a159e5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
adjustment.html
application/index/view/finance/adjustment.html
+0
-0
adjustment.js
public/resource/js/adjustment.js
+40
-0
No files found.
application/index/view/finance/adjustment.html
0 → 100644
View file @
b1c15938
This diff is collapsed.
Click to expand it.
public/resource/js/adjustment.js
0 → 100644
View file @
b1c15938
define
([
'doT'
,
'text!temp/receivables_template_tpl.html'
,
'css!style/home.css'
,
'ckfinder'
,
'ckfinderStart'
,
"datetimepicker"
,
'pagination'
,
'bootstrapJs'
,
'blow-up'
],
function
(
doT
,
template
)
{
receiv
=
{
pageNo
:
1
,
/*第几页*/
pageSize
:
10
,
/*每页显示多少条*/
id
:
''
,
house_id
:
''
,
house_fatherid
:
''
,
collection_del_id
:
''
,
init
:
function
()
{
//初始化dot
$
(
document
.
body
).
append
(
template
);
receiv
.
getList
(
1
);
receiv
.
event
();
},
event
:
function
()
{
var
that
=
receiv
;
var
_doc
=
$
(
document
);
//操作----时间轴
$
(
document
).
on
(
'click'
,
'.timeline'
,
function
(
e
){
var
house_id
=
e
.
target
.
dataset
.
id
;;
e
.
preventDefault
();
e
.
stopPropagation
();
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
house_id
);
});
var
aaa
=
[{
'create_time'
:
'12'
,
'income_time'
:
'13'
,
'report_agent_name'
:
'14'
,
'report_agent_phone'
:
'15'
,
'store_name'
:
'16'
,
'money'
:
'17'
,
'real_money'
:
'18'
,
'type'
:
'19'
,
'pay_type'
:
'10'
,
'internal_address'
:
'21'
,
'house_number'
:
'31'
,
'aaa'
:
'41'
,
'bbb'
:
'51'
,
'id'
:
'61'
},{
'create_time'
:
'12'
,
'income_time'
:
'13'
,
'report_agent_name'
:
'14'
,
'report_agent_phone'
:
'15'
,
'store_name'
:
'16'
,
'money'
:
'17'
,
'real_money'
:
'18'
,
'type'
:
'19'
,
'pay_type'
:
'10'
,
'internal_address'
:
'21'
,
'house_number'
:
'31'
,
'aaa'
:
'41'
,
'bbb'
:
'51'
,
'id'
:
'80'
}]
var
temp
=
document
.
getElementById
(
'receivables_template_tpl'
).
innerHTML
;
var
doTtmpl
=
doT
.
template
(
temp
);
$
(
"#order_list"
).
html
(
doTtmpl
(
aaa
));
},
};
return
receiv
;
});
\ 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