|
|
@@ -178,17 +178,17 @@ const
|
|
|
// 累计数量变更计量 - 金额
|
|
|
(FieldName: 'AddQcTotalPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计单价变更计量 - 变更令
|
|
|
- (FieldName: 'AddQcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'AddQcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计单价变更计量 - 变更数量
|
|
|
- (FieldName: 'AddQcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'AddQcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计单价变更计量 - 数量
|
|
|
(FieldName: 'AddPcQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计单价变更计量 - 金额
|
|
|
(FieldName: 'AddPcTotalPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计单价变更计量 - 变更令
|
|
|
- (FieldName: 'AddPcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'AddPcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计单价变更计量 - 变更数量
|
|
|
- (FieldName: 'AddPcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'AddPcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计完成计量 - 数量
|
|
|
(FieldName: 'AddGatherQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 累计完成计量 - 金额
|
|
|
@@ -597,9 +597,9 @@ const
|
|
|
// 数量公式
|
|
|
(FieldName: 'QcFormula'; FieldType: ftString; Size: 200; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令
|
|
|
- (FieldName: 'QcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'QcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令数量
|
|
|
- (FieldName: 'QcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'QcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
//------------------ 本期单价变更计量 ----------------
|
|
|
// 数量
|
|
|
(FieldName: 'PcQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
@@ -610,9 +610,9 @@ const
|
|
|
// 数量公式
|
|
|
(FieldName: 'PcFormula'; FieldType: ftString; Size: 200; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令
|
|
|
- (FieldName: 'PcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'PcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令数量
|
|
|
- (FieldName: 'PcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'PcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
//------------------ 本期完成变更计量 ----------------
|
|
|
// 数量
|
|
|
(FieldName: 'GatherQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
@@ -629,18 +629,18 @@ const
|
|
|
// 金额
|
|
|
(FieldName: 'EndQcTotalPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令
|
|
|
- (FieldName: 'EndQcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'EndQcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令数量
|
|
|
- (FieldName: 'EndQcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'EndQcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
//---------------- 截止本期单价变更计量 ----------------
|
|
|
// 数量
|
|
|
(FieldName: 'EndPcQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 金额
|
|
|
(FieldName: 'EndPcTotalPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令
|
|
|
- (FieldName: 'EndPcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'EndPcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令数量
|
|
|
- (FieldName: 'EndPcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'EndPcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
//------------------ 截止本期完成计量 ----------------
|
|
|
// 数量
|
|
|
(FieldName: 'EndGatherQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
@@ -657,18 +657,18 @@ const
|
|
|
// 金额
|
|
|
(FieldName: 'PreQcTotalPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令
|
|
|
- (FieldName: 'PreQcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'PreQcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令数量
|
|
|
- (FieldName: 'PreQcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'PreQcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
//---------------- 截止上期单价变更计量 ----------------
|
|
|
// 数量
|
|
|
(FieldName: 'PrePcQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 金额
|
|
|
(FieldName: 'PrePcTotalPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令
|
|
|
- (FieldName: 'PrePcBGLCode'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'PrePcBGLCode'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更令数量
|
|
|
- (FieldName: 'PrePcBGLNum'; FieldType: ftString; Size: 50; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'PrePcBGLNum'; FieldType: ftMemo; Size: 60535; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
//------------------ 截止上期完成计量 ----------------
|
|
|
// 数量
|
|
|
(FieldName: 'PreGatherQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|