|
@@ -331,7 +331,7 @@ const
|
|
|
|
|
|
{变更令}
|
|
|
SBGL = 'BGL';
|
|
|
- tdBGL: array [0..10] of TScFieldDef =(
|
|
|
+ tdBGL: array [0..11] of TScFieldDef =(
|
|
|
(FieldName: 'ID'; FieldType: ftInteger; Size: 0; Precision: 0; NotNull: True; PrimaryKey: True; ForceUpdate: False),
|
|
|
// 变更令号
|
|
|
(FieldName: 'Code'; FieldType: ftString; Size: 50; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
@@ -344,7 +344,7 @@ const
|
|
|
// 变更工程量说明
|
|
|
(FieldName: 'Direction'; FieldType: ftMemo; Size: 60535; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 锁定 -- 废弃,不再使用
|
|
|
- //(FieldName: 'Locked'; FieldType: ftBoolean; Size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'Locked'; FieldType: ftBoolean; Size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 变更图号
|
|
|
(FieldName: 'DrawingCode'; FieldType: ftString; Size: 50; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 批准文号
|
|
@@ -358,7 +358,7 @@ const
|
|
|
);
|
|
|
|
|
|
SBGBills = 'BGBills';
|
|
|
- tdBGBills: array [0..8] of TScFieldDef =(
|
|
|
+ tdBGBills: array [0..9] of TScFieldDef =(
|
|
|
(FieldName: 'ID'; FieldType: ftInteger; Size: 0; Precision: 0; NotNull: True; PrimaryKey: True; ForceUpdate: False),
|
|
|
(FieldName: 'BGID'; FieldType: ftInteger; Size: 0; Precision: 0; NotNull: True; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 清单编号
|
|
@@ -374,9 +374,9 @@ const
|
|
|
// 金额
|
|
|
(FieldName: 'TotalPrice'; FieldType: ftDouble; Size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 已变更数量
|
|
|
- (FieldName: 'UsedQuantity'; FieldType: ftDouble; Size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False)
|
|
|
+ (FieldName: 'UsedQuantity'; FieldType: ftDouble; Size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 锁定 -- 废弃,不再使用
|
|
|
- //(FieldName: 'Locked'; FieldType: ftBoolean; Size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False)
|
|
|
+ (FieldName: 'Locked'; FieldType: ftBoolean; Size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False)
|
|
|
);
|
|
|
|
|
|
{项目属性}
|