Atez_EZA
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
Imports com.esendex.sdk.optouts.models
|
||||
Imports DAKOSY_Worker
|
||||
Imports DAKOSY_Worker.eZollTypes
|
||||
Imports SDL
|
||||
Imports VERAG_PROG_ALLGEMEIN
|
||||
@@ -450,21 +451,26 @@ Public Class frmATEZ_EZA
|
||||
|
||||
Private Sub frmATEZNCTS_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
|
||||
Select Case FIRMA_DY
|
||||
Case "VERAG" : txtDyMandant.Text = "VERG"
|
||||
txtDyNiederlassung.Text = VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG
|
||||
'Select Case FIRMA_DY
|
||||
' Case "VERAG" : txtDyMandant.Text = "VERG"
|
||||
' txtDyNiederlassung.Text = VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG
|
||||
|
||||
Select Case FilialenNr
|
||||
Case "5103" : txtDyNiederlassung.Text = "WAI"
|
||||
' Select Case FilialenNr
|
||||
' Case "5103" : txtDyNiederlassung.Text = "WAI"
|
||||
|
||||
End Select
|
||||
' End Select
|
||||
|
||||
|
||||
Case "ATILLA" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "SUW"
|
||||
Case "UNISPED" : txtDyMandant.Text = "UNAT" : txtDyNiederlassung.Text = "ATSPED"
|
||||
Case "IMEX" : txtDyMandant.Text = "IMEX" : txtDyNiederlassung.Text = "IME"
|
||||
Case "AMBAR" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "AMBWO"
|
||||
End Select
|
||||
' Case "ATILLA" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "SUW"
|
||||
' Case "UNISPED" : txtDyMandant.Text = "UNAT" : txtDyNiederlassung.Text = "ATSPED"
|
||||
' Case "IMEX" : txtDyMandant.Text = "IMEX" : txtDyNiederlassung.Text = "IME"
|
||||
' Case "AMBAR" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "AMBWO"
|
||||
'End Select
|
||||
|
||||
txtDyMandant.Text = cDakosyFunftions.getFirma_DY(FilialenNr.ToString, Me)
|
||||
txtDyNiederlassung.Text = cDakosyFunftions.getDivision(txtDyMandant.Text)
|
||||
|
||||
Label4.Text = If(VERAG_PROG_ALLGEMEIN.cAllgemein.MITARBEITER.mit_DAKOSY_SB, "-").ToString
|
||||
|
||||
initSeachboxes()
|
||||
lblAnh.Visible = True
|
||||
|
||||
Reference in New Issue
Block a user