diff --git a/成品仓库(FinishedClothWarehouse.dll)/FinishedClothWarehouse.dof b/成品仓库(FinishedClothWarehouse.dll)/FinishedClothWarehouse.dof index 4f7ae1e..d8a1de4 100644 --- a/成品仓库(FinishedClothWarehouse.dll)/FinishedClothWarehouse.dof +++ b/成品仓库(FinishedClothWarehouse.dll)/FinishedClothWarehouse.dof @@ -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= diff --git a/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.dfm b/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.dfm index 9eec021..a0c2906 100644 --- a/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.dfm +++ b/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.dfm @@ -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 diff --git a/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.pas b/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.pas index c950988..1fd5298 100644 --- a/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.pas +++ b/成品仓库(FinishedClothWarehouse.dll)/U_CKProductBCPOutList.pas @@ -580,11 +580,11 @@ begin Exit; ExportFtErpFile(trim(ComboBox1.Text) + '.rmf', ADOQueryTemp); - if trim(ComboBox1.Text) = '׺ɫ뵥' then + if (trim(ComboBox1.Text) = '׺ɫ뵥') or (trim(ComboBox1.Text) = '׺ɫ뵥' ) then begin with ADOQueryTemp do begin - + Close; sql.Clear; sql.add('exec P_Print_CKMDWSQ1 '); diff --git a/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.dfm b/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.dfm index 03fa358..70b5342 100644 --- a/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.dfm +++ b/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.dfm @@ -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 diff --git a/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.pas b/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.pas index 88f322b..8d1e53d 100644 --- a/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.pas +++ b/成品仓库(FinishedClothWarehouse.dll)/U_FCDJSMCK.pas @@ -728,13 +728,13 @@ begin Exit; end; - ExportFtErpFile(trim(ComboBox1.Text) + '.rmf', ADOQueryTemp); - - if trim(ComboBox1.Text) = '׺ɫ뵥' then + ExportFtErpFile(trim(ComboBox1.Text) + '.rmf', ADOQueryTemp); + + if (trim(ComboBox1.Text) = '׺ɫ뵥') or (trim(ComboBox1.Text) = '׺ɫ뵥') then begin with ADOQueryTemp do begin - + Close; sql.Clear; sql.add('exec P_Print_CKMDWSQ1 ');