📄 inv_fromcheckin.dfm
字号:
inherited Frm_Inv_FromCheckIn: TFrm_Inv_FromCheckIn
Left = 6
Top = 102
Caption = ''
ClientHeight = 527
ClientWidth = 793
Windowstate = wsMaximized
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 793
inherited ToolBar: TToolBar
inherited TlBtn_Modify: TToolButton
Hint = '产生单据(F8)'
Action = Act_auto
Enabled = False
Visible = False
end
inherited ToolButton2: TToolButton
Enabled = False
Visible = False
end
end
end
inherited Pnl_Title: TPanel
Width = 793
inherited Image2: TImage
Width = 793
end
end
inherited Pnl_Head: TPanel
Width = 793
inherited Image1: TImage
Width = 793
end
inherited Lbl_Order: TLabel
Width = 90
Caption = '订单号/订单行号'
end
object Lbl_FSelectCount: TLabel
Left = 552
Top = 16
Width = 6
Height = 12
end
end
inherited Pnl_Hint: TPanel
Top = 518
Width = 793
inherited Image4: TImage
Width = 793
end
end
inherited Pnl_Body: TPanel
Width = 793
Height = 421
inherited Image3: TImage
Width = 793
Height = 421
end
inherited DBGridEh: TDBGridEh
Width = 793
Height = 421
ReadOnly = False
OnDblClick = nil
Columns = <
Item
FieldName = 'ReceiveStatus'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '选择标志'
Width = 68
KeyList.Strings = (
'1'
'0')
Checkboxes = True
end
Item
FieldName = 'WHCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库标识'
Width = 87
KeyList.Strings = ()
end
Item
FieldName = 'PoNo'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '采购订单号'
Width = 62
KeyList.Strings = ()
end
Item
FieldName = 'PoLineNo'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '订单行号'
Width = 52
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 125
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '物料描述'
Width = 250
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 52
KeyList.Strings = ()
end
Item
FieldName = 'BatchNo'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 76
KeyList.Strings = ()
end
Item
FieldName = 'ReceivedQty'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '可入库数量'
KeyList.Strings = ()
end
Item
FieldName = 'OnCheckDate'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '到货日期'
Width = 68
KeyList.Strings = ()
end
Item
FieldName = 'OnCheckQty'
PickList.Strings = ()
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '到货数量'
Width = 62
KeyList.Strings = ()
end
Item
FieldName = 'QcStatus'
PickList.Strings = (
'0 未处理'
'1 正常'
'2 拒收'
'3 让步'
'4 挑选'
'5 试用'
'6 特采')
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = '质量状态'
Width = 53
KeyList.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6')
end
Item
FieldName = 'OnCheckBillId'
PickList.Strings = ()
Visible = False
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
inherited Act_New: TAction
Enabled = False
Visible = False
end
inherited Act_Modify: TAction
Enabled = False
Visible = False
end
inherited Act_Delete: TAction
Enabled = False
Visible = False
end
inherited Act_Look: TAction
Enabled = False
Visible = False
end
inherited Act_auto: TAction
Caption = '产生单据'
Hint = '产生单据'
OnExecute = Act_autoExecute
end
end
inherited AdoQry_Head: TAdoQuery
AutoCalcFields = False
ConnectionString = ''
CurSorType = ctStatic
AfterInsert = AdoQry_HeadAfterInsert
AfterPost = AdoQry_HeadAfterPost
SQL.Strings = (
'Select OnCheckBill.WHCode'
' ,OnCheckBill.WHCode+'#39' '#39'+Warehouse.WHName As WHCodeName'
' ,OnCheckBill.WhPositionCode'
' ,OnCheckBillLine.OnCheckBillLIneNo'
' ,OnCheckBillLine.ReceiveStatus'
' ,OnCheckBill.OnCheckBillId'
' ,OnCheckBill.PoNo'
' ,OnCheckBill.VendorBillNo'
' ,OnCheckBillLine.PoLineNo'
' ,OnCheckBillLine.ItemCode'
' ,Item.ItemName'
' ,Uom.UomName'
' ,OnCheckBill.OnCheckDate'
' ,OnCheckBillLine.OnCheckQty'
' ,OnCheckBillLine.BatchNo'
' ,OnCheckBillLine.QcStatus'
' ,OnCheckBillLine.ReceivedQty'
' From OnCheckBillLine'
' Join OnCheckBill On OnCheckBillLine.OnCheckBillId=OnCheckBi' +
'll.OnCheckBillId'
' Join Warehouse On OnCheckBill.WHCode=Warehouse.WHCode'
' Join Item On OnCheckBillLine.ItemCode=Item.ItemCode'
' Join Uom On Item.UomCode=Uom.UomCode')
object AdoQry_HeadWHCode: TStringField
FieldName = 'WHCode'
Size = 4
end
object AdoQry_HeadWHCodeName: TStringField
FieldName = 'WHCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadWhPositionCode: TStringField
FieldName = 'WhPositionCode'
Size = 4
end
object AdoQry_HeadOnCheckBillLIneNo: TIntegerField
FieldName = 'OnCheckBillLIneNo'
end
object AdoQry_HeadReceiveStatus: TIntegerField
FieldName = 'ReceiveStatus'
OnChange = AdoQry_HeadReceiveStatuSChange
end
object AdoQry_HeadOnCheckBillId: TAutoIncField
FieldName = 'OnCheckBillId'
ReadOnly = True
end
object AdoQry_HeadPoNo: TStringField
FieldName = 'PoNo'
Size = 16
end
object AdoQry_HeadPoLineNo: TIntegerField
FieldName = 'PoLineNo'
end
object AdoQry_HeadItemCode: TStringField
FieldName = 'ItemCode'
Size = 16
end
object AdoQry_HeadItemName: TStringField
FieldName = 'ItemName'
Size = 80
end
object AdoQry_HeadUomName: TStringField
FieldName = 'UomName'
Size = 10
end
object AdoQry_HeadOnCheckDate: TDateTimeField
FieldName = 'OnCheckDate'
end
object AdoQry_HeadOnCheckQty: TFloatField
FieldName = 'OnCheckQty'
end
object AdoQry_HeadBatchNo: TStringField
FieldName = 'BatchNo'
Size = 16
end
object AdoQry_HeadQcStatus: TIntegerField
FieldName = 'QcStatus'
end
object AdoQry_HeadReceivedQty: TFloatField
FieldName = 'ReceivedQty'
end
object AdoQry_HeadVendorBillNo: TStringField
FieldName = 'VendorBillNo'
Size = 50
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -