Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Lims.ReportPrinter
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.Lims.ReportPrinter
Commits
b3b34288
Commit
b3b34288
authored
Nov 13, 2024
by
Neo Turing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整,不选中报告默认就不打印列表中的报告
parent
d6b99bcf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
FrmMain.Designer.cs
Src/FrmMain.Designer.cs
+1
-1
FrmMain.cs
Src/FrmMain.cs
+3
-1
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
No files found.
Src/FrmMain.Designer.cs
View file @
b3b34288
...
...
@@ -775,7 +775,7 @@
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
Name
=
"FrmMain"
;
this
.
Text
=
"K5报告打印客户端V4.3_24.111
1
0"
;
this
.
Text
=
"K5报告打印客户端V4.3_24.111
3
0"
;
this
.
Activated
+=
new
System
.
EventHandler
(
this
.
FrmMain_Activated
);
this
.
FormClosing
+=
new
System
.
Windows
.
Forms
.
FormClosingEventHandler
(
this
.
FrmMain_FormClosing
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmMain_Load
);
...
...
Src/FrmMain.cs
View file @
b3b34288
...
...
@@ -392,7 +392,9 @@ namespace Kivii.Client.Lims.ReportPrinter
var
selectedJobs
=
_printJobs
.
Where
(
o
=>
o
.
IsSelected
).
ToList
();
if
(
selectedJobs
.
IsNullOrEmpty
())
{
selectedJobs
=
_printJobs
;
MessageBox
.
Show
(
"请先选择需要打印的报告!"
);
return
;
//selectedJobs = _printJobs;
}
foreach
(
var
job
in
selectedJobs
)
{
...
...
Src/Properties/AssemblyInfo.cs
View file @
b3b34288
...
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2024.111
1
0")]
[assembly: AssemblyFileVersion("5.4.2024.111
1
0")]
[assembly: AssemblyVersion("5.4.2024.111
3
0")]
[assembly: AssemblyFileVersion("5.4.2024.111
3
0")]
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