DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs
@@ -58,7 +58,8 @@ if (string.IsNullOrEmpty(_orgId)) return; txt_fCustId.getSuppler(_orgId, _ucKh); txt_fStockId.getSuppler(_orgId, _ucCk); //2025-08-11加上只能是代管仓 txt_fStockId.getSuppler(_orgId, _ucCk, " and a.depot_id in(select [仓库Id] from [dbo].[仓库属性] where [是否Dgc]=1 )"); System.Text.StringBuilder sbWhere = new System.Text.StringBuilder(); sbWhere.Append(" and a.FSubsidiary ='" + _orgId + "'"); var _obj = new PageQueryModel(1, 999999, "item_no", "asc", "", sbWhere.ToString(), "");