~
This commit is contained in:
parent
1c2ac93a7e
commit
eb438efb02
|
@ -101,7 +101,7 @@ DebugSourceDirs=
|
||||||
UsePackages=0
|
UsePackages=0
|
||||||
[Parameters]
|
[Parameters]
|
||||||
RunParams=
|
RunParams=
|
||||||
HostApplication=D:\徐加艳项目代码\项目代码\艾逦丝\检验管理\testDll.exe
|
HostApplication=D:\Dp7Repo\项目代码\D7DJalisi\检验管理\testDll.exe
|
||||||
Launcher=
|
Launcher=
|
||||||
UseLauncher=0
|
UseLauncher=0
|
||||||
DebugCWD=
|
DebugCWD=
|
||||||
|
|
|
@ -2548,7 +2548,14 @@ begin
|
||||||
fbaotype := Trim(ADOTmp.fieldbyname('baotype').AsString);
|
fbaotype := Trim(ADOTmp.fieldbyname('baotype').AsString);
|
||||||
fbaosx := Trim(ADOTmp.fieldbyname('baosx').AsString);
|
fbaosx := Trim(ADOTmp.fieldbyname('baosx').AsString);
|
||||||
fOrderUnit := uppercase(Trim(ADOTmp.fieldbyname('OrderUnit').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
|
if FDC <> 0 then
|
||||||
begin
|
begin
|
||||||
Edit12.Visible := True;
|
Edit12.Visible := True;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user