Explorar el Código

1. 中间计量,计量汇总模式,应提示当前模式

MaiXinRong hace 7 años
padre
commit
925d8c6dff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Frames/ZJJLFme.pas

+ 1 - 0
Frames/ZJJLFme.pas

@@ -188,6 +188,7 @@ begin
   case iType of
     0: labTitle.Caption := '中间计量(0号台账)';
     1: labTitle.Caption := '中间计量(总量控制)';
+    2: labTitle.Caption := '中间计量(计量汇总)';
   end;
 end;