This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-07-14 14:15:23 +08:00
parent 1c2ac93a7e
commit eb438efb02
2 changed files with 12 additions and 5 deletions

View File

@ -101,7 +101,7 @@ DebugSourceDirs=
UsePackages=0
[Parameters]
RunParams=
HostApplication=D:\徐加艳项目代码\项目代码\艾逦丝\检验管理\testDll.exe
HostApplication=D:\Dp7Repo\项目代码\D7DJalisi\检验管理\testDll.exe
Launcher=
UseLauncher=0
DebugCWD=

View File

@ -2548,7 +2548,14 @@ begin
fbaotype := Trim(ADOTmp.fieldbyname('baotype').AsString);
fbaosx := Trim(ADOTmp.fieldbyname('baosx').AsString);
fOrderUnit := uppercase(Trim(ADOTmp.fieldbyname('OrderUnit').AsString));
if fOrderUnit = 'Y' then
begin
Label9.Caption := 'Y';
end
else
begin
Label9.Caption := 'M'
end;
if FDC <> 0 then
begin
Edit12.Visible := True;