默认标签设置

This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-07-22 16:58:40 +08:00
parent e56172f814
commit 8ca3a179be

View File

@ -510,7 +510,7 @@ begin
end;
if PState = 0 then
begin
begin
OrdDate.DateTime := SGetServerDateTime(ADOTemp);
DlyDate.DateTime := OrdDate.DateTime;
OrdDefDate1.DateTime := OrdDate.DateTime;
@ -855,7 +855,7 @@ begin
FieldByName('JIAZhong').Value := StrToFloatdef((JIAZhong.Text), 0);
FieldByName('Szhiguan').Value := StrToFloatdef((Szhiguan.Text), 0);
FieldByName('SLBName').Value := ExtractFileName(trim(SLBName.Text));
FieldByName('SLBName').Value := '²¼À³¿ËÒÁ±êÇ©.rmf';
Post;
end;
Order_Sub.Edit;
@ -1076,7 +1076,10 @@ begin
begin
end;
if Trim(SLBName.Text) = '' then
begin
SLBName.text := '²¼À³¿ËÒÁ±êÇ©.rmf';
end;
if SaveData() then
begin
Application.MessageBox('±£´æ³É¹¦£¡', 'Ìáʾ', 0);