📄 inv_salematerialaudit_h.dfm
字号:
inherited Frm_Inv_SaleMaterialAudit_H: TFrm_Inv_SaleMaterialAudit_H
Left = -30
Top = 62
Caption = '材料销售发货单仓库核定'
ClientHeight = 465
ClientWidth = 748
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 748
end
inherited Pnl_Title: TPanel
Width = 748
Caption = '材料销售发货单仓库核定'
end
inherited Pnl_Head: TPanel
Width = 748
inherited Lbl_Order: TLabel
Width = 36
Caption = '单据号'
end
end
inherited Pnl_Hint: TPanel
Top = 456
Width = 748
end
inherited Pnl_Body: TPanel
Width = 748
Height = 359
inherited DBGridEh: TDBGridEh
Width = 748
Height = 359
Columns = <
Item
FieldName = 'InvBillWHChck'
PickList.Strings = (
'未核定'
'已核定')
Title.Alignment = taCenter
Title.Caption = '核定状态'
Width = 58
KeyList.Strings = (
'0'
'1')
end
Item
FieldName = 'WHCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库'
Width = 115
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据号'
Width = 76
KeyList.Strings = ()
end
Item
FieldName = 'InvBillDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据日期'
Width = 73
KeyList.Strings = ()
end
Item
FieldName = 'CustomerCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户代码'
Width = 72
KeyList.Strings = ()
end
Item
FieldName = 'CustomerName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户描述'
Width = 170
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位'
Width = 150
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Head: TAdoQuery
SQL.Strings = (
'Select InvOutBill.WHCode+'#39' '#39'+Warehouse.WHName As WHCodeName,'
' InvOutBill.WHCode,'
' InvOutBill.InvBillWHChck,'
' Warehouse.WHName,'
' InvOutBill.InvBillNo,'
' InvOutBill.InvBillId,'
' InvOutBill.InvBillTAXRATE,'
' InvOutBill.InvBillDate,'
' InvOutBill.CustomerCode,'
' Customer.CustomerName,'
' InvOutBill.InvBillWHChck,'
' InvOutBill.WhPositionCode+'#39' '#39'+WhPosition.WhPositionName As WHP' +
'ositionCodeName,'
' InvOutBill.WhPositionCode,'
' InvOutBill.InvBillRemArk,'
' WhPosition.WhPositionName'
'From InvOutBill'
' Left Outer Join Warehouse On InvOutBill.WHCode=Warehouse.WHCod' +
'e'
' Left Outer Join Customer On InvOutBill.CustomerCode=Customer.C' +
'ustomerCode'
' Left Outer Join WhPosition On'
' InvOutBill.WhPositionCode=WhPosition.WhPositionCode')
object AdoQry_HeadInvBillNo: TStringField
FieldName = 'InvBillNo'
Origin = 'InvOutBill'
Size = 10
end
object AdoQry_HeadInvBillId: TBCDField
FieldName = 'InvBillId'
Origin = 'InvOutBill'
ReadOnly = True
Precision = 18
Size = 0
end
object AdoQry_HeadInvBillTAXRATE: TFloatField
FieldName = 'InvBillTAXRATE'
Origin = 'InvOutBill'
end
object AdoQry_HeadInvBillDate: TDateTimeField
FieldName = 'InvBillDate'
Origin = 'InvOutBill'
end
object AdoQry_HeadCustomerCode: TStringField
FieldName = 'CustomerCode'
Origin = 'InvOutBill'
Size = 12
end
object AdoQry_HeadCustomerName: TStringField
FieldName = 'CustomerName'
Origin = 'Customer'
Size = 60
end
object AdoQry_HeadWhPositionCodeName: TStringField
FieldName = 'WhPositionCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadWhPositionCode: TStringField
FieldName = 'WhPositionCode'
Origin = 'InvOutBill'
Size = 4
end
object AdoQry_HeadInvBillRemArk: TStringField
FieldName = 'InvBillRemArk'
Origin = 'InvOutBill'
Size = 60
end
object AdoQry_HeadWhPositionName: TStringField
FieldName = 'WhPositionName'
Origin = 'WhPosition'
Size = 40
end
object AdoQry_HeadWHCodeName: TStringField
FieldName = 'WHCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadWHCode: TStringField
FieldName = 'WHCode'
Origin = 'Customer'
Size = 4
end
object AdoQry_HeadWHName: TStringField
FieldName = 'WHName'
Origin = 'Warehouse'
Size = 40
end
object AdoQry_HeadInvBillWHChck: TIntegerField
FieldName = 'InvBillWHChck'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -