From 1165b8354b7fc38aa358804b9708f24ad07e20e1 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 28 八月 2025 19:18:26 +0800 Subject: [PATCH] 1、到货他们标签页默认显示 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs index 38dc355..e2507ac 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.cs @@ -38,6 +38,8 @@ toolBarMenu1.btnHbClick += ToolBarMenu1_btnHbClick; this.toolBarMenu1.getXmlConfig(); Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1); + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMxL1); + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "fstatus", "", (value) => { Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0); @@ -364,6 +366,7 @@ { Guid? _guid = UtilityHelper.ToGuid(row["guid"].ToString()); string _msl = row["quantity"].ToString(); + if (string.IsNullOrEmpty(_msl)) { MsgHelper.ShowError("鏁伴噺涓嶈兘涓虹┖锛�"); @@ -375,6 +378,7 @@ AboutGuid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(row["aboutGuid"].ToString()), ItemId = int.Parse(row["itemId"].ToString()), Quantity = decimal.Parse(row["quantity"].ToString()), + UrgentFlag = Gs.DevApp.ToolBox.UtilityHelper.ToBit(row["urgentFlag"].ToString()), Remark = row["memo"].ToString(), }); -- Gitblit v1.9.3