This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-09-29 09:27:53 +08:00
parent eedb221e4d
commit bb22952f38

View File

@ -1730,6 +1730,10 @@ begin
// application.MessageBox('长度超出200不能提交', '提示');
exit;
end;
if (strtofloatdef(trim(MJMaoZ.Text), 0) > 100) then
begin
exit;
end;
if Trim(Edit14.Text) = '' then
begin