📄 pm_qry_informalsspoinfo_d.dfm
字号:
inherited Frm_Pm_Qry_InformalSsPoInfo_D: TFrm_Pm_Qry_InformalSsPoInfo_D
Left = 131
Top = 104
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 = 59
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Width = 143
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'ldtime'
PickList.Strings = ()
Width = 46
KeyList.Strings = ()
end
Item
FieldName = 'PmBatch'
PickList.Strings = ()
Width = 33
KeyList.Strings = ()
end
Item
FieldName = 'CurrentonhandInv'
PickList.Strings = ()
KeyList.Strings = ()
end
Item
FieldName = 'ssdate'
PickList.Strings = ()
Width = 66
KeyList.Strings = ()
end
Item
FieldName = 'ssqty'
PickList.Strings = ()
KeyList.Strings = ()
end>
end
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 Informalss.ItemCode,'
' Item.ItemName,'
' Uom.UomName,'
' ldtime=Item.purchldtime,'
' Item.PmBatch,'
' Item.CurrentonhandInv,'
' Informalss.ssdate,'
' Informalss.ssqty'
'from Informalss(nolock),Item(nolock),Uom(nolock)'
'where Informalss.ItemCode=Item.ItemCode'
' and Item.UomCode=Uom.UomCode'
'')
object AdoQry_MainItemCode: TStringField
DisplayLabel = '物料代码'
FieldName = 'ItemCode'
Origin = '#tmpResult'
Size = 16
end
object AdoQry_MainItemName: TStringField
DisplayLabel = '物料描述'
FieldName = 'ItemName'
Origin = '#tmpResult'
Size = 60
end
object AdoQry_MainUomName: TStringField
DisplayLabel = '单位'
FieldName = 'UomName'
Origin = '#tmpResult'
Size = 10
end
object AdoQry_Mainldtime: TFloatField
DisplayLabel = '提前期'
FieldName = 'ldtime'
Origin = '#tmpResult'
end
object AdoQry_MainPmBatch: TIntegerField
DisplayLabel = '批量'
FieldName = 'PmBatch'
Origin = '#tmpResult'
end
object AdoQry_MainCurrentonhandInv: TFloatField
DisplayLabel = '当前库存量'
FieldName = 'CurrentonhandInv'
Origin = '#tmpResult'
end
object AdoQry_Mainssdate: TDateTimeField
DisplayLabel = '约定交货日'
FieldName = 'ssdate'
Origin = '#tmpResult'
end
object AdoQry_Mainssqty: TFloatField
DisplayLabel = '约定交货量'
FieldName = 'ssqty'
Origin = '#tmpResult'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -