Browse Source

编号、名称、单位输入判断

MaiXinRong 9 years atrás
parent
commit
01daee4521
1 changed files with 0 additions and 1 deletions
  1. 0 1
      DataModules/BillsMeasureDm.pas

+ 0 - 1
DataModules/BillsMeasureDm.pas

@@ -430,7 +430,6 @@ begin
   if not CheckValidData then
     Allow := False;
   if not Allow then Exit;
-  if (AValue.AsString = Text) or ((AValue.AsFloat = 0) and (Text = '')) then Exit;
 
   CheckLockedData;
   if not Allow then Exit;