cdk
3 天以前 ae28c33700e413d5acf60d1e48bbc9870bdef5a5
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTui.cs
@@ -53,7 +53,7 @@
                    return;
                txt_fCustId.getSuppler(orgId, _ucKh);
                //2025-08-11加上只能是代管仓
                txt_fStockId.getSuppler(orgId, _ucCk, " and a.depot_id in(select [仓库Id] from [dbo].[仓库属性] where [是否Dgc]=1 )");
                txt_fStockId.getSuppler(orgId, _ucCk, " and a.depot_id in(select [仓库Id] from [dbo].[仓库属性] where [是否代管良品仓]=1 )");
            };
            //选择需要的明细
            btnSelect.Click += (s, e) =>