~
This commit is contained in:
parent
eedb221e4d
commit
bb22952f38
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user