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
2f5ada8b
Commit
2f5ada8b
authored
Apr 24, 2019
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取票样式修改
parent
037c2560
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
319 additions
and
165 deletions
+319
-165
HomeController.cs
EheMall.Web/Areas/TicketMall/Controllers/HomeController.cs
+3
-0
TakeTicketController.cs
....Web/Areas/TicketMall/Controllers/TakeTicketController.cs
+21
-0
Index.cshtml
EheMall.Web/Areas/TicketMall/Views/TakeTicket/Index.cshtml
+55
-98
_PrintDetails.cshtml
...eb/Areas/TicketMall/Views/TakeTicket/_PrintDetails.cshtml
+232
-66
EheMall.Web.csproj
EheMall.Web/EheMall.Web.csproj
+6
-0
Web.config
EheMall.Web/Web.config
+1
-1
packages.config
EheMall.Web/packages.config
+1
-0
No files found.
EheMall.Web/Areas/TicketMall/Controllers/HomeController.cs
View file @
2f5ada8b
...
...
@@ -907,6 +907,9 @@ namespace EheMall.Web.Areas.TicketMall.Controllers
#
endregion
public
static
string
CreateRandomCode
(
int
codeCount
)
{
string
allChar
=
"0,1,2,3,4,5,6,7,8,9"
;
...
...
EheMall.Web/Areas/TicketMall/Controllers/TakeTicketController.cs
View file @
2f5ada8b
...
...
@@ -5,8 +5,10 @@ using EheMall.Models.Enums;
using
EheMall.Models.Models
;
using
EheMall.ServiceCenter
;
using
Newtonsoft.Json.Linq
;
using
Spire.Barcode
;
using
System
;
using
System.Collections.Generic
;
using
System.Drawing
;
using
System.Linq
;
using
System.Web
;
using
System.Web.Mvc
;
...
...
@@ -135,5 +137,24 @@ namespace EheMall.Web.Areas.TicketMall.Controllers
return
View
();
}
#
region
生成条形码
private
void
GenerateBarCodeBySpire
(
string
Content
)
{
BarcodeSettings
bs
=
new
BarcodeSettings
()
{
Data
=
Content
,
ShowCheckSumChar
=
false
,
TopTextColor
=
Color
.
Black
,
ShowTopText
=
false
,
ShowTextOnBottom
=
true
};
BarCodeGenerator
generator
=
new
BarCodeGenerator
(
bs
);
Image
barcode
=
generator
.
GenerateImage
();
//save the barcode as an image
barcode
.
Save
(
@"E:\barcode.png"
);
}
#
endregion
}
}
\ No newline at end of file
EheMall.Web/Areas/TicketMall/Views/TakeTicket/Index.cshtml
View file @
2f5ada8b
...
...
@@ -10,10 +10,11 @@
<title>
芙蓉国粹-取票
</title>
<style>
.PrintPage
{
width
:
57rem
;
height
:
297rem
;
width
:
390px
;
height
:
440px
;
background-color
:
#fff
;
margin
:
auto
;
font-size
:
12px
;
}
.clearfix
::after
{
...
...
@@ -27,179 +28,135 @@
.Tk_left
{
float
:
left
;
height
:
100%
;
}
.Tk_leftInfo
{
float
:
left
;
margin
:
0.6rem
0
0
1.25rem
;
height
:
400px
;
margin-left
:
1rem
;
}
.tk_jvTitle
{
height
:
4.3rem
;
line-height
:
4.3rem
;
font-size
:
17px
;
font-weight
:
bold
;
width
:
15rem
;
font-size
:
14px
;
text-align
:
center
;
border-bottom
:
2px
solid
#221D1A
;
margin-bottom
:
2.5rem
;
}
.commonBorder
{
border
:
1px
solid
#333232
;
border-radius
:
8px
;
height
:
4.3rem
;
height
:
52px
;
font-size
:
12px
;
}
.hallLeft
{
float
:
left
;
width
:
6.25rem
;
position
:
relative
;
width
:
103px
;
}
.Timeright
{
width
:
8.1rem
;
float
:
righ
t
;
position
:
relative
;
width
:
128px
;
float
:
lef
t
;
margin-left
:
9.6px
;
}
.tk_yingting
{
position
:
absolute
;
top
:
0.87rem
;
left
:
0.81rem
;
font-size
:
14px
;
font-size
:
12px
;
color
:
#1F1B19
;
font-weight
:
bold
;
}
.tk_hall
{
position
:
absolute
;
top
:
2.5rem
;
top
:
2rem
;
left
:
0.81rem
;
font-size
:
12px
;
color
:
#1F1B19
;
}
.tk_ting
{
position
:
absolute
;
right
:
0.63rem
;
top
:
0.
8
7rem
;
font-size
:
1
4
px
;
top
:
0.
5
7rem
;
font-size
:
1
2
px
;
color
:
#1F1718
;
font-weight
:
bold
;
}
.tk_TimeOne
{
position
:
absolute
;
top
:
0.87rem
;
top
:
0.57rem
;
right
:
0.5rem
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#1E1918
;
font-weight
:
bold
;
}
.tk_TimeTwo
{
position
:
absolute
;
top
:
2.37rem
;
right
:
2.6rem
;
font-size
:
14px
;
top
:
2rem
;
right
:
2.2rem
;
font-size
:
12px
;
color
:
#1E1918
;
font-weight
:
bold
;
}
.tk_pianName
{
width
:
15.6rem
;
margin-top
:
0.63rem
;
position
:
relative
;
width
:
240px
;
}
.tk_yingpian
{
position
:
absolute
;
top
:
1.06rem
;
top
:
0.6rem
;
left
:
0.81rem
;
font-size
:
1
6
px
;
font-size
:
1
2
px
;
color
:
#1F1B19
;
font-weight
:
bold
;
}
.tk_movieName
{
position
:
absolute
;
left
:
4.06rem
;
top
:
1.0
6rem
;
font-
weight
:
bold
;
top
:
0.
6rem
;
font-
size
:
12px
;
}
.tk_pai
{
font-size
:
12px
;
position
:
absolute
;
top
:
0.75rem
;
top
:
0.6rem
;
left
:
3.43rem
;
}
.tk_bigPiao
{
font-size
:
35px
;
font-weight
:
bold
;
}
.tk_zongji
{
position
:
absolute
;
left
:
10rem
;
top
:
1.56rem
;
font-size
:
16px
;
}
.tk_duihao
{
position
:
absolute
;
right
:
1.25rem
;
top
:
1.56rem
;
font-size
:
18px
;
font-weight
:
bold
;
left
:
8rem
;
top
:
0.56rem
;
font-size
:
12px
;
}
.tk_p
iaoqu
>
div
{
.tk_p
utong
{
float
:
left
;
width
:
4.62rem
;
height
:
2.68rem
;
width
:
74px
;
height
:
52px
;
border
:
1px
solid
#333232
;
border-radius
:
8px
;
margin-right
:
12px
;
margin-top
:
10px
;
margin-right
:
8px
;
text-align
:
center
;
line-height
:
2.68rem
;
line-height
:
52px
;
font-size
:
12px
;
}
.tk_p
iaoqu
>
div
:last-child
{
.tk_p
utong
:last-child
{
margin-right
:
0
;
}
.tk_combold
{
font-weight
:
bold
;
}
.tk_twoCode
{
width
:
15.6rem
;
width
:
240px
;
height
:
5rem
;
margin-top
:
1.87rem
;
}
.Tk_leftquan
{
float
:
right
;
margin
:
0
.81rem
0
0.81rem
0.93rem
;
margin
:
0
15px
0
10px
;
}
.tk_quanList
{
width
:
1.5rem
;
height
:
1.5rem
;
width
:
20px
;
height
:
20px
;
margin-bottom
:
5px
;
b
ackground-color
:
#838280
;
b
order
:
1px
solid
#838280
;
border-radius
:
50%
;
}
.tk_piaoList
{
width
:
5.3rem
;
height
:
4.68rem
;
font-size
:
1
8
px
;
width
:
85px
;
height
:
60px
;
font-size
:
1
4
px
;
color
:
#1D1918
;
text-align
:
center
;
border
:
1px
solid
#2B2728
;
...
...
@@ -209,11 +166,11 @@
.tk_pTou
{
width
:
100%
;
height
:
1.87rem
;
b
ackground-color
:
#838280
;
height
:
24px
;
b
order-bottom
:
1px
solid
#838280
;
color
:
#fff
;
font-size
:
1
4
px
;
line-height
:
1.87rem
;
font-size
:
1
2
px
;
line-height
:
24px
;
}
.Tk_right
{
...
...
@@ -223,16 +180,16 @@
.tk_lastDiv
{
color
:
#1E1B16
;
height
:
52px
;
}
.tk_lastDiv
>
div
:first-child
{
font-size
:
13px
;
margin
:
1.25rem
0
0.75
rem
0
;
margin
:
0.8rem
0
0.4
rem
0
;
}
.tk_lastDiv
>
div
:last-child
{
font-size
:
18px
;
font-weight
:
bold
;
font-size
:
12px
;
}
*
{
...
...
@@ -654,7 +611,7 @@
</div>
</div>
</div>
<div
class=
"PrintPage"
>
<div
class=
"PrintPage
Info
"
>
</div>
</body>
...
...
@@ -671,7 +628,7 @@
<script>
function
doPrint
(
how
)
{
var
myDoc
=
{
documents
:
document
,
// 打印页面(div)们在本文档中
copyrights
:
'杰创软件拥有版权 www.jatools.com'
// 版权声明必须
};
...
...
@@ -825,7 +782,7 @@
data
:
{
"CollectingTickets"
:
keyWord
},
dataType
:
"html"
,
success
:
function
(
data
)
{
$
(
".PrintPage"
).
html
(
data
?
data
:
""
);
$
(
".PrintPage
Info
"
).
html
(
data
?
data
:
""
);
$
(
".codeInput"
).
val
();
},
error
:
function
()
{
...
...
EheMall.Web/Areas/TicketMall/Views/TakeTicket/_PrintDetails.cshtml
View file @
2f5ada8b
This diff is collapsed.
Click to expand it.
EheMall.Web/EheMall.Web.csproj
View file @
2f5ada8b
...
...
@@ -76,6 +76,12 @@
<HintPath>
..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll
</HintPath>
<Private>
True
</Private>
</Reference>
<Reference
Include=
"Spire.Barcode, Version=3.4.0.11040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Spire.Barcode.3.4.0\lib\net40\Spire.Barcode.dll
</HintPath>
</Reference>
<Reference
Include=
"Spire.License, Version=1.3.7.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Spire.Barcode.3.4.0\lib\net40\Spire.License.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Drawing"
/>
...
...
EheMall.Web/Web.config
View file @
2f5ada8b
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<!--
有关如何配置
ASP
.
NET
应用程序的详细信息,请访问
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkId
=
301880
...
...
EheMall.Web/packages.config
View file @
2f5ada8b
...
...
@@ -27,6 +27,7 @@
<
package
id
=
"Microsoft.Web.Infrastructure"
version
=
"1.0.0.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"9.0.1"
targetFramework
=
"net452"
/>
<
package
id
=
"QrCode.Net"
version
=
"0.4.0.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Spire.Barcode"
version
=
"3.4.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Webdiyer.MvcPager"
version
=
"3.0.1.1"
targetFramework
=
"net452"
/>
<
package
id
=
"WebGrease"
version
=
"1.5.2"
targetFramework
=
"net452"
/>
</
packages
>
\ 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