| | |
| | | lookSearchSupplier.Properties.NullText = "请选择"; |
| | | lookSearchSupplier.EditValueChanged += |
| | | LookSearchSupplier_EditValueChanged; |
| | | getSuppler(""); |
| | | //getSuppler(""); |
| | | } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | /// <param name="orgId"></param> |
| | | /// <param name="_dftVale"></param> |
| | | public void getSuppler(string _dftVale = "") |
| | | public void getSuppler(string _dftVale = "", string _keyWhere = "") |
| | | { |
| | | lookSearchSupplier.EditValue = null; |
| | | string _keyWhere = ""; |
| | | var pgq = new PageQueryModel(1, 999999, "a.processNo", "asc", "", " " + _keyWhere); |
| | | var json = JsonConvert.SerializeObject(pgq); |
| | | try |