From a55730702b0b1b541d6ec40cac4469a2418936d5 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 20 十二月 2024 18:50:24 +0800
Subject: [PATCH] 工单打印

---
 DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs |   76 ++++++++++++++++++-------------------
 1 files changed, 37 insertions(+), 39 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs
index f055670..cb08df1 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs
@@ -130,44 +130,43 @@
         }
         private void ToolBarMenu1_btnReportClick(object sender, EventArgs e)
         {
-            //toolBarMenu1.guidKey = "";
-            //string rowGuid, rowName;
-            //(rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
-            //    lbGuid, txt_itemName, gridView1);
-            //toolBarMenu1.guidKey = rowGuid;
-            //if (xtraTabControl1.SelectedTabPageIndex == 0)
-            //{
-            //    getModel(rowGuid, false, 999);
-            //    this.toolBarMenu1.rptParameter = "return false";
-            //    return;
-            //}
-            //if (string.IsNullOrEmpty(txt_suppNo_1.GetCode()))
-            //{
-            //    Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨渚涘簲鍟嗭紒");
-            //    txt_suppNo_1.Focus();
-            //    this.toolBarMenu1.rptParameter = "return false";
-            //    return;
-            //}
-            //if (string.IsNullOrEmpty(txt_iCount_1.Text.Trim()))
-            //{
-            //    Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜寮犳暟锛�");
-            //    txt_iCount_1.Focus();
-            //    this.toolBarMenu1.rptParameter = "return false";
-            //    return;
-            //}
-            //if (string.IsNullOrEmpty(txt_psnQty_1.Text.Trim()))
-            //{
-            //    Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜鏁伴噺锛�");
-            //    txt_psnQty_1.Focus();
-            //    this.toolBarMenu1.rptParameter = "return false";
-            //    return;
-            //}
-            //this.toolBarMenu1.rptParameter = "rpt_ItemInv{" + txt_createDate1.Text.Trim()
-            //       + "," + txt_tc_1.Checked.ToString().ToUpper()
-            //       + "," + txt_suppNo_1.GetId()
-            //       + "," + txt_iCount_1.Text.Trim()
-            //       + "," + txt_psnQty_1.Text.Trim()
-            //       + "}";
+            toolBarMenu1.guidKey = "";
+            string rowGuid, rowName;
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
+                lbGuid, txt_qtck, gridView1);
+            toolBarMenu1.guidKey = rowGuid;
+            if (xtraTabControl1.SelectedTabPageIndex == 0)
+            {
+                getModel(rowGuid);
+                this.toolBarMenu1.rptParameter = "return false";
+                return;
+            }
+            if (string.IsNullOrEmpty(txt_iCount_1.Text.Trim()))
+            {
+                Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜寮犳暟锛�");
+                txt_iCount_1.Focus();
+                this.toolBarMenu1.rptParameter = "return false";
+                return;
+            }
+            if (string.IsNullOrEmpty(txt_psnQty_1.Text.Trim()))
+            {
+                Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨鎵撳嵃鏉$爜鏁伴噺锛�");
+                txt_psnQty_1.Focus();
+                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()
+                   + "}";
         }
 
         /// <summary>
@@ -412,7 +411,6 @@
                 MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
                 return;
             }
-
             var _obj = new
             {
                 guid = strGuid,//涓诲缓

--
Gitblit v1.9.3