📄 pm_qry_sspoinfo_h.dfm
字号:
inherited Frm_Pm_Qry_SsPoInfo_H: TFrm_Pm_Qry_SsPoInfo_H
Left = 174
Top = 96
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 = ()
Width = 76
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Width = 176
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Width = 30
KeyList.Strings = ()
end
Item
FieldName = 'ldtime'
PickList.Strings = ()
Width = 43
KeyList.Strings = ()
end
Item
FieldName = 'PmBatch'
PickList.Strings = ()
Width = 36
KeyList.Strings = ()
end
Item
FieldName = 'CurrentonhandInv'
PickList.Strings = ()
Width = 77
KeyList.Strings = ()
end
Item
FieldName = 'TotalType'
PickList.Strings = (
'日'
'周'
'月')
Width = 62
KeyList.Strings = (
'日'
'周'
'月')
DblClickNextVal = True
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 413
Top = 163
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'
'')
Left = 240
Top = 233
object AdoQry_HeadItemCode: TStringField
DisplayLabel = '物料代码'
FieldName = 'ItemCode'
Origin = '#tmp'
Size = 16
end
object AdoQry_HeadItemName: TStringField
DisplayLabel = '物料描述'
FieldName = 'ItemName'
Origin = '#tmp'
Size = 60
end
object AdoQry_HeadUomName: TStringField
DisplayLabel = '单位'
FieldName = 'UomName'
Origin = '#tmp'
Size = 10
end
object AdoQry_Headldtime: TFloatField
DisplayLabel = '提前期'
FieldName = 'ldtime'
Origin = '#tmp'
end
object AdoQry_HeadCurrentonhandInv: TFloatField
DisplayLabel = '当前可用库存'
FieldName = 'CurrentonhandInv'
Origin = '#tmp'
end
object AdoQry_HeadTotalType: TStringField
DisplayLabel = '统计类型'
FieldName = 'TotalType'
KeyFields = 'TotalType'
Origin = '#tmp'
Size = 2
end
object AdoQry_HeadPmBatch: TIntegerField
DisplayLabel = '批量'
FieldName = 'PmBatch'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -