From 02fc46d07a9cb7740bb8ab8ceec03281e15e8cec Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 15 八月 2025 10:31:09 +0800 Subject: [PATCH] 受托入库检验 --- DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs b/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs index 0e26bbc..8b8ac2d 100644 --- a/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs +++ b/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs @@ -444,8 +444,12 @@ //2025/07/12鍔犱笂淇敼鐘舵�佷笅涓嶈兘淇敼 txt_lotNo.Enabled = false; txt_kbList.Enabled = false; - // txt_fPurchaserId.IsReadly = true; - + //txt_fPurchaserId.IsReadly = true; + this.txt_msg.Enabled = true; + this.txt_fngHandle.Enabled = true; + this.txt_zrType.Enabled = true; + this.txt_fzrId.Enabled = true; + this.txt_fmrmode.Enabled = true; } /// <summary> @@ -762,11 +766,6 @@ Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); } getGxList(dy.aboutGuid.ToString()); - - //2025/07/12鍔犱笂淇敼鐘舵�佷笅涓嶈兘淇敼 - txt_lotNo.Enabled = false; - txt_kbList.Enabled = false; - // txt_fPurchaserId.IsReadly = true; } else ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg); -- Gitblit v1.9.3