2023-02-16 焊接修改

This commit is contained in:
2023-02-16 17:19:08 +08:00
parent c19e51a290
commit 75431705fb
28 changed files with 599 additions and 342 deletions
@@ -117,11 +117,11 @@ namespace FineUIPro.Web.HJGL.PersonManage
tn.NodeID = sitem.PersonId;
if (sitem.States != Const.State_1)
{
tn.Text = "<font color='#EE0000'>" + sitem.PersonName + "</font>";
tn.Text = "<font color='#EE0000'>" + sitem.PersonName + "【" + sitem.WelderCode + "】" + "</font>";
}
else
{
tn.Text = sitem.PersonName;
tn.Text = sitem.PersonName + "【" + sitem.WelderCode + "】";
}
tn.EnableClickEvent = true;
rootNode.Nodes.Add(tn);