~
This commit is contained in:
parent
eedb221e4d
commit
bb22952f38
|
@ -1730,6 +1730,10 @@ begin
|
||||||
// application.MessageBox('长度超出200不能提交', '提示');
|
// application.MessageBox('长度超出200不能提交', '提示');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
if (strtofloatdef(trim(MJMaoZ.Text), 0) > 100) then
|
||||||
|
begin
|
||||||
|
exit;
|
||||||
|
end;
|
||||||
if Trim(Edit14.Text) = '' then
|
if Trim(Edit14.Text) = '' then
|
||||||
begin
|
begin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user