📄 pm_enter_poparent.dfm
字号:
inherited Frm_Pm_Enter_PoParent: TFrm_Pm_Enter_PoParent
Left = 196
Top = 103
Caption = '父项物料采购订单'
PixelsPerInch = 96
TextHeight = 12
inherited Pnl_Title: TPanel
Caption = '父项物料采购订单'
end
inherited Pnl_Head: TPanel
inherited Lbl_Condition: TLabel
Width = 24
Caption = '全部'
end
inherited Lbl_Order: TLabel
Width = 126
Caption = '采购订单号/约定开工日'
end
end
inherited Pnl_Hint: TPanel
object Label1: TLabel
Left = 16
Top = 8
Width = 60
Height = 12
Caption = '物料标识:'
end
object DBText1: TDBText
Left = 74
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'ItemFlag'
DataSource = DataSource
end
end
inherited Pnl_Body: TPanel
inherited DBGridEh: TDBGridEh
Columns = <
Item
FieldName = 'PoNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '采购订单号'
Width = 90
KeyList.Strings = ()
end
Item
FieldName = 'PoLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '订单行号'
Width = 55
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 70
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料描述'
Width = 70
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemFlag'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 200
KeyList.Strings = ()
end
Item
Alignment = tArightJustify
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 55
KeyList.Strings = ()
end
Item
FieldName = 'PoStArtWorkDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '约定开工日'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'PoLineDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '约定交货日'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'PoQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '约定交货量'
Width = 70
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 317
Top = 179
end
inherited AdoQry_Main: TAdoQuery
ConnectionString = ''
CurSorType = ctStatic
SQL.Strings = (
'Select PoLine.PoNo,PoLine.PoLineNo,Item.ItemCode,Item.ItemName, '
' Item.ItemCode+'#39' '#39'+Item.ItemName As ItemFlag,'
' Uom.UomName,PoLine.PoStArtWorkDate,PoLine.PoLineDate,' +
'PoLine.PoQty '
' From PoLine '
' Join Bom on Bom.ItemCode=PoLine.ItemCode '
' Join Item On Item.ItemCode=Bom.Ite_ItemCode '
' Join Uom On Item.UomCode=Uom.UomCode '
' '
' '
' ')
Left = 168
Top = 153
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -