📄 inv_purchaseinbilllistqry.dfm
字号:
inherited Frm_Inv_PurchaseInBillListQry: TFrm_Inv_PurchaseInBillListQry
Left = 4
Top = 61
Caption = '采购入库单列表查询'
ClientHeight = 478
ClientWidth = 774
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 774
end
inherited Pnl_Title: TPanel
Width = 774
Caption = '采购入库单列表查询'
end
inherited Pnl_Head: TPanel
Width = 774
inherited Lbl_Order: TLabel
Width = 66
Caption = '日期,单据号'
end
end
inherited Pnl_Hint: TPanel
Top = 452
Width = 774
object Label1: TLabel
Left = 24
Top = 8
Width = 84
Height = 12
Caption = '当前物料描述:'
end
object DBText1: TDBText
Left = 112
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'ItemCodeName'
DataSource = DataSource
end
object Label9: TLabel
Left = 512
Top = 8
Width = 6
Height = 12
end
end
inherited Pnl_Body: TPanel
Width = 774
Height = 355
inherited DBGridEh: TDBGridEh
Width = 774
Height = 355
OnDblClick = Act_LookExecute
FrozenCols = 3
Columns = <
Item
FieldName = 'InvBillDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '日期'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据号'
KeyList.Strings = ()
end
Item
FieldName = 'VendorCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '供应商标识'
Width = 150
KeyList.Strings = ()
end
Item
FieldName = 'PONo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '采购订单号'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'POLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '订单行号'
Width = 50
KeyList.Strings = ()
end
Item
FieldName = 'WHName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库'
Width = 100
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'ItemCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 248
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 56
KeyList.Strings = ()
end
Item
FieldName = 'InvBillQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
KeyList.Strings = ()
end
Item
FieldName = 'CurrencyCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货币'
Width = 63
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxPriceC'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '外币价'
Width = 52
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxAmountC'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '外币金额'
Width = 77
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxPrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税价'
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税金额'
KeyList.Strings = ()
end
Item
FieldName = 'OverPlan'
PickList.Strings = (
''
'是')
Title.Alignment = taCenter
Title.Caption = '超订单'
Width = 44
KeyList.Strings = (
'0'
'1')
end
Item
FieldName = 'wh_EmployeeCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓管员'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'Stk_EmployeeCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '核价员'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'BatchNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 100
KeyList.Strings = ()
end
Item
FieldName = 'BilllineremArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 150
KeyList.Strings = ()
end
Item
Alignment = taCenter
FieldName = 'Valuation'
PickList.Strings = (
'否'
'是')
Title.Alignment = taCenter
Title.Caption = '暂估价'
Width = 45
KeyList.Strings = (
'0'
'1'
'')
Checkboxes = False
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 333
Top = 147
end
inherited ActionList: TActionList
Top = 176
inherited Act_Look: TAction
Enabled = True
ShortCut = 16462
Visible = True
OnExecute = Act_LookExecute
end
end
inherited AdoQry_Main: TAdoQuery
ConnectionString = ''
CurSorType = ctStatic
SQL.Strings = (
'Select '
'InvInBill.InvBillDate, '
'InvInBill.InvBillNo,'
' InvInBill.VendorCode+'#39' '#39'+Vendor.VendorName As VendorCodeName,'
'Warehouse.whCode,'
' Warehouse.whCode+'#39' '#39'+Warehouse.WHName AS WHName ,'
' InvInBill.PONo,'
' InvInBillLine.POLineNo,'
' InvInBillLine.BilllineremArk,'
' InvInBillLine.ItemCode,'
' InvInBillline.Valuation,'
'InvInBillLine.ItemCode+'#39' '#39'+Item.ItemName as ItemCodeName,'
' Uom.UomName,'
' InvInBillLine.InvBillQty,'
' InvInBillLine.InvBillNoTaxPrice, '
'InvInBillLine.InvBillNoTaxAmount,'
'InvInBill.CurrencyCode+'#39' '#39'+Currency.CurrencyName As CurrencyCode' +
'Name,'
' InvInBillLine.InvBillNoTaxPriceC,'
' InvInBillLine.InvBillNoTaxAmountC,'
' InvInBill.EmployeeCode+'#39' '#39'+Employee.EmployeeName As EmployeeCod' +
'eName,'
' InvInBillLine.BatchNo '
'From InvInBillLine '
'Left Outer Join Item On InvInBillLine.ItemCode=Item.ItemCode '
' Left Outer Join Uom On Item.UomCode=Uom.UomCode, InvInBill '
'Left Outer Join Dept On InvInBill.DeptCode=Dept.DeptCode '
'Left Outer Join Vendor On InvInBill.VendorCode=Vendor.VendorCode' +
' '
'Left Outer Join Employee On InvInBill.EmployeeCode=Employee.Emp' +
'loyeeCode '
'Left Outer Join Currency on Currency.CurrencyCode=InvInBill.Curr' +
'encyCode '
'left outer join Warehouse on InvInBill.WHCode=Warehouse.WhCode '
'where (InvInBillLine.InvBillId=InvInBill.InvBillId)')
Left = 296
Top = 153
end
inherited DataSource: TDataSource
Left = 368
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -