| | |
| | | { |
| | | _print98(); |
| | | }; |
| | | //这是后盖码,仅仅打印, |
| | | //这是后盖码 |
| | | this.ucBtnPrint100.btnDesignClick += (s, e) => |
| | | { |
| | | ucBtnPrint100.rptParameter = "rpt_hgm{}"; |
| | |
| | | this.ucBtnPrint100.btnReportClick += (s, e) => |
| | | { |
| | | _print100(); |
| | | }; |
| | | //这是齐套标识卡,仅仅打印 |
| | | this.ucBtnPrint101.btnDesignClick += (s, e) => |
| | | { |
| | | ucBtnPrint101.rptParameter = "rpt_qitao{}"; |
| | | }; |
| | | this.ucBtnPrint101.btnReportClick += (s, e) => |
| | | { |
| | | _print101(); |
| | | }; |
| | | //导入模板 |
| | | this.btnIn.Click += (s, e) => |
| | |
| | | this.ucBtnPrint100.rptParameter = "return false"; |
| | | return; |
| | | } |
| | | this.ucBtnPrint100.rptParameter = "rpt_trace{" |
| | | this.ucBtnPrint100.rptParameter = "rpt_hgm{" |
| | | + "" |
| | | + "," + "" |
| | | + "," + "" |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 这是齐套 |
| | | /// </summary> |
| | | private void _print101() |
| | | { |
| | | string rowGuid, rowName; |
| | | (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, |
| | | lbGuid, txt_daa001, gridView1); |
| | | ucBtnPrint101.guidKey = rowGuid; |
| | | if (rowGuid.Length < 36) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择你要打印的行!"); |
| | | this.ucBtnPrint101.rptParameter = "return false"; |
| | | return; |
| | | } |
| | | this.ucBtnPrint101.rptParameter = "rpt_qitao{" |
| | | + "" |
| | | + "," + "" |
| | | + "," + "" |
| | | + "," + "" |
| | | + "," + "" |
| | | + "}"; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 重打 |
| | | /// </summary> |
| | | /// <param name="sender"></param> |