feature_gesamtsicherheiten
This commit is contained in:
@@ -15,8 +15,7 @@ Public Class cGesamtsicherheitsPositionen
|
||||
Property gsp_abfertigungsNr As Object = Nothing
|
||||
Property gsp_ATCNr As Object = Nothing
|
||||
Property gsp_MRNNr As Object = Nothing
|
||||
|
||||
|
||||
Property gsp_erstellungsdatum As DateTime
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
@@ -25,7 +24,7 @@ Public Class cGesamtsicherheitsPositionen
|
||||
Sub New(gsp_gsId, gsp_gspPosId)
|
||||
Me.gsp_gsId = gsp_gsId
|
||||
Me.gsp_gspPosId = gsp_gspPosId
|
||||
'LOAD()
|
||||
LOAD()
|
||||
End Sub
|
||||
|
||||
Sub New()
|
||||
@@ -46,6 +45,8 @@ Public Class cGesamtsicherheitsPositionen
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_abfertigungsNr", gsp_abfertigungsNr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_ATCNr", gsp_ATCNr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_MRNNr", gsp_MRNNr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_erstellungsdatum", gsp_erstellungsdatum))
|
||||
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
@@ -18,7 +18,7 @@ Public Class cSicherheiten
|
||||
Property gs_freitext As String
|
||||
Property gs_filialenNr As Integer
|
||||
Property gs_abfertigungsnr As String
|
||||
Property gs_LKWID As String
|
||||
Property gs_LKWKZ As String
|
||||
Property gs_atr As String = ""
|
||||
Property gs_warenort As String
|
||||
Property gs_warenwertFix As Object
|
||||
@@ -54,7 +54,7 @@ Public Class cSicherheiten
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_freitext", gs_freitext))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_filialenNr", gs_filialenNr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_abfertigungsnr", gs_abfertigungsnr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_LKWID", gs_LKWID))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_LKWKZ", gs_LKWKZ))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_atr", gs_atr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_warenort", gs_warenort))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gs_warenwertFix", gs_warenwertFix))
|
||||
|
||||
Reference in New Issue
Block a user