This commit is contained in:
2026-02-05 08:50:45 +08:00
parent 1bc1942770
commit f7ec634c80
@@ -215,6 +215,7 @@ namespace FineUIPro.Web.HJGL.MaterialManage
Model.Weld_StockIn s = (from x in Funs.DB.Weld_StockIn where x.Warrantybook == this.drpWarrantybook.SelectedItem.Text.Trim() select x).FirstOrDefault();
if (s != null)
{
this.hdWeldId.Text = s.WeldId;
var weld = BLL.WeldInfoService.GetWeldInfoById(s.WeldId);
if (weld != null)
{