From 93ec2955713f40a50348b1990bbaeeee837f5378 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 12 四月 2025 09:09:40 +0800 Subject: [PATCH] 工单 --- DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs index ea3b89f..c1b0f62 100644 --- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs +++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs @@ -70,7 +70,7 @@ //杩欐槸鍚庣洊鐮侊紝浠呬粎鎵撳嵃锛� this.ucBtnPrint100.btnDesignClick += (s, e) => { - ucBtnPrint100.rptParameter = "rpt_trace{}"; + ucBtnPrint100.rptParameter = "rpt_hgm{}"; }; this.ucBtnPrint100.btnReportClick += (s, e) => { @@ -91,8 +91,6 @@ radOut.Properties.Items[0].Description = "鍏ㄨ嚜鍔�"; }; } - - private void GridView1_ColumnFilterChanged(object sender, EventArgs e) { @@ -369,9 +367,14 @@ //string cjId = dy.daa013; //string xjxt = dy.sjXt; // txt_sjXt.getSuppler(cjId, xjxt); - txt_zQty.Text = dy.daa008; + //鎵樻澘鐮� + txt_zQty.Text = dy.daa008; txt_yQty.Text = dy.yQty; txt_kQty.Text = dy.kQty; + //杩芥函鐮� + txt_zQty98.Text = dy.daa008; + txt_yQty98.Text = dy.yQty98; + txt_kQty98.Text = dy.kQty98; lbGuid.Text = strGuid; List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); gvList.Add(gvMx1); @@ -609,7 +612,8 @@ this.ucBtnPrint98.rptParameter = "return false"; return; } - this.ucBtnPrint98.rptParameter = "rpt_trace{" + "" + this.ucBtnPrint98.rptParameter = "rpt_trace{" + + "" + "," + txt_printRemark98.Text.Trim() + "," + "" + "," + txt_iCount_98.Text.Trim() @@ -633,8 +637,8 @@ return; } - this.ucBtnPrint100.rptParameter = "rpt_trace{" - + lbGuid.Text.Trim() + this.ucBtnPrint100.rptParameter = "rpt_hgm{" + + "100" + "," + "" + "," + "" + "," + "" -- Gitblit v1.9.3