Switch warehouse matching to use IDs
This commit is contained in:
@@ -42,7 +42,7 @@ namespace FineUIPro.Web.CLGL
|
||||
|
||||
Model.Tw_MaterialStockOutput table = new Model.Tw_MaterialStockOutput();
|
||||
table.PipeLineMatCode = txtMatCode.Text.Trim();
|
||||
table.WarehouseCode = inoutplanmaster.WarehouseCode;
|
||||
table.WarehouseId = inoutplanmaster.WarehouseId;
|
||||
table.ProjectId = this.CurrUser.LoginProjectId;
|
||||
if (inoutplanmaster.Category == (int)TwConst.Category.管段)
|
||||
{
|
||||
@@ -160,4 +160,4 @@ namespace FineUIPro.Web.CLGL
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user