|
@@ -44,25 +44,28 @@ |
|
@@ -44,25 +44,28 @@ |
44
|
</div>
|
44
|
</div>
|
45
|
</div>
|
45
|
</div>
|
46
|
</div>
|
46
|
</div>
|
47
|
- <div class="layui-card-body" style="margin-top: 5px;height: 40px">
|
|
|
48
|
- <div class="layui-btn-group time-group" id="noticeCount_time_table_id"
|
|
|
49
|
- style="float: right;margin-right: 20px;">
|
|
|
50
|
- <button class="layui-btn layui-btn-primary layui-btn-sm" data-period="lastYear"
|
|
|
51
|
- type="button">去年
|
|
|
52
|
- </button>
|
|
|
53
|
- <button class="layui-btn layui-btn-primary layui-btn-sm active" data-period="year"
|
|
|
54
|
- type="button">今年
|
|
|
55
|
- </button>
|
|
|
56
|
- <div class="layui-btn layui-btn-primary layui-btn-sm" id="exportNoticeCountBtn"
|
|
|
57
|
- lay-tips="导出"><i class="layui-icon"></i>导出
|
47
|
+
|
|
|
48
|
+ <div class="layui-card-body noticeCount-table" id="table_notice_send_year" style="margin-top: 5px;background: #fff;">
|
|
|
49
|
+ <h5 class="lay-row-title noticeCount-lay-row-title">
|
|
|
50
|
+ 业务子系统年统计
|
|
|
51
|
+ <!--lsq 调整样式 2022-06-27-->
|
|
|
52
|
+ <div class="layui-card-body" style="margin-top: 5px;height: 40px">
|
|
|
53
|
+ <div class="layui-btn-group time-group" id="noticeCount_time_table_id">
|
|
|
54
|
+ <button class="layui-btn layui-btn-primary layui-btn-sm" data-period="lastYear"
|
|
|
55
|
+ type="button">去年
|
|
|
56
|
+ </button>
|
|
|
57
|
+ <button class="layui-btn layui-btn-primary layui-btn-sm active" data-period="year"
|
|
|
58
|
+ type="button">今年
|
|
|
59
|
+ </button>
|
|
|
60
|
+ <div class="layui-btn layui-btn-primary layui-btn-sm" id="exportNoticeCountBtn"
|
|
|
61
|
+ lay-tips="导出"><i class="layui-icon"></i>导出
|
|
|
62
|
+ </div>
|
|
|
63
|
+ </div>
|
58
|
</div>
|
64
|
</div>
|
59
|
- </div>
|
|
|
60
|
- </div>
|
|
|
61
|
- <div class="layui-card-body noticeCount-table" id="table_notice_send_year" style="margin-top: 5px">
|
|
|
62
|
- <h5 class="lay-row-title">业务子系统年统计</h5>
|
|
|
63
|
- <table id="table_notice_send_business" lay-filter="table_notice_send_business"></table>
|
65
|
+ </h5>
|
|
|
66
|
+ <table style="margin:0 3px;" id="table_notice_send_business" lay-filter="table_notice_send_business" ></table>
|
64
|
<h5 class="lay-row-title">人员年统计</h5>
|
67
|
<h5 class="lay-row-title">人员年统计</h5>
|
65
|
- <table id="table_notice_send_user" lay-filter="table_notice_send_user"></table>
|
68
|
+ <table style="margin:0 3px;" id="table_notice_send_user" lay-filter="table_notice_send_user"></table>
|
66
|
|
69
|
|
67
|
</div>
|
70
|
</div>
|
68
|
</div>
|
71
|
</div>
|