This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-12-02 17:23:05 +08:00
parent c864fdd11e
commit 23ae06159c

View File

@ -1631,9 +1631,9 @@ begin
Exit;
end;
end;
if (strtofloatdef(trim(MJLen.Text), 0) > 200) then
if (strtofloatdef(trim(MJLen.Text), 0) > 400) then
begin
application.MessageBox('长度不能大于200', '提示信息', 0);
application.MessageBox('长度不能大于400', '提示信息', 0);
exit;
end;
if Trim(Edit6.Text) <> '' then