合并最新
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user