📄 sal_qry_chginfoshiporder.dfm
字号:
inherited Frm_Sal_Qry_ChgInfoShipOrder: TFrm_Sal_Qry_ChgInfoShipOrder
Left = 123
Top = 184
Caption = '销售发货表身操作日志'
ClientHeight = 364
ClientWidth = 595
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 595
end
inherited Pnl_Title: TPanel
Width = 595
Caption = '销售发货表身操作日志'
inherited Image2: TImage
Width = 595
end
end
inherited Pnl_Head: TPanel
Width = 595
inherited Image1: TImage
Width = 595
end
inherited Lbl_Order: TLabel
Width = 126
Caption = '操作时间/销售发货单号'
end
end
inherited Pnl_Hint: TPanel
Top = 338
Width = 595
inherited Image4: TImage
Width = 595
end
end
inherited Pnl_Body: TPanel
Width = 595
Height = 241
inherited Image3: TImage
Width = 595
Height = 241
end
inherited DBGridEh: TDBGridEh
Width = 595
Height = 241
FrozenCols = 5
Columns = <
Item
FieldName = 'ShipNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售发货单号'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'ShipLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '发货单行号'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 125
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料描述'
Width = 250
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单位'
Width = 40
KeyList.Strings = ()
end
Item
FieldName = 'ShipQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '发货量'
Width = 53
KeyList.Strings = ()
end
Item
FieldName = 'TaxPrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税单价'
Width = 56
KeyList.Strings = ()
end
Item
FieldName = 'TaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税金额'
Width = 60
KeyList.Strings = ()
end
Item
FieldName = 'NoTaxPrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税单价'
Width = 55
KeyList.Strings = ()
end
Item
FieldName = 'NoTaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税金额'
Width = 54
KeyList.Strings = ()
end
Item
FieldName = 'DiSCountRate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '折扣率'
Width = 46
KeyList.Strings = ()
end
Item
FieldName = 'DiSCountAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '折扣额'
Width = 46
KeyList.Strings = ()
end
Item
FieldName = 'WHCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库代码'
Width = 20
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'WHName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库名称'
Width = 20
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'WarehouseB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库标识'
Width = 56
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位代码'
Width = 20
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位名称'
Width = 20
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位标识'
Width = 58
KeyList.Strings = ()
end
Item
FieldName = 'BatchNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 42
KeyList.Strings = ()
end
Item
FieldName = 'SloNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售订单号'
KeyList.Strings = ()
end
Item
FieldName = 'SloLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '订单行号'
Width = 56
KeyList.Strings = ()
end
Item
FieldName = 'ChgEmployeeCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员代码'
Width = 20
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员标识'
Width = 20
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ChgEmployeeB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员'
Width = 66
KeyList.Strings = ()
end
Item
FieldName = 'ChgType'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作类型'
Width = 56
KeyList.Strings = ()
end
Item
FieldName = 'ChgTime'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作时间'
Width = 69
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
Left = 200
Top = 200
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=Mrpii_Standard;Data Source=192.1' +
'68.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
'Size=4096;Workstation ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'select Sa_ShipOrderLineHistory.ShipNo,'
#9'Sa_ShipOrderLineHistory.ShipLineNo,'
#9'Sa_ShipOrderLineHistory.ItemCode,'
#9'Item.ItemName,'
#9'Uom.UomName,'
#9'Sa_ShipOrderLineHistory.ShipQty,'
#9'Sa_ShipOrderLineHistory.TaxPrice,'
#9'Sa_ShipOrderLineHistory.TaxAmount,'
#9'Sa_ShipOrderLineHistory.NoTaxPrice,'
#9'Sa_ShipOrderLineHistory.NoTaxAmount,'
#9'Sa_ShipOrderLineHistory.DiSCountRate,'
#9'Sa_ShipOrderLineHistory.DiSCountAmount,'
#9'Sa_ShipOrderLineHistory.WHCode,'
#9'Warehouse.WHName,'
#9'Sa_ShipOrderLineHistory.WHCode+'#39#39'+Warehouse.WHName as Warehouse' +
'B ,'
#9'Sa_ShipOrderLineHistory.WhPositionCode,'
#9'WhPosition.WhPositionName,'
#9'Sa_ShipOrderLineHistory.WhPositionCode+'#39#39'+WhPosition.WhPosition' +
'Name as WhPositionB,'
#9'Sa_ShipOrderLineHistory.BatchNo,'
#9'Sa_ShipOrderLineHistory.SloNo,'
#9'Sa_ShipOrderLineHistory.SloLineNo,'
#9'Sa_ShipOrderLineHistory.ChgEmployeeCode,'
#9'Employee.EmployeeName,'
#9'Sa_ShipOrderLineHistory.ChgEmployeeCode+'#39#39'+Employee.Employeenam' +
'e as ChgEmployeeB ,'
#9'Sa_ShipOrderLineHistory.ChgType,'
#9'Sa_ShipOrderLineHistory.ChgTime'
'from Sa_ShipOrderLineHistory'
'left join Item on Sa_ShipOrderLineHistory.ItemCode=Item.ItemCode'
'left join Uom on Item.UomCode=Uom.UomCode'
'left join Warehouse on Sa_ShipOrderLineHistory.WHCode=Warehouse.' +
'whCode'
'left join WhPosition on Sa_ShipOrderLineHistory.WhPositionCode=W' +
'HPosition.WhPositionCode and'
' WhPosition.WHCode=Sa_ShipOrderLineHistory.WHCode'
'left join Employee on Sa_ShipOrderLineHistory.ChgEmployeeCode=em' +
'ployee.EmployeeCode')
Left = 304
Top = 241
object AdoQry_MainShipNo: TStringField
FieldName = 'ShipNo'
Origin = 'Sa_ShipOrderLineHistory'
Size = 16
end
object AdoQry_MainShipLineNo: TIntegerField
FieldName = 'ShipLineNo'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainItemCode: TStringField
FieldName = 'ItemCode'
Origin = 'Sa_ShipOrderLineHistory'
Size = 16
end
object AdoQry_MainItemName: TStringField
FieldName = 'ItemName'
Origin = 'Item'
Size = 80
end
object AdoQry_MainUomName: TStringField
FieldName = 'UomName'
Origin = 'Uom'
Size = 10
end
object AdoQry_MainShipQty: TFloatField
FieldName = 'ShipQty'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainTaxPrice: TFloatField
FieldName = 'TaxPrice'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainTaxAmount: TFloatField
FieldName = 'TaxAmount'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainNoTaxPrice: TFloatField
FieldName = 'NoTaxPrice'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainNoTaxAmount: TFloatField
FieldName = 'NoTaxAmount'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainDiSCountRate: TFloatField
FieldName = 'DiSCountRate'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainDiSCountAmount: TFloatField
FieldName = 'DiSCountAmount'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainWHCode: TStringField
FieldName = 'WHCode'
Origin = 'Sa_ShipOrderLineHistory'
Size = 4
end
object AdoQry_MainWHName: TStringField
FieldName = 'WHName'
Size = 40
end
object AdoQry_MainWarehouseB: TStringField
FieldName = 'WarehouseB'
ReadOnly = True
Size = 44
end
object AdoQry_MainWhPositionCode: TStringField
FieldName = 'WhPositionCode'
Origin = 'Sa_ShipOrderLineHistory'
Size = 4
end
object AdoQry_MainWhPositionName: TStringField
FieldName = 'WhPositionName'
Size = 40
end
object AdoQry_MainWhPositionB: TStringField
FieldName = 'WhPositionB'
ReadOnly = True
Size = 44
end
object AdoQry_MainBatchNo: TStringField
FieldName = 'BatchNo'
Origin = 'Sa_ShipOrderLineHistory'
Size = 16
end
object AdoQry_MainSloNo: TStringField
FieldName = 'SloNo'
Origin = 'Sa_ShipOrderLineHistory'
Size = 16
end
object AdoQry_MainSloLineNo: TIntegerField
FieldName = 'SloLineNo'
Origin = 'Sa_ShipOrderLineHistory'
end
object AdoQry_MainChgEmployeeCode: TStringField
FieldName = 'ChgEmployeeCode'
Origin = 'Sa_ShipOrderLineHistory'
Size = 30
end
object AdoQry_MainEmployeeName: TStringField
FieldName = 'EmployeeName'
Origin = 'Employee'
Size = 60
end
object AdoQry_MainChgEmployeeB: TStringField
FieldName = 'ChgEmployeeB'
ReadOnly = True
Size = 90
end
object AdoQry_MainChgType: TStringField
FieldName = 'ChgType'
Origin = 'Sa_ShipOrderLineHistory'
Size = 10
end
object AdoQry_MainChgTime: TDateTimeField
FieldName = 'ChgTime'
Origin = 'Sa_ShipOrderLineHistory'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -