文书批量打印bug合并

This commit is contained in:
leomon 2023-04-26 00:39:11 +08:00
commit 64aa2734c0

View File

@ -429,7 +429,7 @@ namespace AIMS.OperationAfter.UI
doc.Parent = c;
doc.Dock = DockStyle.Fill;
doc.Show();
doc.myEditControl.ExecuteCommand("FilePrint", false, null);
doc.tsbSaveAndPrint_Click(null, null);
}
}