| | |
| | | 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(), ""); |