| | |
| | | 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 + "'"; |
| | |
| | | lookSearchSupplier.Properties.ValueMember = "depotId"; |
| | | lookSearchSupplier.ForceInitialize(); |
| | | lookSearchSupplier.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup; |
| | | if (!string.IsNullOrEmpty(_dftVale)) |
| | | SetIdOrCode(_dftVale); |
| | | } |
| | | catch (Exception ex) |
| | | { |