`
This commit is contained in:
parent
7edb770171
commit
cb577e6ceb
|
@ -1589,7 +1589,7 @@ begin
|
|||
begin
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.add('exec P_Do_PrintMd_HZ ');
|
||||
sql.add('exec P_Do_PrintMd_HZ ');
|
||||
sql.add('@mainID=' + quotedstr(Trim('')));
|
||||
sql.add(',@DName=' + quotedstr(Trim(DCode)));
|
||||
sql.add(',@flag=''2'' ');
|
||||
|
@ -1597,7 +1597,9 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
if (trim(ComboBox1.Text) = '쇱駱쯤데') or (trim(ComboBox1.Text) = '쇱駱쯤데(쵠鑒)') or (trim(ComboBox1.Text) = '쇱駱쯤데(쯤넹)') or (trim(ComboBox1.Text) = '쇱駱쯤데(속숑)') then
|
||||
if (trim(ComboBox1.Text) = '쇱駱쯤데') or (trim(ComboBox1.Text) = '쇱駱쯤데(쵠鑒)')
|
||||
or (trim(ComboBox1.Text) = '쇱駱쯤데(98)')
|
||||
or (trim(ComboBox1.Text) = '쇱駱쯤데(쯤넹)') or (trim(ComboBox1.Text) = '쇱駱쯤데(속숑)') then
|
||||
begin
|
||||
with ADOQueryTemp do
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue
Block a user