DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesCgthSq.cs
@@ -285,6 +285,9 @@ gridViews.Add(gvMx1); UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews); Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); //增加时,默认组织 string deftOrg = UtilityHelper.GetFirstOrg(txt_thOrgId); } /// <summary> /// 保存事件 DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs
@@ -275,6 +275,10 @@ UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews); Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); ucLookHuoZhu1.Enabled = true; //增加时,默认组织 string deftOrg = UtilityHelper.GetFirstOrg(txt_qt023); string deftOrg2 = UtilityHelper.GetFirstOrg(txt_qt024); } /// <summary> /// 保存事件 DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs
@@ -309,6 +309,8 @@ gridViews.Add(gvMx1); UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews); Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); //增加时,默认组织 string deftOrg = UtilityHelper.GetFirstOrg(txt_orgId); } /// <summary> @@ -323,19 +325,19 @@ string inGdId = txt_aboutGuid.GetId();//工单号 if (string.IsNullOrEmpty(inGdId)) { Gs.DevApp.ToolBox.MsgHelper.Warning("请选择工单!"); Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择工单!"); txt_aboutGuid.Focus(); return; } if (string.IsNullOrEmpty(inGdId)) { Gs.DevApp.ToolBox.MsgHelper.Warning("请选择工单!"); Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择工单!"); txt_aboutGuid.Focus(); return; } if (string.IsNullOrEmpty(txt_bl017.Text.Trim())) { Gs.DevApp.ToolBox.MsgHelper.Warning("请选择单据类型!"); Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择单据类型!"); txt_bl017.Focus(); return; } @@ -382,9 +384,10 @@ { string strJson = UtilityHelper.HttpPost("", _webServiceName + "EditModel", JsonConvert.SerializeObject(_obj)); ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson); ToolBox.MsgHelper.Warning("提示:" + _rtn.rtnMsg); if (_rtn.rtnCode > 0) { ToolBox.MsgHelper.ShowInformation("提示:" + _rtn.rtnMsg); lbGuid.Text = _rtn.rtnData.outGuid; txt_blNo.Text = _rtn.rtnData.outNo; toolBarMenu1.isSetBtn = true; @@ -394,10 +397,12 @@ toolBarMenu1.currentAction = ""; Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 6); } else ToolBox.MsgHelper.ShowError("提示:" + _rtn.rtnMsg); } catch (Exception ex) { ToolBox.MsgHelper.Warning("提示:" + ex.Message); ToolBox.MsgHelper.ShowError("提示:" + ex.Message); } } DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -181,6 +181,7 @@ } }; //这是齐套标识卡,仅仅打印 this.ucBtnPrint101.SetPlButton(false); this.ucBtnPrint101.btnPrintClick += (s, e) => { _print101(); DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs
@@ -288,6 +288,8 @@ UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews); Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx2, gvMx2); //增加时,默认组织 string deftOrg = UtilityHelper.GetFirstOrg(txt_fStockOrgId); } /// <summary> /// 保存事件 DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
@@ -123,7 +123,7 @@ this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlItem3.Size = new System.Drawing.Size(116, 30); this.layoutControlItem3.Text = "重打"; this.layoutControlItem3.Text = "批量操作"; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
@@ -103,5 +103,12 @@ return false; } public void SetPlButton( bool blPiLiang) { if (blPiLiang == true) this.layoutControlItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always; else this.layoutControlItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; } } }