This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-07-19 14:07:26 +08:00
parent 325a070b7b
commit 7248c9c335

View File

@ -1584,13 +1584,13 @@ begin
Open;
end;
end;
if (trim(ComboBox1.Text) = '检验码单(英文)') then
if (trim(ComboBox1.Text) = 'SHHY码单样本') then
begin
with ADOQueryTemp do
begin
Close;
sql.Clear;
sql.add('exec P_Print_CKMDHAEIL ');
sql.add('exec P_Print_CKMDHAEIL_YB ');
sql.add('@DName=' + quotedstr(Trim(DCode)));
Open;
end;
@ -1608,7 +1608,7 @@ begin
Open;
end;
end;
if (trim(ComboBox1.Text) = '检验码单(中文)') then
if (trim(ComboBox1.Text) = '检验码单(英文)') or (trim(ComboBox1.Text) = '检验码单(中文)') then
begin
with ADOQueryTemp do
begin
@ -1684,7 +1684,7 @@ begin
Open;
end;
end;
if (trim(ComboBox1.Text) = '上海立晋') then
if (trim(ComboBox1.Text) = '上海立晋') then
begin
with ADOQueryTemp do
begin
@ -1708,7 +1708,7 @@ begin
Open;
end;
end;
if (trim(ComboBox1.Text) = '洛萌') then
if (trim(ComboBox1.Text) = '洛萌') then
begin
with ADOQueryTemp do
begin