This commit is contained in:
DESKTOP-E401PHE\Administrator 2026-01-04 15:01:39 +08:00
parent a15bec0e3b
commit c5eaa13b9b
3 changed files with 11 additions and 11 deletions

View File

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

View File

@ -1,7 +1,7 @@
object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
Left = 387
Left = 390
Top = 217
Width = 1368
Width = 1365
Height = 754
Caption = #25104#21697#26816#39564
Color = clBtnFace
@ -208,7 +208,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
object ScrollBox1: TScrollBox
Left = 1151
Top = 87
Width = 201
Width = 198
Height = 628
Align = alClient
Color = clWhite
@ -2804,7 +2804,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 1352
Width = 1349
Height = 30
AutoSize = True
ButtonHeight = 30
@ -2977,7 +2977,7 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
object Panel6: TPanel
Left = 0
Top = 30
Width = 1352
Width = 1349
Height = 57
Align = alTop
BevelInner = bvRaised
@ -3350,8 +3350,8 @@ object frmMJManageNewFDNewSF: TfrmMJManageNewFDNewSF
end
end
object ScrollBox2: TScrollBox
Left = -404
Top = 472
Left = -500
Top = 536
Width = 653
Height = 457
Font.Charset = GB2312_CHARSET

View File

@ -689,7 +689,7 @@ procedure TfrmMJManageNewFDNewSF.InitCDGridID();
begin
with ADOQueryMain do
begin
Close;
Close;
SQL.Clear;
sql.Add('select ');
//sql.Add('Case when isnull(MJType,'''')=''´ÎÆ·'' then ''B''+RTrim(Cast(MJXH as varchar(20))) else Cast(MJXH as varchar(20)) end as MJXH ,');
@ -697,6 +697,7 @@ begin
if Trim(SCXFlag) <> '' then
sql.Add(' and JTType=''' + Trim(SCXFlag) + '''');
sql.Add('and mjstr2=''δÈë¿â'' ');
sql.Add('and filltime>CONVERT(char(10),getdate()-7,23)');
sql.Add(' order by FillTime desc');
Open;
end;
@ -2642,7 +2643,6 @@ begin
// sql.Add('maxBaoNO=1+isnull((select max(cast(baoNO as int)) from WFB_MJJY X where X.subID=C.subID ),0)');
sql.Add('maxBaoNO=case when B.baosx=''°´ÑÕÉ«Éú³É'' then 1+isnull((select max(cast(baoNO as int)) from WFB_MJJY X where X.mainID=C.mainID and X.subid=C.subID ),0)');
sql.Add(' else 1+isnull((select max(cast(baoNO as int)) from WFB_MJJY X where X.mainID=C.mainID ),0) end ');
sql.Add('from JYOrder_Sub C');
SQL.Add('inner join JYOrder_Main B on B.MainId=C.MainId ');
sql.Add('where C.SubID=''' + Trim(APID.Text) + '''');
@ -3609,7 +3609,7 @@ begin
end;
end;
finally
frmSCPersonColor.close;
frmSCPersonColor.close;
end;
end;