Commit 5b76b879 authored by 李佳's avatar 李佳

半自动出票

parent 8618d159
...@@ -250,7 +250,6 @@ ...@@ -250,7 +250,6 @@
this.chkAllowPaperout.TabIndex = 77; this.chkAllowPaperout.TabIndex = 77;
this.chkAllowPaperout.Text = "是否允许出实体票"; this.chkAllowPaperout.Text = "是否允许出实体票";
this.chkAllowPaperout.UseVisualStyleBackColor = true; this.chkAllowPaperout.UseVisualStyleBackColor = true;
this.chkAllowPaperout.Visible = false;
this.chkAllowPaperout.CheckedChanged += new System.EventHandler(this.chkAllowPaperout_CheckedChanged); this.chkAllowPaperout.CheckedChanged += new System.EventHandler(this.chkAllowPaperout_CheckedChanged);
// //
// btnCancel // btnCancel
......
...@@ -716,7 +716,7 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1.MacLotPlayMode ...@@ -716,7 +716,7 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1.MacLotPlayMode
} }
else else
{ {
regex = new Regex(@"过关方式\s{1,}单场固定\s{1,}"); regex = new Regex(@"单场固定");
match = regex.Match(input); match = regex.Match(input);
if (match.Success) if (match.Success)
{ {
......
...@@ -54,8 +54,8 @@ namespace ChuPiao.AutoPrint.Services ...@@ -54,8 +54,8 @@ namespace ChuPiao.AutoPrint.Services
_machine.M_InputDeviceType = 100; _machine.M_InputDeviceType = 100;
_machine.M_KeyboardType = 1002; _machine.M_KeyboardType = 1002;
_machine.M_Type = 1001; _machine.M_Type = 1001;
//_machine.M_AllowPaperout = _entity.M_AllowPaperout; _machine.M_AllowPaperout = _entity.M_AllowPaperout;
_machine.M_AllowPaperout = false; // _machine.M_AllowPaperout = false;
_machine.M_HasJc = _entity.M_HasJc; _machine.M_HasJc = _entity.M_HasJc;
_machine.M_IsSimulate = _entity.M_IsSimulate; _machine.M_IsSimulate = _entity.M_IsSimulate;
_machine.M_IsAutoClearTotal = _entity.M_IsAutoClearTotal; _machine.M_IsAutoClearTotal = _entity.M_IsAutoClearTotal;
......
No preview for this file type
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