Switch warehouse matching to use IDs
This commit is contained in:
@@ -32,7 +32,7 @@ namespace FineUIPro.Web.CLGL
|
||||
table.PipeLineMatCode = txtMatCode.Text.Trim();
|
||||
if (drpWarehouse.SelectedValue != Const._Null)
|
||||
{
|
||||
table.WarehouseCode = drpWarehouse.SelectedValue;
|
||||
table.WarehouseId = drpWarehouse.SelectedValue;
|
||||
}
|
||||
table.ProjectId = this.CurrUser.LoginProjectId;
|
||||
var tb = BLL.TwMaterialstockService.GetListData(table, Grid1);
|
||||
@@ -230,4 +230,4 @@ namespace FineUIPro.Web.CLGL
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user