|
@@ -1252,13 +1252,13 @@ procedure TProjectData.ImportCloudTenderFile(const AFileName: string);
|
|
|
' OrgQuantity, OrgTotalPrice, MisQuantity, MisTotalPrice, OthQuantity, OthTotalPrice,' +
|
|
|
' CalcType,' +
|
|
|
' DgnQuantity1, DgnQuantity2,'+
|
|
|
- ' Peg, DrawingCode, MemoStr, HasBookMark, MarkMemo)'+
|
|
|
+ ' Peg, DrawingCode, MemoStr, HasBookMark, MarkMemo, ApprovalCode)'+
|
|
|
' Select ID, ParentID, NextSiblingID,'+
|
|
|
' Code, B_Code, Name, Units, Alias, Price, NewPrice,' +
|
|
|
' OrgQuantity, OrgTotalPrice, MisQuantity, MisTotalPrice, OthQuantity, OthTotalPrice,' +
|
|
|
' CalcType,' +
|
|
|
' DgnQuantity1, DgnQuantity2,'+
|
|
|
- ' Peg, DrawingCode, MemoStr, HasBookMark, MarkMemo'+
|
|
|
+ ' Peg, DrawingCode, MemoStr, HasBookMark, MarkMemo, ApprovalCode'+
|
|
|
' From Bills In ''%s''';
|
|
|
|
|
|
sDealBillsSql = 'Insert Into DealBills Select ID, B_Code, Name, Units, Price, Quantity, TotalPrice'+
|