Switch warehouse matching to use IDs
This commit is contained in:
@@ -58,7 +58,7 @@ namespace FineUIPro.Web.CLGL
|
||||
}
|
||||
if (drpWarehouse.SelectedValue != Const._Null)
|
||||
{
|
||||
table.WarehouseCode = drpWarehouse.SelectedValue;
|
||||
table.WarehouseId = drpWarehouse.SelectedValue;
|
||||
}
|
||||
var tb = BLL.TwInOutplanmasterService.GetListData(table, Grid1);
|
||||
Grid1.RecordCount = TwInOutplanmasterService.Count;
|
||||
@@ -542,4 +542,4 @@ namespace FineUIPro.Web.CLGL
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user