📄 sfc_mnoutbilllistqry.dfm
字号:
inherited Frm_Sfc_MnOutBillListQry: TFrm_Sfc_MnOutBillListQry
Left = 190
Top = 114
Caption = '车间生产领料制单查询'
ClientHeight = 553
ClientWidth = 800
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 800
end
inherited Pnl_Title: TPanel
Width = 800
Caption = '车间生产领料制单查询'
inherited Image2: TImage
Width = 800
end
end
inherited Pnl_Head: TPanel
Width = 800
inherited Image1: TImage
Width = 800
end
inherited Lbl_Order: TLabel
Width = 66
Caption = '日期/单据号'
end
end
inherited Pnl_Hint: TPanel
Top = 527
Width = 800
inherited Image4: TImage
Width = 800
end
object Label1: TLabel
Left = 8
Top = 8
Width = 96
Height = 12
Caption = '当前行物料描述:'
end
object DBText1: TDBText
Left = 104
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'ItemName'
DataSource = DataSource
end
end
inherited Pnl_Body: TPanel
Width = 800
Height = 430
inherited Image3: TImage
Width = 800
Height = 430
end
inherited DBGridEh: TDBGridEh
Width = 800
Height = 430
OnDblClick = Act_LookExecute
Columns = <
Item
FieldName = 'InvBillDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '日期'
Width = 66
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据号'
Width = 67
KeyList.Strings = ()
end
Item
FieldName = 'MoNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '生产订单号'
Width = 72
KeyList.Strings = ()
end
Item
FieldName = 'MoLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '生产订单行号'
Width = 77
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 125
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料名称'
Width = 250
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 250
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode2'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '参考码'
Width = 60
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 50
KeyList.Strings = ()
end
Item
FieldName = 'InvBillSfcQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'ShiftType'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '班别'
Width = 54
KeyList.Strings = ()
end
Item
FieldName = 'OverPlan'
PickList.Strings = (
''
'是')
Title.Alignment = taCenter
Title.Caption = '超订单'
Width = 44
KeyList.Strings = (
'0'
'1')
end
Item
FieldName = 'EmployeeCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '录入员代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '录入员名称'
Width = 63
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '录入员'
Width = 104
KeyList.Strings = ()
end
Item
FieldName = 'BatchNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 59
KeyList.Strings = ()
end
Item
FieldName = 'BomRemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = 'Bom备注'
Width = 172
KeyList.Strings = ()
end
Item
FieldName = 'BillLineRemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '行备注'
Width = 162
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 309
Top = 155
end
inherited ActionList: TActionList
Top = 208
inherited Act_Look: TAction
Enabled = True
Visible = True
OnExecute = Act_LookExecute
end
end
inherited AdoQry_Main: TAdoQuery
ConnectionString = ''
CurSorType = ctStatic
SQL.Strings = (
'Select InvOutBill.InvBillDate'
' ,InvOutBill.InvBillId'
' ,InvOutBill.InvBillNo'
' ,InvOutBill.MoNo'
' ,InvOutBill.WHCode'
' ,InvOutBillLine.MoLineNo'
' ,InvOutBillLine.ItemCode'
' ,InvOutBill.ShiftType'
' ,Item.ItemName'
' ,Item.ItemCode2'
' ,InvOutBillLine.ItemCode+'#39' '#39'+Item.ItemName As ItemCodeName'
' ,Uom.UomName'
' ,InvOutBillLine.InvBillSfcQty'
' ,InvOutBill.EmployeeCode'
' ,Employee.EmployeeName'
' ,InvOutBill.EmployeeCode+'#39' '#39'+Employee.EmployeeName As Employ' +
'eeCodeName'
' ,InvOutBillLine.BatchNo'
' ,InvOutBillLine.BillLineRemArk,'
' InvOutBillLine.BomRemArk '
' From InvOutBillLine'
' Join InvOutBill On InvOutBillLine.InvBillId=InvOutBill.InvB' +
'illId'
' Join Item On InvOutBillLine.ItemCode=Item.ItemCode'
' Join Uom On Item.UomCode=Uom.UomCode'
' Join Employee On InvOutBill.EmployeeCode=Employee.EmployeeC' +
'ode')
Left = 176
Top = 233
end
inherited DataSource: TDataSource
Left = 376
Top = 145
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -