Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lwby_copyright_book_data
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
maliang
lwby_copyright_book_data
Commits
1c108262
Commit
1c108262
authored
May 07, 2020
by
maliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传bug修复
parent
185e6ef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
copyrightMonthSettlement.html
...tic/pages/copyrightBookData/copyrightMonthSettlement.html
+9
-7
No files found.
src/main/resources/static/pages/copyrightBookData/copyrightMonthSettlement.html
View file @
1c108262
...
...
@@ -21,7 +21,7 @@
</div>
</div>
<div
class=
"layui-row"
>
<table
class=
"layui-table"
id=
"copyrightMonth_table"
>
<table
class=
"layui-table"
id=
"copyrightMonth_table"
lay-filter=
"test"
>
</table>
</div>
</div>
...
...
@@ -36,9 +36,7 @@
<script
src=
"../../js/libs/jquery.treetable.js"
></script>
<script
type=
"text/javascript"
src=
"../../js/echarts.min.js"
></script>
<script
type=
"text/html"
id=
"operation"
>
<
button
type
=
"button"
class
=
"layui-btn"
>
<
i
class
=
"layui-icon"
>&
#
xe642
;
<
/i> 编
辑
<
/button
>
<
a
class
=
"layui-btn layui-btn-xs"
lay
-
event
=
"edit"
>
编辑
<
/a
>
</script>
<script>
...
...
@@ -63,9 +61,15 @@
,{
field
:
'totalAmount'
,
title
:
'销售金额'
}
,{
field
:
'totalAdvertAmount'
,
title
:
'广告金额'
}
,{
field
:
'jiesuanStatusName'
,
title
:
'结算状态'
}
,{
title
:
'操作'
,
t
emplet
:
'#operation'
,
fixed
:
'right'
}
,{
title
:
'操作'
,
t
oolbar
:
'#operation'
,
fixed
:
'right'
}
]]
//设置表头
});
table
.
on
(
'tool(test)'
,
function
(
obj
){
var
data
=
obj
.
data
;
//获得当前行数据
console
.
log
(
data
);
layer
.
msg
(
"hehe"
);
});
});
...
...
@@ -73,8 +77,6 @@
form
=
layui
.
form
;
form
.
on
(
'select(copyright)'
,
function
(
data
){
copyrights
=
data
.
value
;
//tableIns.reload({where:{copyrightIds:copyrights}});
//console.log(copyrights)
reload
(
copyrights
)
});
...
...
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