| | |
| | | }, lbGuid); |
| | | getPageList(1); |
| | | pageBar1.PagerEvent += PageBar1_PagerEvent; |
| | | //解绑追溯码 |
| | | btnZsm.Click += (s, e) => |
| | | { |
| | | if (!MsgHelper.AskQuestion("确定生成新的追溯码吗?")) |
| | |
| | | MsgHelper.ShowError("提示:" + ex.Message); |
| | | } |
| | | }; |
| | | |
| | | //这是打印,这和其它页面是不一样的,不能复制这里 |
| | | this.ucBtnPrint98.SetPlButton(false); |
| | | this.ucBtnPrint98.btnPrintClick += (s, e) => |
| | |
| | | MsgHelper.ShowError(ex.Message); |
| | | } |
| | | }; |
| | | |
| | | } |
| | | |
| | | |
| | | private void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | | { |
| | | _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1); |