Commit b97e610a by 任天宇

更新

parent 3a7dd00c
...@@ -829,7 +829,7 @@ namespace Jst.Report.Download ...@@ -829,7 +829,7 @@ namespace Jst.Report.Download
this.Controls.Add(this.pnlLeft); this.Controls.Add(this.pnlLeft);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMain"; this.Name = "FrmMain";
this.Text = "江苏纺检院电子报告下载客户端V2.04"; this.Text = "江苏纺检院电子报告下载客户端V2.05";
this.Load += new System.EventHandler(this.FrmMain_Load); this.Load += new System.EventHandler(this.FrmMain_Load);
this.pnlLeft.ResumeLayout(false); this.pnlLeft.ResumeLayout(false);
this.gbQuery.ResumeLayout(false); this.gbQuery.ResumeLayout(false);
......
...@@ -429,7 +429,7 @@ namespace Jst.Report.Download ...@@ -429,7 +429,7 @@ namespace Jst.Report.Download
{ {
ProductJudgement = "不判定"; ProductJudgement = "不判定";
} }
text = $"+江苏纺检+{ProductName}+{BatchNumber}+{ProductJudgement}.pdf"; text = $"江苏纺检+{ProductName}+{BatchNumber}+{ProductJudgement}.pdf";
} }
text = text.Replace("\\", "_").Replace("/", "_").Replace("*", "_"); text = text.Replace("\\", "_").Replace("/", "_").Replace("*", "_");
if (_groupByProductJudgement) if (_groupByProductJudgement)
......
...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; ...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2023.07200")] [assembly: AssemblyVersion("5.4.2023.07201")]
[assembly: AssemblyFileVersion("5.4.2022.07200")] [assembly: AssemblyFileVersion("5.4.2022.07201")]
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