合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -1000,6 +1000,11 @@ namespace FineUIPro.Web.HJGL.RepairManage
/// <param name="e"></param>
protected void btnPrint_Click(object sender, EventArgs e)
{
if (this.tvControlItem.SelectedNode == null || string.IsNullOrEmpty(this.tvControlItem.SelectedNode.NodeID))
{
Alert.ShowInParent("请选择要打印单据!", MessageBoxIcon.Warning);
return;
}
string reportId = this.tvControlItem.SelectedNode.NodeID;
var q = BLL.TrustManageEditService.GetCH_TrustByID(reportId);
if (q != null)