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
9f0a6c8b
Commit
9f0a6c8b
authored
May 04, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务管理修改
parent
ea26d0a5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
89 additions
and
4 deletions
+89
-4
account_statement.html
application/index/view/finance/account_statement.html
+0
-1
refundList.js
public/resource/js/refundList.js
+7
-1
refundOrderList.js
public/resource/js/refundOrderList.js
+7
-1
reportList.js
public/resource/js/reportList.js
+27
-1
stateMent.js
public/resource/js/stateMent.js
+6
-0
statementBackout.js
public/resource/js/statementBackout.js
+6
-0
waitBackout.js
public/resource/js/waitBackout.js
+36
-0
No files found.
application/index/view/finance/account_statement.html
View file @
9f0a6c8b
...
...
@@ -48,7 +48,6 @@
height
:
500px
;
overflow-y
:
scroll
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
public/resource/js/refundList.js
View file @
9f0a6c8b
...
...
@@ -143,7 +143,13 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
Edit
:
function
(){
//报告详情
$
(
".Tswitch"
).
eq
(
0
).
show
();
$
(
".Tswitch"
).
eq
(
1
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
"#information"
).
removeClass
(
"btn-default"
);
$
(
"#information"
).
addClass
(
"btn-info"
);
$
(
"#fees"
).
removeClass
(
"btn-info"
);
$
(
"#fees"
).
addClass
(
"btn-default"
);
$
(
"#records"
).
removeClass
(
"btn-info"
);
$
(
"#records"
).
addClass
(
"btn-default"
);
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/bargainInfo'
,
...
...
public/resource/js/refundOrderList.js
View file @
9f0a6c8b
...
...
@@ -143,7 +143,13 @@ define(['doT', 'text!temp/refundorder_template_tpl.html', 'css!style/home.css',
Edit
:
function
(){
//报告详情
$
(
".Tswitch"
).
eq
(
0
).
show
();
$
(
".Tswitch"
).
eq
(
1
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
"#information"
).
removeClass
(
"btn-default"
);
$
(
"#information"
).
addClass
(
"btn-info"
);
$
(
"#fees"
).
removeClass
(
"btn-info"
);
$
(
"#fees"
).
addClass
(
"btn-default"
);
$
(
"#records"
).
removeClass
(
"btn-info"
);
$
(
"#records"
).
addClass
(
"btn-default"
);
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/bargainInfo'
,
...
...
public/resource/js/reportList.js
View file @
9f0a6c8b
...
...
@@ -90,7 +90,13 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
Edit
:
function
(){
//报告详情
$
(
".Tswitch"
).
eq
(
0
).
show
();
$
(
".Tswitch"
).
eq
(
1
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
"#information"
).
removeClass
(
"btn-default"
);
$
(
"#information"
).
addClass
(
"btn-info"
);
$
(
"#fees"
).
removeClass
(
"btn-info"
);
$
(
"#fees"
).
addClass
(
"btn-default"
);
$
(
"#records"
).
removeClass
(
"btn-info"
);
$
(
"#records"
).
addClass
(
"btn-default"
);
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/bargainInfo'
,
...
...
@@ -306,6 +312,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'reportList_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
.
level
);
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
@@ -356,6 +364,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'reportList_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
.
level
);
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
@@ -407,6 +417,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'reportList_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
.
level
);
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
@@ -457,6 +469,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'reportList_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
.
level
);
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
@@ -497,6 +511,18 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'reportList_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
.
level
);
$
(
".edit"
).
hide
();
$
(
".is_pass"
).
hide
();
$
(
".genjing"
).
hide
();
if
(
user_info_obj
.
level
==
10
&&
$
(
'.btn-info'
).
index
()
==
0
){
// $(".edit").show();
// $(".is_pass").show();
// $(".genjing").show();
}
else
{
}
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
public/resource/js/stateMent.js
View file @
9f0a6c8b
...
...
@@ -88,6 +88,12 @@ define (['doT', 'text!temp/statement_template_tpl.html', 'css!style/home.css','c
$
(
".Tswitch"
).
eq
(
0
).
show
();
$
(
".Tswitch"
).
eq
(
1
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
"#information"
).
removeClass
(
"btn-default"
);
$
(
"#information"
).
addClass
(
"btn-info"
);
$
(
"#fees"
).
removeClass
(
"btn-info"
);
$
(
"#fees"
).
addClass
(
"btn-default"
);
$
(
"#records"
).
removeClass
(
"btn-info"
);
$
(
"#records"
).
addClass
(
"btn-default"
);
console
.
log
(
business
.
house_id
);
$
.
ajax
({
'type'
:
'GET'
,
...
...
public/resource/js/statementBackout.js
View file @
9f0a6c8b
...
...
@@ -84,6 +84,12 @@ define (['doT', 'text!temp/statement_backout_template_tpl.html', 'css!style/home
$
(
".Tswitch"
).
eq
(
0
).
show
();
$
(
".Tswitch"
).
eq
(
1
).
hide
();
$
(
".Tswitch"
).
eq
(
2
).
hide
();
$
(
"#information"
).
removeClass
(
"btn-default"
);
$
(
"#information"
).
addClass
(
"btn-info"
);
$
(
"#fees"
).
removeClass
(
"btn-info"
);
$
(
"#fees"
).
addClass
(
"btn-default"
);
$
(
"#records"
).
removeClass
(
"btn-info"
);
$
(
"#records"
).
addClass
(
"btn-default"
);
console
.
log
(
business
.
house_id
);
$
.
ajax
({
'type'
:
'GET'
,
...
...
public/resource/js/waitBackout.js
View file @
9f0a6c8b
...
...
@@ -291,6 +291,17 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'css!style/home.css',
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'wait_backout_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
);
if
(
user_info_obj
.
level
==
10
&&
$
(
'.btn-info'
).
index
()
==
0
){
$
(
".edit"
).
show
();
$
(
".is_pass"
).
show
();
$
(
".genjing"
).
show
();
}
else
{
$
(
".edit"
).
hide
();
$
(
".is_pass"
).
hide
();
$
(
".genjing"
).
hide
();
}
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
@@ -341,6 +352,17 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'css!style/home.css',
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'wait_backout_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
.
level
);
if
(
user_info_obj
.
level
==
20
&&
$
(
'.btn-info'
).
index
()
==
1
){
$
(
".edit"
).
show
();
$
(
".is_pass"
).
show
();
$
(
".genjing"
).
show
();
}
else
{
$
(
".edit"
).
hide
();
$
(
".is_pass"
).
hide
();
$
(
".genjing"
).
hide
();
}
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
@@ -482,6 +504,20 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'css!style/home.css',
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'wait_backout_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
sessionStorage
.
getItem
(
'pcUserInfo'
)));
console
.
log
(
user_info_obj
.
level
);
$
(
".edit"
).
hide
();
$
(
".is_pass"
).
hide
();
$
(
".genjing"
).
hide
();
if
(
user_info_obj
.
level
==
10
&&
$
(
'.btn-info'
).
index
()
==
0
){
$
(
".edit"
).
show
();
$
(
".is_pass"
).
show
();
$
(
".genjing"
).
show
();
}
else
{
$
(
".edit"
).
hide
();
$
(
".is_pass"
).
hide
();
$
(
".genjing"
).
hide
();
};
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
...
...
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