📄 mrp_enter_moparent.dfm
字号:
inherited Frm_Mrp_Enter_MoParent: TFrm_Mrp_Enter_MoParent
Left = 186
Top = 106
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 = 'MoNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '生产订单号'
Width = 90
KeyList.Strings = ()
end
Item
FieldName = 'MoLineNo'
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
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 55
KeyList.Strings = ()
end
Item
FieldName = 'MoStArtWorkDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '约定开工日'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'MoLineDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '约定交货日'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'MoQty'
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 MoLine.MoNo,MoLine.MoLineNo,Item.ItemCode,Item.ItemName, '
' Item.ItemCode+'#39' '#39'+Item.ItemName As ItemFlag,'
' Uom.UomName,MoLine.MoStArtWorkDate,MoLine.MoLineDate,' +
'MoLine.MoQty '
' From MoLine '
' Join Bom on Bom.ItemCode=MoLine.ItemCode '
' Join Item On Item.ItemCode=Bom.Ite_ItemCode '
' Join Uom On Item.UomCode=Uom.UomCode '
' '
' '
' ')
Left = 224
Top = 217
object AdoQry_MainMoNo: TStringField
FieldName = 'MoNo'
Origin = 'MoLine'
Size = 16
end
object AdoQry_MainMoLineNo: TIntegerField
FieldName = 'MoLineNo'
Origin = 'MoLine'
end
object AdoQry_MainItemCode: TStringField
FieldName = 'ItemCode'
Origin = 'MoLine'
Size = 16
end
object AdoQry_MainItemName: TStringField
FieldName = 'ItemName'
Origin = 'Item'
Size = 60
end
object AdoQry_MainItemFlag: TStringField
FieldName = 'ItemFlag'
ReadOnly = True
Size = 77
end
object AdoQry_MainUomName: TStringField
FieldName = 'UomName'
Origin = 'Uom'
Size = 10
end
object AdoQry_MainMoStArtWorkDate: TDateTimeField
FieldName = 'MoStArtWorkDate'
Origin = 'MoLine'
end
object AdoQry_MainMoLineDate: TDateTimeField
FieldName = 'MoLineDate'
Origin = 'MoLine'
end
object AdoQry_MainMoQty: TFloatField
FieldName = 'MoQty'
Origin = 'MoLine'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -