SVN-Revision: r694
This commit is contained in:
tdx
2025-06-09 09:11:24 +00:00
parent ba68b95a50
commit eda4bd0e79
3 changed files with 55 additions and 8 deletions
+5
View File
@@ -83,6 +83,10 @@ namespace Lskj.Control
/// </summary>
private bool _isExcPrint;
/// <summary>
/// 最新的名字
/// </summary>
public string lastrichtext;
/// <summary>
/// 主打印Sql
/// </summary>
private string _mainPrintSql;
@@ -5380,6 +5384,7 @@ namespace Lskj.Control
{
if (!this.SysModel.SearchEnable)
{
lastrichtext = text;
PromptBox.EditText = text;
// 获取文档对象
Document document = this.PromptBox.TextEdit.Document;