lu
2025-05-07 11720482d878d36e0651842c76873ca27cfa6615
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -50,7 +50,7 @@
            getPageList(1);
            pageBar1.PagerEvent += PageBar1_PagerEvent;
            //这是卡板码
            //这是托板码
            this.ucBtnPrint1.btnDesignClick += (s, e) =>
            {
                ucBtnPrint1.rptParameter = "rpt_daa{}";
@@ -58,6 +58,14 @@
            this.ucBtnPrint1.btnReportClick += (s, e) =>
            {
                _print();
            };
            txt_psnQty_1.TextChanged += (s, e) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintJiSuan(txt_psnQty_1, txt_iCount_1, txt_kQty.Text.Trim(), radOut,txt_yuliang_1);
            };
            radOut.SelectedIndexChanged += (s, e) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintAuto(txt_psnQty_1, txt_iCount_1, radOut, txt_yuliang_1);
            };
            //这是追溯码
            this.ucBtnPrint98.btnDesignClick += (s, e) =>
@@ -76,15 +84,6 @@
            this.ucBtnPrint100.btnReportClick += (s, e) =>
            {
                _print100();
            };
            txt_psnQty_1.TextChanged += (s, e) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintJiSuan(txt_psnQty_1, txt_iCount_1, txt_kQty.Text.Trim(), radOut);
            };
            radOut.SelectedIndexChanged += (s, e) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintAuto(txt_psnQty_1, txt_iCount_1, radOut);
            };
        }
@@ -481,8 +480,7 @@
                    {
                        Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx4, gvMx4);
                    }
                    txt_psnQty_1.Text = txt_printRemark.Text = txt_iCount_1.Text = txt_printRemark98.Text = txt_iCount_98.Text = "";
                    radOut.Properties.Items[0].Description = "全自动";
                    txt_psnQty_1.Text = txt_printRemark.Text = txt_iCount_1.Text = txt_printRemark98.Text = txt_iCount_98.Text = txt_yuliang_1.Text="";
                }
                else
                    ToolBox.MsgHelper.Warning("提示:" + _rtn.rtnMsg);
@@ -610,7 +608,7 @@
            this.ucBtnPrint1.rptParameter = "rpt_daa{"
                  + txt_printRemark.Text.Trim()
                   + "," + ""
                   + "," + Gs.DevApp.ToolBox.UtilityHelper.PrintYuLiang(radOut).ToString()
                   + "," +  Gs.DevApp.ToolBox.UtilityHelper.ToDecimal( txt_yuliang_1.Text.Trim())
                   + "," + txt_iCount_1.Text.Trim()
                   + "," + txt_psnQty_1.Text.Trim()
                   + "}";