lu
2025-02-14 e97f3a0b90112386f96def011c6d4864d974594a
DevApp/Gs.DevApp/UserControl/UcLookCk.cs
@@ -30,8 +30,9 @@
            if (EditChanged != null) EditChanged(this, e);
        }
        public void getSuppler(string orgId)
        public void getSuppler(string orgId, string _dftVale = "")
        {
            lookSearchSupplier.EditValue = null;
            string _keyWhere = "";
            if (!string.IsNullOrEmpty(orgId))
                _keyWhere = " and a.FSubsidiary ='" + orgId + "'";
@@ -49,6 +50,8 @@
                lookSearchSupplier.Properties.ValueMember = "depotId";
                lookSearchSupplier.ForceInitialize();
                lookSearchSupplier.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
                if (!string.IsNullOrEmpty(_dftVale))
                    SetIdOrCode(_dftVale);
            }
            catch (Exception ex)
            {