|
@@ -47,26 +47,29 @@ type
|
|
|
dspBGL: TDataSetProvider;
|
|
|
cdsBGL: TClientDataSet;
|
|
|
cdsBGLID: TIntegerField;
|
|
|
- cdsBGLTotalPrice: TFloatField;
|
|
|
- cdsBGLName: TWideStringField;
|
|
|
cdsBGLCode: TWideStringField;
|
|
|
- cdsBGLPos_Reason: TWideStringField;
|
|
|
- cdsBGLDirection: TWideStringField;
|
|
|
+ cdsBGLName: TWideStringField;
|
|
|
+ cdsBGLTotalPrice: TFloatField;
|
|
|
+ cdsBGLPos_Reason: TMemoField;
|
|
|
+ cdsBGLDirection: TMemoField;
|
|
|
cdsBGLDrawingCode: TWideStringField;
|
|
|
cdsBGLLocked: TBooleanField;
|
|
|
cdsBGLApprovalCode: TWideStringField;
|
|
|
cdsBGLCreatePhaseID: TIntegerField;
|
|
|
+ cdsBGLExecutionRate: TFloatField;
|
|
|
+
|
|
|
cdsBGLView: TClientDataSet;
|
|
|
cdsBGLViewID: TIntegerField;
|
|
|
+ cdsBGLViewCode: TWideStringField;
|
|
|
cdsBGLViewName: TWideStringField;
|
|
|
cdsBGLViewTotalPrice: TFloatField;
|
|
|
- cdsBGLViewCode: TWideStringField;
|
|
|
- cdsBGLViewPos_Reason: TWideStringField;
|
|
|
- cdsBGLViewDirection: TWideStringField;
|
|
|
+ cdsBGLViewPos_Reason: TMemoField;
|
|
|
+ cdsBGLViewDirection: TMemoField;
|
|
|
cdsBGLViewDrawingCode: TWideStringField;
|
|
|
cdsBGLViewLocked: TBooleanField;
|
|
|
cdsBGLViewApprovalCode: TWideStringField;
|
|
|
cdsBGLViewCreatePhaseID: TIntegerField;
|
|
|
+ cdsBGLViewExecutionRate: TFloatField;
|
|
|
|
|
|
dsBGL: TDataSource;
|
|
|
|
|
@@ -83,6 +86,7 @@ type
|
|
|
cdsBGBillsTotalPrice: TFloatField;
|
|
|
cdsBGBillsUsedQuantity: TFloatField;
|
|
|
cdsBGBillsLocked: TBooleanField;
|
|
|
+
|
|
|
cdsBGBillsView: TClientDataSet;
|
|
|
cdsBGBillsViewID: TIntegerField;
|
|
|
cdsBGBillsViewBGID: TIntegerField;
|
|
@@ -94,8 +98,6 @@ type
|
|
|
cdsBGBillsViewTotalPrice: TFloatField;
|
|
|
cdsBGBillsViewUsedQuantity: TFloatField;
|
|
|
cdsBGBillsViewLocked: TBooleanField;
|
|
|
- cdsBGLExecutionRate: TFloatField;
|
|
|
- cdsBGLViewExecutionRate: TFloatField;
|
|
|
procedure cdsBGBillsViewAfterInsert(DataSet: TDataSet);
|
|
|
procedure cdsBGBillsViewAfterPost(DataSet: TDataSet);
|
|
|
procedure cdsBGBillsViewQuantityChange(Sender: TField);
|