~
This commit is contained in:
parent
6687c4f7e2
commit
2a06c76fb1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user