Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Theater
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
吴春
Theater
Commits
d025d244
Commit
d025d244
authored
Feb 20, 2019
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
场次月度统计样式修改
parent
ab5c4078
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
ScreeningMonthStatistics.cshtml
...eas/Admin/Views/Screening/ScreeningMonthStatistics.cshtml
+12
-9
No files found.
EheMall.Web/Areas/Admin/Views/Screening/ScreeningMonthStatistics.cshtml
View file @
d025d244
...
...
@@ -5,16 +5,19 @@
@foreach (var item in Model)
{
<div>
<div>@item.DayStr</div>
<div>
<div
style="border-bottom: 1px solid #f1ebeb;margin-bottom:20px;"
>
<div
style="color:darkgrey;margin-bottom:10px;"
>@item.DayStr</div>
<div
style="margin-bottom:5px;"
>
@foreach (var item2 in item.List)
{
<span>@item2.TheaterName</span>
<span>@item2.Name</span>
<span>@item2.StartTime.ToString("yyyy-MM-dd HH:mm")</span>
<span>@item2.BuyCount</span>
}
{
<p>
<span style="margin-left:10px;color:#808080;">剧场名称:</span> <span>@item2.TheaterName</span>
<span style="margin-left:10px;color:#808080;">场次名称:</span> <span>@item2.Name</span>
<span style="margin-left:10px;color:#808080;">开场时间:</span> <span>@item2.StartTime.ToString("HH:mm")</span>
<span style="margin-left:10px;color:#808080;">购买数量:</span><span>@item2.BuyCount</span>张
</p>
}
</div>
</div>
}
\ 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