This commit is contained in:
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();
|
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)
|
if (s != null)
|
||||||
{
|
{
|
||||||
|
this.hdWeldId.Text = s.WeldId;
|
||||||
var weld = BLL.WeldInfoService.GetWeldInfoById(s.WeldId);
|
var weld = BLL.WeldInfoService.GetWeldInfoById(s.WeldId);
|
||||||
if (weld != null)
|
if (weld != null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue