上一个问题
This commit is contained in:
parent
00f54c2e8c
commit
8baa4ca5cf
|
@ -1787,11 +1787,7 @@ begin
|
|||
// application.MessageBox('重量不能小于10!', '提示信息', 0);
|
||||
// exit;
|
||||
// end;
|
||||
if (strtofloatdef(trim(MJMaoZ.Text), 0) < 10) then
|
||||
begin
|
||||
application.MessageBox('毛重不能小于10!', '提示信息', 0);
|
||||
exit;
|
||||
end;
|
||||
|
||||
if (Trim(Edit9.Text) = '√') then
|
||||
begin
|
||||
if (strtofloatdef(trim(mjqty4.Text), 0) < 10) then
|
||||
|
@ -1799,6 +1795,11 @@ begin
|
|||
application.MessageBox('净重不能小于10!', '提示信息', 0);
|
||||
exit;
|
||||
end;
|
||||
if (strtofloatdef(trim(MJMaoZ.Text), 0) < 10) then
|
||||
begin
|
||||
application.MessageBox('毛重不能小于10!', '提示信息', 0);
|
||||
exit;
|
||||
end;
|
||||
end;
|
||||
|
||||
if Trim(FAPID) = '' then
|
||||
|
|
Loading…
Reference in New Issue
Block a user