| | |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using DevExpress.XtraGrid.Views.Grid; |
| | | using Gs.DevApp.DevFrm.Rk; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Gs.DevApp.UserControl; |
| | |
| | | }; |
| | | frm.ShowDialog(); |
| | | }; |
| | | |
| | | } |
| | | |
| | | private void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 查看到货记录,根据采购明细guid |
| | | /// </summary> |
| | | /// <param name="sender"></param> |
| | | /// <param name="e"></param> |
| | | private void rptHistory_ButtonClick(object sender, ButtonPressedEventArgs e) |
| | | { |
| | | var rowhandle = gvMx1.FocusedRowHandle; |
| | | if (rowhandle < 0) |
| | | return; |
| | | var dr = gvMx1.GetDataRow(rowhandle); |
| | | var mxGuid = dr["aboutGuid"].ToString(); |
| | | HistoryDhmxcs frm = new HistoryDhmxcs(mxGuid); |
| | | frm.ShowDialog(); |
| | | } |
| | | } |
| | | } |