📄 pm_qry_sspoinfo_d.dfm
字号:
inherited Frm_Pm_Qry_SsPoInfo_D: TFrm_Pm_Qry_SsPoInfo_D
Left = 127
Top = 102
Caption = '采购建议(日/周/月)查询'
FormStyle = fsMDIChild
Visible = True
Windowstate = wsMaximized
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
Columns = <
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Width = 62
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Width = 140
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Width = 32
KeyList.Strings = ()
end
Item
FieldName = 'ldtime'
PickList.Strings = ()
Width = 41
KeyList.Strings = ()
end
Item
FieldName = 'PmBatch'
PickList.Strings = ()
Width = 42
KeyList.Strings = ()
end
Item
FieldName = 'CurrentonhandInv'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'ssdate'
PickList.Strings = ()
Width = 62
KeyList.Strings = ()
end
Item
FieldName = 'ssqty'
PickList.Strings = ()
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
Top = 144
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=NT2'
CurSorType = ctStatic
SQL.Strings = (
'select ss.ItemCode,'
' Item.ItemName,'
' Uom.UomName,'
' ldtime=Item.purchldtime,'
' Item.PmBatch,'
' Item.CurrentonhandInv,'
' ss.ssdate,'
' ss.ssqty'
'from ss(nolock),Item(nolock),Uom(nolock)'
'where ss.ItemCode=Item.ItemCode'
' and Item.UomCode=Uom.UomCode')
Top = 153
object AdoQry_MainItemCode: TStringField
DisplayLabel = '物料代码'
FieldName = 'ItemCode'
Origin = '#tmp'
Size = 16
end
object AdoQry_MainItemName: TStringField
DisplayLabel = '物料描述'
FieldName = 'ItemName'
Origin = '#tmp'
Size = 60
end
object AdoQry_MainUomName: TStringField
DisplayLabel = '单位'
FieldName = 'UomName'
Origin = '#tmp'
Size = 10
end
object AdoQry_Mainldtime: TFloatField
DisplayLabel = '提前期'
FieldName = 'ldtime'
Origin = '#tmp'
end
object AdoQry_MainPmBatch: TIntegerField
DisplayLabel = '批量'
FieldName = 'PmBatch'
Origin = '#tmp'
end
object AdoQry_MainCurrentonhandInv: TFloatField
DisplayLabel = '当前库存量'
FieldName = 'CurrentonhandInv'
Origin = '#tmp'
end
object AdoQry_Mainssdate: TDateTimeField
DisplayLabel = '约定交货日'
FieldName = 'ssdate'
Origin = '#tmp'
end
object AdoQry_Mainssqty: TFloatField
DisplayLabel = '约定交货量'
FieldName = 'ssqty'
Origin = '#tmp'
end
end
inherited DataSource: TDataSource
Left = 352
Top = 137
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -