username@email.com
2025-11-13 8f47b7f2bf68ecdae9b428120c70962ba4d2d52d
CY_ECommercePlatform/CY.WebForm/Pages/procurement/InventoryList.aspx.cs
@@ -49,7 +49,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();