~
This commit is contained in:
parent
30ac54db4c
commit
b134b0ca25
|
|
@ -1471,7 +1471,7 @@ begin
|
|||
SInitCDSData20(ADOQueryCmd, CDS_HZ);
|
||||
end
|
||||
else if LBName = '检验报告普通版(四分制)' then
|
||||
begin
|
||||
begin
|
||||
with ADOQueryCmd do
|
||||
begin
|
||||
Close;
|
||||
|
|
@ -1740,7 +1740,7 @@ begin
|
|||
// end;
|
||||
// end;
|
||||
|
||||
if (trim(ComboBox1.Text) = '쇱駱쯤데') or (trim(ComboBox1.Text) = '쇱駱쯤데(씐路)') or (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) = '쇱駱쯤데(챘路)') or (trim(ComboBox1.Text) = '쇱駱쯤데(씐路+챘路)') or (trim(ComboBox1.Text) = '쇱駱쯤데(丹빻)') or (trim(ComboBox1.Text) = '쇱駱쯤데(삠悧)') or (trim(ComboBox1.Text) = '쇱駱쯤데(茄셥쵠鑒)') or (trim(ComboBox1.Text) = '쇱駱쯤데(잿쬠쵠鑒)') then
|
||||
begin
|
||||
with ADOQueryTemp do
|
||||
begin
|
||||
|
|
@ -1755,12 +1755,22 @@ begin
|
|||
|
||||
with ADOQueryPrint do
|
||||
begin
|
||||
Close;
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.add('exec P_Do_PrintMd_HZ ');
|
||||
sql.add('@mainID=' + quotedstr(Trim('')));
|
||||
sql.add(',@DName=' + quotedstr(Trim(DCode)));
|
||||
sql.add(',@flag=''2'' ');
|
||||
Open;
|
||||
end;
|
||||
with ADOQuery1 do
|
||||
begin
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.add('exec P_Do_PrintMd_HZ_GH ');
|
||||
sql.add('@mainID=' + quotedstr(Trim('')));
|
||||
sql.add(',@DName=' + quotedstr(Trim(DCode)));
|
||||
sql.add(',@flag=''2'' ');
|
||||
Open;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user