lu
2025-08-11 aad5ba62c7ad99542250146a5983b8c78740c924
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.cs
@@ -52,7 +52,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 )");
            };
            //选择需要的明细
            btnSelect.Click += (s, e) =>