增加码单
This commit is contained in:
parent
60e1f6aa5a
commit
09be4f296f
|
|
@ -101,7 +101,7 @@ DebugSourceDirs=
|
|||
UsePackages=0
|
||||
[Parameters]
|
||||
RunParams=
|
||||
HostApplication=D:\徐加艳项目代码\项目代码\雷小福\贸易管理\testDll.exe
|
||||
HostApplication=D:\Dp7Repo\项目代码\D7wmleixiaofu\贸易管理\testDll.exe
|
||||
Launcher=
|
||||
UseLauncher=0
|
||||
DebugCWD=
|
||||
|
|
|
|||
|
|
@ -147,7 +147,8 @@ object frmCKProductBCPInList: TfrmCKProductBCPInList
|
|||
'PD'#33457#22411#31859#25968'+'#30721#25968
|
||||
'PD'#31859#25968'+'#30721#25968
|
||||
#26816#39564#30721#21333'('#28151#33394#25171#21253')'
|
||||
#20108#32500#30721#30721#21333)
|
||||
#20108#32500#30721#30721#21333
|
||||
#27178#21521#25171#21253#30721#21333)
|
||||
end
|
||||
object TBClose: TToolButton
|
||||
Left = 801
|
||||
|
|
|
|||
|
|
@ -1113,6 +1113,19 @@ begin
|
|||
SCreateCDS20(ADOQueryTemp, CDS_HZ);
|
||||
SInitCDSData20(ADOQueryTemp, CDS_HZ);
|
||||
end;
|
||||
if trim(ComboBox1.Text) = '뷘蕨댔관쯤데' then
|
||||
begin
|
||||
with ADOQueryTemp do
|
||||
begin
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.add('exec P_Print_CKMDYDL_Bao ');
|
||||
sql.add('@DName=' + quotedstr(Trim(DCode)));
|
||||
Open;
|
||||
end;
|
||||
SCreateCDS20(ADOQueryTemp, CDS_HZ);
|
||||
SInitCDSData20(ADOQueryTemp, CDS_HZ);
|
||||
end;
|
||||
if trim(ComboBox1.Text) = '랗郭쯤쯤데' then
|
||||
begin
|
||||
with ADOQueryTemp do
|
||||
|
|
|
|||
|
|
@ -139,7 +139,8 @@ object frmCKProductBCPOutList: TfrmCKProductBCPOutList
|
|||
'PD'#33457#22411#31859#25968'+'#30721#25968
|
||||
'PD'#31859#25968'+'#30721#25968
|
||||
#26816#39564#30721#21333'('#28151#33394#25171#21253')'
|
||||
#20108#32500#30721#30721#21333)
|
||||
#20108#32500#30721#30721#21333
|
||||
#27178#21521#25171#21253#30721#21333)
|
||||
end
|
||||
object ToolButton2: TToolButton
|
||||
Left = 673
|
||||
|
|
|
|||
|
|
@ -1088,7 +1088,20 @@ begin
|
|||
sql.add('@DName=' + quotedstr(Trim(DCode)));
|
||||
Open;
|
||||
end;
|
||||
SCreateCDS20(ADOQueryTemp, CDS_HZ);
|
||||
SCreateCDS20(ADOQueryTemp, CDS_HZ);
|
||||
SInitCDSData20(ADOQueryTemp, CDS_HZ);
|
||||
end;
|
||||
if trim(ComboBox1.Text) = '뷘蕨댔관쯤데' then
|
||||
begin
|
||||
with ADOQueryTemp do
|
||||
begin
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.add('exec P_Print_CKMDYDL_Bao ');
|
||||
sql.add('@DName=' + quotedstr(Trim(DCode)));
|
||||
Open;
|
||||
end;
|
||||
SCreateCDS20(ADOQueryTemp, CDS_HZ);
|
||||
SInitCDSData20(ADOQueryTemp, CDS_HZ);
|
||||
end;
|
||||
if trim(ComboBox1.Text) = '랗郭쯤쯤데' then
|
||||
|
|
@ -1101,7 +1114,7 @@ begin
|
|||
sql.add('@DName=' + quotedstr(Trim(DCode)));
|
||||
Open;
|
||||
end;
|
||||
SCreateCDS20(ADOQueryTemp, CDS_HZ);
|
||||
SCreateCDS20(ADOQueryTemp, CDS_HZ);
|
||||
SInitCDSData20(ADOQueryTemp, CDS_HZ);
|
||||
end;
|
||||
with ADOQueryTemp do
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user