修改 材料管理仓库下拉统一从入库单中入库仓库取

This commit is contained in:
2026-02-02 17:14:58 +08:00
parent 94ac0da919
commit af5341bb99
8 changed files with 22 additions and 15 deletions
+2 -2
View File
@@ -71,9 +71,9 @@ namespace FineUIPro.Web.CLGL
private void InitDrpList()
{
this.ddlPageSize.SelectedValue = this.Grid1.PageSize.ToString();
drpWarehouse.DataTextField = "Text";
drpWarehouse.DataTextField = "Key";
drpWarehouse.DataValueField = "Value";
drpWarehouse.DataSource = BLL.DropListService.HJGL_WarehouseCode();
drpWarehouse.DataSource = BLL.TwInOutplanmasterService.GetWarehouseCode(this.CurrUser.LoginProjectId);
drpWarehouse.DataBind();
Funs.FineUIPleaseSelect(this.drpWarehouse);
drpTypeInt.DataTextField = "Key";