lu
2025-08-09 c6ec5dda891c9b6ef9c3ff97cc964a826c0ddbff
DevApp/Gs.DevApp/UserControl/UcLookDaa.cs
@@ -34,12 +34,14 @@
        /// 读取工单
        /// </summary>
        /// <param name="orgId"></param>
        public void getSuppler(string orgId, string _dftVale = "")
        public void getSuppler(string orgId, string _dftVale = "",string strWhere="")
        {
            lookSearchSupplier.EditValue = null;
            string _keyWhere = "";
            if (!string.IsNullOrEmpty(orgId))
                _keyWhere = " and a.erp_sczz ='" + orgId + "'";
            if (!string.IsNullOrEmpty(strWhere))
                _keyWhere += strWhere;
            var pgq = new PageQueryModel(1, 999999, "a.daa001", "asc", "",
                " and 1=1" + _keyWhere);
            var json = JsonConvert.SerializeObject(pgq);