瀏覽代碼

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

MaiXinRong 9 年之前
父節點
當前提交
01daee4521
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;