lu
2025-02-08 a89f2c46d1f53a4d9e23dc76b949b40d2b2b18a6
DevApp/Gs.DevApp/UserControl/UcLookWorkshop.cs
@@ -22,7 +22,7 @@
            lookSearchSupplier.Properties.NullText = "请选择";
            lookSearchSupplier.EditValueChanged +=
                LookSearchSupplier_EditValueChanged;
            getSuppler();
          //  getSuppler();
        }
        public bool IsReadly { get; set; }
@@ -38,9 +38,9 @@
            if (EditChanged != null) EditChanged(this, e);
        }
        private void getSuppler()
        public void getSuppler(string orgId="")
        {
            var pgq = new PageQueryModel(1, 999999, "a.departmentid", "asc", "", " and 1=1");
            var pgq = new PageQueryModel(1, 999999, "a.departmentid", "asc", "", " and 1=1 and a.FSubsidiary=" + orgId);
            var json = JsonConvert.SerializeObject(pgq);
            try
            {