📄 sal_qry_chginfobackshiporder.dfm
字号:
inherited Frm_Sal_Qry_ChgInfoBackShipOrder: TFrm_Sal_Qry_ChgInfoBackShipOrder
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 = 3
Columns = <
Item
FieldName = 'BackShipNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售退货单号'
KeyList.Strings = ()
end
Item
FieldName = 'BackShipLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '行号'
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 40
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料名称'
Width = 40
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 250
KeyList.Strings = ()
end
Item
FieldName = 'WHCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库代码'
Width = 61
KeyList.Strings = ()
end
Item
FieldName = 'whName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库名称'
Width = 66
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位代码'
Width = 54
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位名称'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'ShipQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '退货量'
Width = 57
KeyList.Strings = ()
end
Item
FieldName = 'TaxPrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税单价'
Width = 57
KeyList.Strings = ()
end
Item
FieldName = 'TaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税金额'
Width = 57
KeyList.Strings = ()
end
Item
FieldName = 'NoTaxPrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税单价'
Width = 58
KeyList.Strings = ()
end
Item
FieldName = 'NoTaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税金额'
Width = 58
KeyList.Strings = ()
end
Item
FieldName = 'DiSCountRate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '折扣率'
Width = 51
KeyList.Strings = ()
end
Item
FieldName = 'DiSCountAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '折扣额'
Width = 58
KeyList.Strings = ()
end
Item
FieldName = 'ChgType'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作类型'
Width = 58
KeyList.Strings = ()
end
Item
FieldName = 'ChgEmployeeCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员代码'
Width = 40
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员标识'
Width = 40
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ChgEmployeeB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员'
Width = 100
KeyList.Strings = ()
end
Item
FieldName = 'ChgTime'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作时间'
Width = 80
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_BackShipOrderLineHistory.BackShipNo,'
#9'Sa_BackShipOrderLineHistory.BackShipLineNo,'
#9'Sa_BackShipOrderLineHistory.ItemCode,'
' Item.ItemName,'
#9'Sa_BackShipOrderLineHistory.ItemCode+'#39' '#39'+Item.ItemName as ItemB' +
','
#9'Sa_BackShipOrderLineHistory.WHCode,'
#9'Warehouse.whName,'
#9'Sa_BackShipOrderLineHistory.WhPositionCode,'
' WhPosition.WhPositionName,'
#9'Sa_BackShipOrderLineHistory.ShipQty,'
#9'Sa_BackShipOrderLineHistory.TaxPrice,'
#9'Sa_BackShipOrderLineHistory.TaxAmount,'
#9'Sa_BackShipOrderLineHistory.NoTaxPrice,'
#9'Sa_BackShipOrderLineHistory.NoTaxAmount,'
#9'Sa_BackShipOrderLineHistory.DiSCountRate,'
#9'Sa_BackShipOrderLineHistory.DiSCountAmount,'
#9'Sa_BackShipOrderLineHistory.ChgType,'
#9'Sa_BackShipOrderLineHistory.ChgEmployeeCode,'
' Employee.EmployeeName,'
#9'Sa_BackShipOrderLineHistory.ChgEmployeeCode+'#39' '#39'+Employee.employ' +
'eeName as ChgEmployeeB,'
#9'Sa_BackShipOrderLineHistory.ChgTime'
'from Sa_BackShipOrderLineHistory'
'join Item on Sa_BackShipOrderLineHistory.ItemCode=Item.ItemCode'
'join Warehouse on Sa_BackShipOrderLineHistory.WHCode=Warehouse.W' +
'HCode'
'join WhPosition on Sa_BackShipOrderLineHistory.WhPositionCode=WH' +
'Position.WhPositionCode '
'and WhPosition.WHCode=Sa_BackShipOrderLineHistory.WHCode'
'join Employee on Sa_BackShipOrderLineHistory.ChgEmployeeCode=emp' +
'loyee.EmployeeCode')
Left = 304
Top = 241
object AdoQry_MainBackShipNo: TStringField
FieldName = 'BackShipNo'
Origin = 'Sa_BackShipOrderLineHistory'
Size = 16
end
object AdoQry_MainBackShipLineNo: TIntegerField
FieldName = 'BackShipLineNo'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainItemCode: TStringField
FieldName = 'ItemCode'
Origin = 'Sa_BackShipOrderLineHistory'
Size = 16
end
object AdoQry_MainItemName: TStringField
FieldName = 'ItemName'
Origin = 'Item'
Size = 80
end
object AdoQry_MainItemB: TStringField
FieldName = 'ItemB'
ReadOnly = True
Size = 97
end
object AdoQry_MainWHCode: TStringField
FieldName = 'WHCode'
Origin = 'Sa_BackShipOrderLineHistory'
Size = 4
end
object AdoQry_MainwhName: TStringField
FieldName = 'whName'
Origin = 'Warehouse'
Size = 40
end
object AdoQry_MainWhPositionCode: TStringField
FieldName = 'WhPositionCode'
Origin = 'Sa_BackShipOrderLineHistory'
Size = 4
end
object AdoQry_MainWhPositionName: TStringField
FieldName = 'WhPositionName'
Size = 40
end
object AdoQry_MainShipQty: TFloatField
FieldName = 'ShipQty'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainTaxPrice: TFloatField
FieldName = 'TaxPrice'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainTaxAmount: TFloatField
FieldName = 'TaxAmount'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainNoTaxPrice: TFloatField
FieldName = 'NoTaxPrice'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainNoTaxAmount: TFloatField
FieldName = 'NoTaxAmount'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainDiSCountRate: TFloatField
FieldName = 'DiSCountRate'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainDiSCountAmount: TFloatField
FieldName = 'DiSCountAmount'
Origin = 'Sa_BackShipOrderLineHistory'
end
object AdoQry_MainChgType: TStringField
FieldName = 'ChgType'
Origin = 'Sa_BackShipOrderLineHistory'
Size = 10
end
object AdoQry_MainChgEmployeeCode: TStringField
FieldName = 'ChgEmployeeCode'
Origin = 'Sa_BackShipOrderLineHistory'
Size = 30
end
object AdoQry_MainEmployeeName: TStringField
FieldName = 'EmployeeName'
Size = 60
end
object AdoQry_MainChgEmployeeB: TStringField
FieldName = 'ChgEmployeeB'
ReadOnly = True
Size = 91
end
object AdoQry_MainChgTime: TDateTimeField
FieldName = 'ChgTime'
Origin = 'Sa_BackShipOrderLineHistory'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -