瀏覽代碼

Bug #865 中间计量窗口,右键--定位至台账,应定位计量台账界面

MaiXinRong 9 年之前
父節點
當前提交
0a2f7c5d1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DataModules/ZJJLDm.pas

+ 1 - 1
DataModules/ZJJLDm.pas

@@ -541,7 +541,7 @@ begin
   with TProjectData(TPhaseData(FPhaseData).ProjectData) do
   with TProjectData(TPhaseData(FPhaseData).ProjectData) do
   begin
   begin
     Rec := BillsData.sddBills.FindKey('idxID', cdsZJJLViewBillsID.AsInteger);
     Rec := BillsData.sddBills.FindKey('idxID', cdsZJJLViewBillsID.AsInteger);
-    BillsCompileData.sdvBillsCompile.LocateInControl(Rec);
+    BillsMeasureData.sdvBillsMeasure.LocateInControl(Rec);
   end;
   end;
 end;
 end;