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');