bug
lu
9 天以前 0a3fb97b07ef9989d85a2269dc19130b48c12796
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs
@@ -59,7 +59,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 )");
                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(), "");