Commit 2f5ada8b authored by 吴春's avatar 吴春

取票样式修改

parent 037c2560
......@@ -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";
......
......@@ -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
......@@ -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: right;
position: relative;
width: 128px;
float: left;
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.87rem;
font-size: 14px;
top: 0.57rem;
font-size: 12px;
color: #1F1718;
font-weight: bold;
}
.tk_TimeOne {
position: absolute;
top: 0.87rem;
top: 0.57rem;
right: 0.5rem;
font-size: 14px;
font-size: 12px;
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: 16px;
font-size: 12px;
color: #1F1B19;
font-weight: bold;
}
.tk_movieName {
position: absolute;
left: 4.06rem;
top: 1.06rem;
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_piaoqu > div {
.tk_putong {
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_piaoqu > div:last-child {
.tk_putong: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;
background-color: #838280;
border: 1px solid #838280;
border-radius: 50%;
}
.tk_piaoList {
width: 5.3rem;
height: 4.68rem;
font-size: 18px;
width: 85px;
height: 60px;
font-size: 14px;
color: #1D1918;
text-align: center;
border: 1px solid #2B2728;
......@@ -209,11 +166,11 @@
.tk_pTou {
width: 100%;
height: 1.87rem;
background-color: #838280;
height: 24px;
border-bottom: 1px solid #838280;
color: #fff;
font-size: 14px;
line-height: 1.87rem;
font-size: 12px;
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.75rem 0;
margin: 0.8rem 0 0.4rem 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="PrintPageInfo">
</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 : "");
$(".PrintPageInfo").html(data ? data : "");
$(".codeInput").val();
},
error: function () {
......
......@@ -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" />
......
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
http://go.microsoft.com/fwlink/?LinkId=301880
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment