Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
ticket_half_auto
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李佳
ticket_half_auto
Commits
5b76b879
Commit
5b76b879
authored
Jun 16, 2021
by
李佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半自动出票
parent
8618d159
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
137 additions
and
13 deletions
+137
-13
DlgMachineEdit.Designer.cs
ChuPiao.AutoPrint.Desktop/Dialogs/DlgMachineEdit.Designer.cs
+0
-1
MacLotPlayModeService.cs
...chine/TjJingCaiV1/MacLotPlayMode/MacLotPlayModeService.cs
+1
-1
VirtualPrinter.cs
ChuPiao.AutoPrint.Machine/TjJingCaiV1/VirtualPrinter.cs
+134
-9
LotMachineService.cs
ChuPiao.AutoPrint/Services/LotMachineService.cs
+2
-2
ChuPiao_Linux.suo
ChuPiao_Linux.suo
+0
-0
No files found.
ChuPiao.AutoPrint.Desktop/Dialogs/DlgMachineEdit.Designer.cs
View file @
5b76b879
...
...
@@ -250,7 +250,6 @@
this
.
chkAllowPaperout
.
TabIndex
=
77
;
this
.
chkAllowPaperout
.
Text
=
"是否允许出实体票"
;
this
.
chkAllowPaperout
.
UseVisualStyleBackColor
=
true
;
this
.
chkAllowPaperout
.
Visible
=
false
;
this
.
chkAllowPaperout
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
chkAllowPaperout_CheckedChanged
);
//
// btnCancel
...
...
ChuPiao.AutoPrint.Machine/TjJingCaiV1/MacLotPlayMode/MacLotPlayModeService.cs
View file @
5b76b879
...
...
@@ -716,7 +716,7 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1.MacLotPlayMode
}
else
{
regex
=
new
Regex
(
@"
过关方式\s{1,}单场固定\s{1,}
"
);
regex
=
new
Regex
(
@"
单场固定
"
);
match
=
regex
.
Match
(
input
);
if
(
match
.
Success
)
{
...
...
ChuPiao.AutoPrint.Machine/TjJingCaiV1/VirtualPrinter.cs
View file @
5b76b879
This diff is collapsed.
Click to expand it.
ChuPiao.AutoPrint/Services/LotMachineService.cs
View file @
5b76b879
...
...
@@ -54,8 +54,8 @@ namespace ChuPiao.AutoPrint.Services
_machine
.
M_InputDeviceType
=
100
;
_machine
.
M_KeyboardType
=
1002
;
_machine
.
M_Type
=
1001
;
//
_machine.M_AllowPaperout = _entity.M_AllowPaperout;
_machine
.
M_AllowPaperout
=
false
;
_machine
.
M_AllowPaperout
=
_entity
.
M_AllowPaperout
;
//
_machine.M_AllowPaperout = false;
_machine
.
M_HasJc
=
_entity
.
M_HasJc
;
_machine
.
M_IsSimulate
=
_entity
.
M_IsSimulate
;
_machine
.
M_IsAutoClearTotal
=
_entity
.
M_IsAutoClearTotal
;
...
...
ChuPiao_Linux.suo
View file @
5b76b879
No preview for this file type
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