This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-07-29 16:39:45 +08:00
parent 30ac54db4c
commit b134b0ca25

View File

@ -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
@ -1763,6 +1763,16 @@ begin
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;
if (trim(ComboBox1.Text) = '쇱駱쯤데(횡<>)') then