记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
da095fdc
Commit
da095fdc
authored
Jun 10, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交演出日历逻辑
parent
4d70e926
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
194 deletions
+16
-194
PerformanceCalendarController.java
...troller/zhengzai/kylin/PerformanceCalendarController.java
+2
-0
performanceCalendar.html
...engzai/kylin/performanceCalendar/performanceCalendar.html
+14
-194
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/kylin/PerformanceCalendarController.java
View file @
da095fdc
package
com
.
liquidnet
.
client
.
admin
.
web
.
controller
.
zhengzai
.
kylin
;
import
com.alibaba.fastjson.JSON
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.liquidnet.client.admin.common.core.controller.BaseController
;
import
com.liquidnet.client.admin.common.utils.StringUtils
;
...
...
@@ -138,6 +139,7 @@ public class PerformanceCalendarController extends BaseController{
}
}
}
logger
.
debug
(
"respList :{}"
,
JSON
.
toJSONString
(
respList
));
return
respList
;
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performanceCalendar/performanceCalendar.html
View file @
da095fdc
...
...
@@ -12,21 +12,21 @@
<div
class=
"select-list"
>
<ul>
<li
class=
"select-time"
>
<!-- <label th:style="'width:120px'">请选择时间范围2: </label>-->
<!-- <input type="text" id="perStartTime" placeholder="开始日期" name="params[beginTime]"/>-->
<!-- <span>-</span>-->
<!-- <input type="text" id="perEndTime" placeholder="结束日期" name="params[endTime]"/>-->
<label
th:style=
"'width:120px'"
>
请选择时间范围2:
</label>
<input
th:field=
"${requestParam.timeBegin}"
type=
"text"
class=
"input-sm form-control"
id=
"perStartTime"
placeholder=
"yyyy-MM-dd"
name=
"timeBegin"
/>
<span>
-
</span>
<input
th:field=
"${requestParam.timeEnd}"
type=
"text"
class=
"input-sm form-control"
id=
"perEndTime"
placeholder=
"yyyy-MM-dd"
name=
"timeEnd"
readonly
/>
<!-- <label th:style="'width:120px'">请选择时间范围2: </label>-->
<!-- <input type="text" id="perStartTime" placeholder="开始日期" name="params[beginTime]"/>-->
<!-- <span>-</span>-->
<!-- <input type="text" id="perEndTime" placeholder="结束日期" name="params[endTime]"/>-->
<label
th:style=
"'width:120px'"
>
请选择时间范围2:
</label>
<input
th:field=
"${requestParam.timeBegin}"
type=
"text"
class=
"input-sm form-control"
id=
"perStartTime"
placeholder=
"yyyy-MM-dd"
name=
"timeBegin"
/>
<span>
-
</span>
<input
th:field=
"${requestParam.timeEnd}"
type=
"text"
class=
"input-sm form-control"
id=
"perEndTime"
placeholder=
"yyyy-MM-dd"
name=
"timeEnd"
readonly
/>
</li>
<!-- <li>-->
<!-- <label th:style="'width:120px'">请选择时间范围: </label>-->
<!-- <input type="text" id="perStartTime" placeholder="开始日期" name="params[beginTime]"/>-->
<!-- <span>-</span>-->
<!-- <input type="text" id="perEndTime" placeholder="结束日期" name="params[endTime]"/>-->
<!-- </li>-->
<!-- <li>-->
<!-- <label th:style="'width:120px'">请选择时间范围: </label>-->
<!-- <input type="text" id="perStartTime" placeholder="开始日期" name="params[beginTime]"/>-->
<!-- <span>-</span>-->
<!-- <input type="text" id="perEndTime" placeholder="结束日期" name="params[endTime]"/>-->
<!-- </li>-->
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"submit()"
><i
class=
"fa fa-search"
></i>
搜索
</a>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
class=
"fa fa-refresh"
></i>
重置
</a>
...
...
@@ -35,148 +35,6 @@
</div>
</form>
</div>
<div
class=
"comments-top-top"
>
<div
class=
"top-comment-left"
>
</div>
</div>
<div
class=
"fixed-table-body"
>
<div
class=
"fixed-table-loading table table-bordered table-hover open"
style=
"top: 35px; display: none;"
>
<span
class=
"loading-wrap"
>
<span
class=
"loading-text"
style=
"font-size: 13px;"
>
正在努力地加载数据中,请稍候
</span>
<span
class=
"animation-wrap"
><span
class=
"animation-dot"
></span></span>
</span>
</div>
<table
id=
"bootstrap-table"
class=
"table table-bordered table-hover"
>
<thead
class=
""
>
<tr>
<th
style=
""
data-field=
"mon"
>
<div
class=
"th-inner "
>
Mon
</div>
<div
class=
"fht-cell"
></div>
</th>
<th
style=
""
data-field=
"tue"
>
<div
class=
"th-inner "
>
Tue
</div>
<div
class=
"fht-cell"
></div>
</th>
<th
style=
""
data-field=
"wed"
>
<div
class=
"th-inner "
>
Wed
</div>
<div
class=
"fht-cell"
></div>
</th>
<th
style=
""
data-field=
"thu"
>
<div
class=
"th-inner "
>
Thu
</div>
<div
class=
"fht-cell"
></div>
</th>
<th
style=
""
data-field=
"fri"
>
<div
class=
"th-inner "
>
Fri
</div>
<div
class=
"fht-cell"
></div>
</th>
<th
style=
""
data-field=
"sat"
>
<div
class=
"th-inner "
>
Sat
</div>
<div
class=
"fht-cell"
></div>
</th>
<th
style=
""
data-field=
"sun"
>
<div
class=
"th-inner "
>
Sun
</div>
<div
class=
"fht-cell"
></div>
</th>
</tr>
</thead>
<tbody
th:each=
"respBean,respBeanStat:${respDataList}"
>
<tr>
<td>
<div
th:each=
"performanceVo:${respBean.monList}"
>
<ul>
<li><span
class=
"left-at"
>
[[${performanceVo.cityName}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.timeStart}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.title}]]
</span></li>
</ul>
</div>
</td>
<td>
<div
th:each=
"performanceVo:${respBean.tueList}"
>
<ul>
<li><span
class=
"left-at"
>
[[${performanceVo.cityName}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.timeStart}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.title}]]
</span></li>
</ul>
</div>
</td>
<td>
<div
th:each=
"performanceVo:${respBean.wedList}"
>
<ul>
<li><span
class=
"left-at"
>
[[${performanceVo.cityName}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.timeStart}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.title}]]
</span></li>
</ul>
</div>
</td>
<td>
<div
th:each=
"performanceVo:${respBean.thuList}"
>
<ul>
<li><span
class=
"left-at"
>
[[${performanceVo.cityName}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.timeStart}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.title}]]
</span></li>
</ul>
</div>
</td>
<td>
<div
th:each=
"performanceVo:${respBean.friList}"
>
<ul>
<li><span
class=
"left-at"
>
[[${performanceVo.cityName}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.timeStart}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.title}]]
</span></li>
</ul>
</div>
</td>
<td>
<div
th:each=
"performanceVo:${respBean.satList}"
>
<ul>
<li><span
class=
"left-at"
>
[[${performanceVo.cityName}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.timeStart}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.title}]]
</span></li>
</ul>
</div>
</td>
<td>
<div
th:each=
"performanceVo:${respBean.sunList}"
>
<ul>
<li><span
class=
"left-at"
>
[[${performanceVo.cityName}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.timeStart}]]
</span></li>
<li><span
class=
"right-at"
>
[[${performanceVo.title}]]
</span></li>
</ul>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- <div class="col-sm-12 select-table table-bordered">-->
<!-- <table id="bootstrap-table"></table>-->
<!-- </div>-->
<!-- <div>-->
<!-- <div class="calendar-day" :class="data.isSelected ? 'is-selected' : ''">-->
<!-- {{ data.day.split('-').slice(1).join('-') }} {{ data.isSelected ? '✔️' : '' }}-->
<!-- </div>-->
<!-- <div id="index" class="calendar-data">-->
<!-- <div>-->
<!-- <div>-->
<!-- <div th:each="entries,stat:${resultList}" effect="dark" value="item.title">-->
<!-- <div>-->
<!-- <div class="city">-->
<!-- <el-button size="mini" type="primary" plain>-->
<!-- {{ item.city_name }}-->
<!-- </el-button>-->
<!-- {{ item.time_start }}-->
<!-- </div>-->
<!-- <div class="title">-->
<!-- {{ item.title }}-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</div>
</div>
<th:block
th:include=
"include :: footer"
/>
...
...
@@ -195,44 +53,6 @@
});
}
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/list"
,
sortName
:
"sort"
,
modalName
:
"演出"
,
columns
:
[{
checkbox
:
false
},
{
field
:
'mon'
,
title
:
'Mon'
},
{
field
:
'tue'
,
title
:
'Tue'
},
{
field
:
'wed'
,
title
:
'Wed'
},
{
field
:
'thu'
,
title
:
'Thu'
},
{
field
:
'fri'
,
title
:
'Fri'
},
{
field
:
'sat'
,
title
:
'Sat'
},
{
field
:
'sun'
,
title
:
'Sun'
}]
};
// $.table.init(options);
<!--
laydate
示例
-->
layui
.
use
([
'laydate'
],
function
(){
var
laydate
=
layui
.
laydate
;
...
...
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