Prechádzať zdrojové kódy

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

MaiXinRong 9 rokov pred
rodič
commit
01daee4521
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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;