lu
2025-02-14 e97f3a0b90112386f96def011c6d4864d974594a
DevApp/Gs.DevApp/UserControl/UcLookDepartment.cs
@@ -32,8 +32,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,10 @@
                lookSearchSupplier.Properties.ValueMember = "departmentid";
                lookSearchSupplier.ForceInitialize();
                lookSearchSupplier.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
                if (!string.IsNullOrEmpty(_dftVale))
                    SetIdOrCode(_dftVale);
                else
                    lookSearchSupplier.EditValue = null;
            }
            catch (Exception ex)
            {