diff --git a/检验管理/TradeManage.dof b/检验管理/TradeManage.dof index 590536f..38e6d86 100644 --- a/检验管理/TradeManage.dof +++ b/检验管理/TradeManage.dof @@ -101,7 +101,7 @@ DebugSourceDirs= UsePackages=0 [Parameters] RunParams= -HostApplication=D:\Ŀ\Ŀ\\\testDll.exe +HostApplication=D:\Dp7Repo\Ŀ\D7DJmilan\\testDll.exe Launcher= UseLauncher=0 DebugCWD= diff --git a/检验管理/U_JYOrderCDOne.pas b/检验管理/U_JYOrderCDOne.pas index a4dbf1d..090efc3 100644 --- a/检验管理/U_JYOrderCDOne.pas +++ b/检验管理/U_JYOrderCDOne.pas @@ -1592,7 +1592,7 @@ begin end; end; - if (trim(ComboBox1.Text) = '뵥') then + if (trim(ComboBox1.Text) = '뵥') or (trim(ComboBox1.Text) = '뵥()') then begin with ADOQueryTemp do begin @@ -1639,14 +1639,14 @@ begin sql.add(',@flag=''2'' '); Open; end; - end; + end; if (trim(ComboBox1.Text) = '뵥()') then begin with ADOQueryTemp do begin Close; sql.Clear; - sql.add('exec P_Print_CKMDYDL_WL '); + sql.add('exec P_Print_CKMDYDL_WL_cS '); sql.add('@DName=' + quotedstr(Trim(DCode))); Open; end;