username@email.com
2025-11-28 a3a8b2d5dbd0b4e17a8b8a9c0f2198a577fc31dc
CY_ECommercePlatform/CY.WebForm/Pages/procurement/OutOfStorageList.aspx.cs
@@ -63,7 +63,7 @@
        protected void InitialData()
        {
            //仓库
            this.selWarehouseId.DataSource = _OA_WarehouseInfoBLL.getAllWarehouseInfo(CurrentUser.MemberId);
            this.selWarehouseId.DataSource = _OA_WarehouseInfoBLL.getAllWarehouseInfo(CurrentUser.MemberId).Where(x => x.WarehouseName != "上机使用");
            this.selWarehouseId.DataTextField = "WarehouseName";
            this.selWarehouseId.DataValueField = "Keyid";
            this.selWarehouseId.DataBind();