~
This commit is contained in:
parent
2793786a07
commit
7ca0b281d7
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user