lu
2025-04-12 9ec7cf906a983509fccd9ab360e1ac0e46a904eb
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs
@@ -134,10 +134,26 @@
                }
                this.ucBtnPrint1.rptParameter = "rpt_SCTL{" + lbMxGuid.Text.Trim()
                       + "," + ""
                       + "," + ""
                       + "," + Gs.DevApp.ToolBox.UtilityHelper.PrintYuLiang(radOut).ToString()
                       + "," + txt_iCount_1.Text.Trim()
                       + "," + txt_psnQty_1.Text.Trim()
                       + "}";
            };
            //自动计算打印量
            txt_psnQty_1.TextChanged += (s, e) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintJiSuan(this, txt_psnQty_1, txt_iCount_1, txt_kQty.Text.Trim(), radOut);
            };
            txt_iCount_1.TextChanged += (s, e) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintJiSuan(this, txt_iCount_1, txt_psnQty_1, txt_kQty.Text.Trim(), radOut);
            };
            radOut.SelectedIndexChanged += (s, e) =>
            {
                txt_psnQty_1.Text = "";
                txt_iCount_1.Text = "";
                radOut.Properties.Items[0].Description = "全自动";
            };
        }
        private async void GridView1_ColumnFilterChanged(object sender, EventArgs e)
@@ -743,7 +759,7 @@
                txtWlmc.Text = row["tld003"].ToString();
                txtQuantity.Text = row["tld005"].ToString();//申请总量
                txtYdy.Text = row["ydy"].ToString();//已打印总量
                txtKdy.Text = row["kdy"].ToString();//可打印总量
                txt_kQty.Text = row["kdy"].ToString();//可打印总量
            }
        }