1
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user