| | |
| | | { |
| | | _print100(); |
| | | }; |
| | | txt_psnQty_1.TextChanged += Txt_psnQty_1_TextChanged; |
| | | } |
| | | |
| | | private void Txt_psnQty_1_TextChanged(object sender, EventArgs e) |
| | | { |
| | | string sum = txt_kQty.Text.Trim(); |
| | | string t1 = txt_psnQty_1.Text.Trim(); |
| | | string t2 = txt_iCount_1.Text.Trim(); |
| | | if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric2(sum)) |
| | | sum = txt_kQty.Text = "0"; |
| | | |
| | | if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric2(t1)) |
| | | t1 = txt_psnQty_1.Text = "0"; |
| | | |
| | | if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric2(t2)) |
| | | t2 = txt_iCount_1.Text = "0"; |
| | | |
| | | if (t1 == "0") |
| | | txt_psnQty_1.TextChanged += (s, e) => |
| | | { |
| | | t2 = txt_iCount_1.Text = "0"; |
| | | return; |
| | | } |
| | | |
| | | decimal? dc = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(sum); |
| | | decimal? dc1 = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(t1); |
| | | |
| | | int dividend = int.Parse(sum); // 被除数 |
| | | int divisor = int.Parse(t1); // 除数 |
| | | |
| | | int quotient = dividend / divisor; // 整数部分 |
| | | int remainder = dividend % divisor; // 余数 |
| | | |
| | | txt_iCount_1.Text = quotient.ToString(); |
| | | radOut.Properties.Items[0].Description = "另印" + remainder.ToString(); |
| | | |
| | | 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 void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | | { |
| | |
| | | //string cjId = dy.daa013; |
| | | //string xjxt = dy.sjXt; |
| | | // txt_sjXt.getSuppler(cjId, xjxt); |
| | | txt_zQty.Text = dy.daa008; |
| | | txt_yQty.Text = dy.yQty; |
| | | txt_kQty.Text = dy.kQty; |
| | | lbGuid.Text = strGuid; |
| | |
| | | { |
| | | 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 = "全自动"; |
| | | } |
| | | else |
| | | ToolBox.MsgHelper.Warning("提示:" + _rtn.rtnMsg); |
| | |
| | | this.ucBtnPrint1.rptParameter = "rpt_daa{" |
| | | + txt_printRemark.Text.Trim() |
| | | + "," + "" |
| | | + "," + "" |
| | | + "," + Gs.DevApp.ToolBox.UtilityHelper.PrintYuLiang(radOut).ToString() |
| | | + "," + txt_iCount_1.Text.Trim() |
| | | + "," + txt_psnQty_1.Text.Trim() |
| | | + "}"; |