~
This commit is contained in:
parent
6f5022ffa1
commit
aa81285e79
|
@ -1593,6 +1593,11 @@ begin
|
|||
application.MessageBox('长度或者重量不能都为零!', '提示信息', 0);
|
||||
exit;
|
||||
end;
|
||||
if (strtofloatdef(trim(MJMaoZ.Text), 0) < 5) then
|
||||
begin
|
||||
application.MessageBox('重量不能小于5,请检查下称的数据!', '提示信息', 0);
|
||||
exit;
|
||||
end;
|
||||
|
||||
if Trim(FAPID) = '' then
|
||||
Exit;
|
||||
|
|
Loading…
Reference in New Issue
Block a user