This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-09-11 16:23:46 +08:00
parent 28bc8fedc3
commit a4e4fd41f8
5 changed files with 9 additions and 7 deletions

View File

@ -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=

View File

@ -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

View File

@ -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 ');

View File

@ -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

View File

@ -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 ');