bug
lu
8 天以前 0a3fb97b07ef9989d85a2269dc19130b48c12796
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 [是否代管不良品仓]=1 )");
            };
            //选择需要的明细
            btnSelect.Click += (s, e) =>