From f7289e89b6293e92271ad0673ba6abf36604ef4c Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 17 七月 2025 16:12:06 +0800 Subject: [PATCH] 采购计划表 --- DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs index 34e2189..924dd6a 100644 --- a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs +++ b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs @@ -425,11 +425,14 @@ { toolBarMenu1.isSetBtn = false; string rkckid = txt_rkCkId.GetId(); - if (string.IsNullOrEmpty(rkckid)) + if (strType != QcSeason.瓒呮湡妫�.ToString()) { - Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨浠撳簱锛�"); - txt_rkCkId.Focus(); - return; + if (string.IsNullOrEmpty(rkckid)) + { + Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨浠撳簱锛�"); + txt_rkCkId.Focus(); + return; + } } if (txt_fcheckResu.Text.Trim() == _strTag && string.IsNullOrEmpty(txt_fngDesc.TextTxt.Trim())) { -- Gitblit v1.9.3