From f592e1e74e5a3ce58e51078dfb40b488245eb5b0 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 21 十二月 2024 08:17:07 +0800 Subject: [PATCH] 工单 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs index 333edf7..cb08df1 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs @@ -155,22 +155,18 @@ this.toolBarMenu1.rptParameter = "return false"; return; } + if (lbMxGuid.Text.Trim().Length < 10) + { + Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鐨勮锛�"); + this.toolBarMenu1.rptParameter = "return false"; + return; + } this.toolBarMenu1.rptParameter = "rpt_Qtrk{" + lbMxGuid.Text.Trim() + "," + "" + "," + "" + "," + txt_iCount_1.Text.Trim() + "," + txt_psnQty_1.Text.Trim() + "}"; - - - //this.toolBarMenu1.rptParameter = "rpt_Arrival{" + "" - // + "," + "" - // + "," + "" - // + "," + txt_iCount_1.Text.Trim() - // + "," + txt_psnQty_1.Text.Trim() - // + "}"; - - } /// <summary> @@ -415,7 +411,6 @@ MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); return; } - var _obj = new { guid = strGuid,//涓诲缓 -- Gitblit v1.9.3