From 7ca0b281d7c3617c5fa4279477fbbcc30ed5e7a6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-E401PHE\\Administrator" Date: Sat, 2 Aug 2025 15:50:06 +0800 Subject: [PATCH] ~ --- 复合检验管理/U_JYOrderCDOne.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/复合检验管理/U_JYOrderCDOne.pas b/复合检验管理/U_JYOrderCDOne.pas index de637d6..a4dbcf1 100644 --- a/复合检验管理/U_JYOrderCDOne.pas +++ b/复合检验管理/U_JYOrderCDOne.pas @@ -1669,12 +1669,13 @@ begin Open; end; end; - if (trim(ComboBox1.Text) = '𳬸ϳ') or (trim(ComboBox1.Text) = '𳬸ϳ()') or (trim(ComboBox1.Text) = '𳬸ϳ(ë)') then + if (trim(ComboBox1.Text) = '𳬸ϳ') or (trim(ComboBox1.Text) = '𳬸ϳ()') + or (trim(ComboBox1.Text) = '𳬸ϳ(ë)') or (trim(ComboBox1.Text) = '𳬸ϳ(뵥)') then begin with ADOQueryTemp do begin Close; - sql.Clear; + sql.Clear; sql.add('exec P_Print_CKMDYDL_HS '); SQL.Add('@ZRow =25'); SQL.Add(',@Zcol =4');