记得上下班打卡 | 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
702b9dda
Commit
702b9dda
authored
Mar 16, 2026
by
姜秀龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
damai admin 文案
parent
84259615
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
damai.html
...esources/templates/zhengzai/kylin/performances/damai.html
+13
-7
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/damai.html
View file @
702b9dda
...
...
@@ -7,36 +7,42 @@
<div
class=
"wrapper wrapper-content animated fadeInRight ibox-content"
>
<form
class=
"form-horizontal m"
id=
"form-damai-edit"
th:object=
"${kylinPerformanceDamaiVo}"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label
is-required"
>
performances_id
:
</label>
<label
class=
"col-sm-3 control-label
"
>
演出ID
:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"performancesId"
th:field=
"*{performancesId}"
class=
"form-control"
type=
"text"
readonly
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label
is-required
"
>
演出名称:
</label>
<label
class=
"col-sm-3 control-label"
>
演出名称:
</label>
<div
class=
"col-sm-8"
>
<input
name=
"title"
th:field=
"*{title}"
class=
"form-control"
type=
"text"
readonly
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label is-required"
>
是否
同步
:
</label>
<label
class=
"col-sm-3 control-label is-required"
>
是否
开启同步大麦
:
</label>
<div
class=
"col-sm-8"
th:if=
"*{syncDamai==1}"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"performance_sync_damai"
checked
>
同步
</label>
<input
type=
"radio"
value=
"1"
name=
"performance_sync_damai"
checked
>
开启
同步
</label>
</div>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"performance_sync_damai"
>
不
同步
</label>
<input
type=
"radio"
value=
"0"
name=
"performance_sync_damai"
>
关闭
同步
</label>
</div>
</div>
<div
class=
"col-sm-8"
th:if=
"*{syncDamai==0}"
>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"1"
name=
"performance_sync_damai"
>
同步
</label>
<input
type=
"radio"
value=
"1"
name=
"performance_sync_damai"
>
开启
同步
</label>
</div>
<div
class=
"radio check-box"
>
<input
type=
"radio"
value=
"0"
name=
"performance_sync_damai"
checked
>
不
同步
</label>
<input
type=
"radio"
value=
"0"
name=
"performance_sync_damai"
checked
>
关闭
同步
</label>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
></label>
<div
class=
"col-sm-8"
>
<span
style=
"color: #EF9C26;font-size: 14px;"
>
说明:开启同步大麦后,该演出的票务订单每隔一分钟同步大麦一次,直至售票结束;"开启后再关闭"需注意关闭同步后产生的的演出订单信息,及时对订单信息进行处理,避免订单信息遗漏导致的的客诉问题
</span>
</div>
</div>
<!-- <div th:each="tickets : ${kylinPerformanceDamaiVo.damaiTickets}">-->
<!-- <div class="form-group">-->
<!-- <label class="col-sm-3 control-label is-required">票种名称:</label>-->
...
...
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