This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-08-30 17:02:11 +08:00
parent 38c8dc38f0
commit 3811a69a8c
3 changed files with 3 additions and 2 deletions

View File

@ -101,7 +101,7 @@ DebugSourceDirs=
UsePackages=0 UsePackages=0
[Parameters] [Parameters]
RunParams= RunParams=
HostApplication=D:\徐加艳项目代码\项目代码\群啸纺织\复合检验管理\testDll.exe HostApplication=D:\Dp7Repo\项目代码\D7DJquanxiao\复合检验管理\testDll.exe
Launcher= Launcher=
UseLauncher=0 UseLauncher=0
DebugCWD= DebugCWD=

View File

@ -2313,6 +2313,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Font.Style = [fsBold] Font.Style = [fsBold]
ParentFont = False ParentFont = False
TabOrder = 3 TabOrder = 3
OnClick = Edit1Click
end end
object RadioGroup1: TRadioGroup object RadioGroup1: TRadioGroup
Left = 10 Left = 10

View File

@ -1167,7 +1167,7 @@ begin
FieldByName('MJLen').value := StrToFloatdef(trim(MJLen1.Text), 0) - StrToFloatdef(trim(MJQty2.Text), 0) + fjc; FieldByName('MJLen').value := StrToFloatdef(trim(MJLen1.Text), 0) - StrToFloatdef(trim(MJQty2.Text), 0) + fjc;
end end
else else
begin begin
with CDS_MJCD do with CDS_MJCD do
begin begin
First; First;