📄 pm_qry_informalsspoinfo_h.dfm
字号:
inherited Frm_Pm_Qry_InformalSsPoInfo_H: TFrm_Pm_Qry_InformalSsPoInfo_H
Left = 284
Top = 129
Caption = '模拟采购建议(日/周/月)'
Windowstate = wsMaximized
OnDestroy = FormDestroy
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 = 48
Caption = '物料代码'
end
end
inherited Pnl_Body: TPanel
inherited DBGridEh: TDBGridEh
ReadOnly = False
Columns = <
Item
FieldName = 'ItemCode'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Width = 151
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'ldtime'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'PmBatch'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'CurrentonhandInv'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'TotalType'
PickList.Strings = (
'日'
'周'
'月')
Width = 67
KeyList.Strings = (
'日'
'周'
'月')
DblClickNextVal = True
end>
end
end
inherited AdoQry_Head: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=NT2;Use Proc' +
'edure for Prepare=1;Auto Translate=True;Packet Size=4096;Worksta' +
'tion ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'select Item.ItemCode,'
' Item.ItemName,'
' Uom.UomName,'
' ldtime=purchldtime,'
' PmBatch,'
' CurrentonhandInv,'
' TotalType=Item.UomCode'
'from Item'
' left outer join Uom on Item.UomCode=Uom.UomCode'
'where 1=0')
Left = 248
Top = 217
object AdoQry_HeadItemCode: TStringField
DisplayLabel = '物料代码'
FieldName = 'ItemCode'
Origin = '#tmp3'
ReadOnly = True
Size = 16
end
object AdoQry_HeadItemName: TStringField
DisplayLabel = '物料描述'
FieldName = 'ItemName'
Origin = '#tmp3'
ReadOnly = True
Size = 60
end
object AdoQry_HeadUomName: TStringField
DisplayLabel = '单位'
FieldName = 'UomName'
Origin = '#tmp3'
ReadOnly = True
Size = 10
end
object AdoQry_Headldtime: TFloatField
DisplayLabel = '提前期'
FieldName = 'ldtime'
Origin = '#tmp3'
ReadOnly = True
end
object AdoQry_HeadCurrentonhandInv: TFloatField
DisplayLabel = '当前可用库存'
FieldName = 'CurrentonhandInv'
Origin = '#tmp3'
ReadOnly = True
end
object AdoQry_HeadTotalType: TStringField
DisplayLabel = '统计类型'
FieldName = 'TotalType'
Origin = '#tmp3'
Size = 4
end
object AdoQry_HeadPmBatch: TIntegerField
DisplayLabel = '批量'
FieldName = 'PmBatch'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -