~
This commit is contained in:
parent
28bc8fedc3
commit
a4e4fd41f8
|
@ -101,7 +101,7 @@ DebugSourceDirs=
|
|||
UsePackages=0
|
||||
[Parameters]
|
||||
RunParams=
|
||||
HostApplication=D:\Dp7Repo\项目代码\双剑\成品仓库(FinishedClothWarehouse.dll)\testDll.exe
|
||||
HostApplication=D:\Dp7Repo\项目代码\D7yrshuangjian\成品仓库(FinishedClothWarehouse.dll)\testDll.exe
|
||||
Launcher=
|
||||
UseLauncher=0
|
||||
DebugCWD=
|
||||
|
|
|
@ -80,6 +80,7 @@ object frmCKProductBCPOutList: TfrmCKProductBCPOutList
|
|||
Text = #32568#21495#39068#33394#30721#21333
|
||||
Items.Strings = (
|
||||
#32568#21495#39068#33394#30721#21333
|
||||
#32568#21495#39068#33394#38271#24230#30721#21333
|
||||
#39068#33394#30721#21333
|
||||
#27719#24635#30721#21333)
|
||||
end
|
||||
|
|
|
@ -580,11 +580,11 @@ begin
|
|||
Exit;
|
||||
ExportFtErpFile(trim(ComboBox1.Text) + '.rmf', ADOQueryTemp);
|
||||
|
||||
if trim(ComboBox1.Text) = '멂뵀奈<EBB580>쯤데' then
|
||||
if (trim(ComboBox1.Text) = '멂뵀奈<EBB580>쯤데') or (trim(ComboBox1.Text) = '멂뵀奈<EBB580>낀똑쯤데' ) then
|
||||
begin
|
||||
with ADOQueryTemp do
|
||||
begin
|
||||
|
||||
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.add('exec P_Print_CKMDWSQ1 ');
|
||||
|
|
|
@ -385,6 +385,7 @@ object frmFCDJSMCK: TfrmFCDJSMCK
|
|||
Text = #32568#21495#39068#33394#30721#21333
|
||||
Items.Strings = (
|
||||
#32568#21495#39068#33394#30721#21333
|
||||
#32568#21495#39068#33394#38271#24230#30721#21333
|
||||
#39068#33394#30721#21333
|
||||
#27719#24635#30721#21333)
|
||||
end
|
||||
|
|
|
@ -728,13 +728,13 @@ begin
|
|||
Exit;
|
||||
end;
|
||||
|
||||
ExportFtErpFile(trim(ComboBox1.Text) + '.rmf', ADOQueryTemp);
|
||||
|
||||
if trim(ComboBox1.Text) = '멂뵀奈<EBB580>쯤데' then
|
||||
ExportFtErpFile(trim(ComboBox1.Text) + '.rmf', ADOQueryTemp);
|
||||
|
||||
if (trim(ComboBox1.Text) = '멂뵀奈<EBB580>쯤데') or (trim(ComboBox1.Text) = '멂뵀奈<EBB580>낀똑쯤데') then
|
||||
begin
|
||||
with ADOQueryTemp do
|
||||
begin
|
||||
|
||||
|
||||
Close;
|
||||
sql.Clear;
|
||||
sql.add('exec P_Print_CKMDWSQ1 ');
|
||||
|
|
Loading…
Reference in New Issue
Block a user