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
ce80a491
Commit
ce80a491
authored
Jan 28, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台
parent
cd782da3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
49 additions
and
2 deletions
+49
-2
account_statement.html
application/index/view/finance/account_statement.html
+0
-0
public.css
public/resource/css/public.css
+1
-1
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+2
-0
reportList.js
public/resource/js/reportList.js
+0
-0
zw.pagination.js
public/resource/lib/js/zw.pagination.js
+2
-1
reportList_template_tpl.html
public/resource/template/reportList_template_tpl.html
+44
-0
No files found.
application/index/view/finance/account_statement.html
View file @
ce80a491
This diff is collapsed.
Click to expand it.
public/resource/css/public.css
View file @
ce80a491
...
@@ -377,7 +377,7 @@ html::-webkit-scrollbar-thumb{
...
@@ -377,7 +377,7 @@ html::-webkit-scrollbar-thumb{
text-align
:
right
;
text-align
:
right
;
}
}
#pagediv
a
,
#pagediv
span
{
#pagediv
a
,
#pagediv
>
span
{
display
:
inline-block
;
display
:
inline-block
;
width
:
30px
;
width
:
30px
;
line-height
:
30px
;
line-height
:
30px
;
...
...
public/resource/js/RemarkFollowIndex.js
View file @
ce80a491
...
@@ -1695,6 +1695,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
...
@@ -1695,6 +1695,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
/*分页代码*/
/*分页代码*/
add_page
(
data
.
data
.
data
.
total
,
pageNo
,
user
.
pageSize
,
user
.
getList
);
add_page
(
data
.
data
.
data
.
total
,
pageNo
,
user
.
pageSize
,
user
.
getList
);
$
(
'.hide-total-info-liu'
).
hide
();
}
else
{
}
else
{
alert
(
data
[
'msg'
]);
alert
(
data
[
'msg'
]);
...
...
public/resource/js/reportList.js
View file @
ce80a491
This diff is collapsed.
Click to expand it.
public/resource/lib/js/zw.pagination.js
View file @
ce80a491
...
@@ -29,7 +29,7 @@ function add_page (total_list, page_no, page_size, methodName) {
...
@@ -29,7 +29,7 @@ function add_page (total_list, page_no, page_size, methodName) {
}
}
});
});
var
str
=
'<span style="float: left;min-width: 250px !important;text-align: left !important;" class ="move-block">'
+
var
str
=
'<span style="float: left;min-width: 250px !important;text-align: left !important;" class ="move-block">'
+
'每页显示'
+
page_size
+
'条
| 共'
+
total_list
+
'条
</span>'
;
'每页显示'
+
page_size
+
'条
<span class="hide-total-info-liu"> | 共'
+
total_list
+
'条</span>
</span>'
;
$
(
'#pagediv'
).
append
(
str
);
$
(
'#pagediv'
).
append
(
str
);
};
};
\ No newline at end of file
public/resource/template/reportList_template_tpl.html
View file @
ce80a491
...
@@ -44,6 +44,8 @@
...
@@ -44,6 +44,8 @@
<
a
class
=
"btn1 btn-success report-back-out"
href
=
"#modal-back-out"
data
-
toggle
=
"modal"
>
撤销
<
/a> 
;
<
a
class
=
"btn1 btn-success report-back-out"
href
=
"#modal-back-out"
data
-
toggle
=
"modal"
>
撤销
<
/a> 
;
[
%
}
%
]
[
%
}
%
]
<
a
class
=
"btn1 btn-success timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
>
时间轴
<
/a
>
<
a
class
=
"btn1 btn-success timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
>
时间轴
<
/a
>
<
a
class
=
"btn1 btn-success receipt-evidencing-list"
href
=
"#modal-receiptEvidencing"
data
-
toggle
=
"modal"
>
收款入账
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
@@ -168,3 +170,44 @@
...
@@ -168,3 +170,44 @@
<
span
class
=
"detail-modal-maid-span-time"
><
/span
>
<
span
class
=
"detail-modal-maid-span-time"
><
/span
>
<
/div
>
<
/div
>
</script>
</script>
<script
id=
"receivables_template_tpl"
type=
"text/template"
>
[
%
if
(
it
&&
it
.
length
!=
0
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'bargain_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'income_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'current_agent_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'store_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'type'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'real_money'
]
%
]
<
/td
>
[
%
if
(
it
[
item
][
'source'
]
==
0
)
{
%
]
<
td
>
正常收款
<
/td
>
<
td
>
正常
<
/td
>
[
%
}
else
if
(
it
[
item
][
'source'
]
==
1
)
{
%
]
<
td
>
正常收款
<
/td
>
<
td
>
正常
<
/td
>
[
%
}
else
if
(
it
[
item
][
'source'
]
==
2
)
{
%
]
<
td
>
被调整收款
(
调整
ID
:[
%=
it
[
item
][
'source_id'
]
%
])
<
/td
>
<
td
>
被调整
<
/td
>
[
%
}
else
{
%
]
<
td
>--<
/td
>
[
%
}
%
]
<!--<
td
>
[
%=
it
[
item
][
'source_id'
]
%
]
<
/td>--
>
<
td
>
[
%
if
(
check_auth
(
'index/getCollectionDetail'
))
{
%
]
<
a
class
=
"btn1 btn-success add-pic"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
[
%
}
%
]
<
/td
>
<
/tr
>
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"14"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</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