This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-12-02 17:14:24 +08:00
parent 6687c4f7e2
commit 2a06c76fb1

View File

@ -1494,7 +1494,7 @@ begin
ExecSQL;
end;
if (trim(ComboBox1.Text) = '检验码单(英文)') or (trim(ComboBox1.Text) = '检验码单(中文)') then
if (trim(ComboBox1.Text) = '检验码单(英文)') or (trim(ComboBox1.Text) = '检验码单(中文)') or (trim(ComboBox1.Text) = 'GB码单') then
begin
with ADOQueryTemp do
begin
@ -1752,7 +1752,7 @@ begin
end;
end;
if (trim(ComboBox1.Text) = '检验码单(缸号疵点)') or (trim(ComboBox1.Text) = 'GB码单')then
if (trim(ComboBox1.Text) = '检验码单(缸号疵点)') then
begin
with ADOQueryTemp do
begin