From 8baa4ca5cf104ced5d79f3a3fa94d37f7da59ab5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-E401PHE\\Administrator" Date: Thu, 16 Oct 2025 15:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=B8=80=E4=B8=AA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 复合检验管理/U_MJManageNewFDNew.pas | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/复合检验管理/U_MJManageNewFDNew.pas b/复合检验管理/U_MJManageNewFDNew.pas index 0a099f2..a625029 100644 --- a/复合检验管理/U_MJManageNewFDNew.pas +++ b/复合检验管理/U_MJManageNewFDNew.pas @@ -1787,11 +1787,7 @@ begin // application.MessageBox('С10', 'ʾϢ', 0); // exit; // end; - if (strtofloatdef(trim(MJMaoZ.Text), 0) < 10) then - begin - application.MessageBox('ëزС10', 'ʾϢ', 0); - exit; - end; + if (Trim(Edit9.Text) = '') then begin if (strtofloatdef(trim(mjqty4.Text), 0) < 10) then @@ -1799,6 +1795,11 @@ begin application.MessageBox('زС10', 'ʾϢ', 0); exit; end; + if (strtofloatdef(trim(MJMaoZ.Text), 0) < 10) then + begin + application.MessageBox('ëزС10', 'ʾϢ', 0); + exit; + end; end; if Trim(FAPID) = '' then