Import Ecxel DY
This commit is contained in:
@@ -139,8 +139,7 @@ Public Class frmATEZ_EZA
|
|||||||
|
|
||||||
Dim ATEZ_RH_EZA As New VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubJobOrderRequest With {
|
Dim ATEZ_RH_EZA As New VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubJobOrderRequest With {
|
||||||
.referenceNo = ioReference,
|
.referenceNo = ioReference,
|
||||||
.regimeType = "IM",
|
.regimeType = "IM",' .customer = "AVISO",
|
||||||
.customer = "AVISO",
|
|
||||||
.additionalData = New VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubAdditionalData With {
|
.additionalData = New VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubAdditionalData With {
|
||||||
.transaction = New VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubTransaction With {
|
.transaction = New VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubTransaction With {
|
||||||
.ioPartner = txtDyMandant.Text,
|
.ioPartner = txtDyMandant.Text,
|
||||||
@@ -163,11 +162,7 @@ Public Class frmATEZ_EZA
|
|||||||
.declarantIsConsignee = True,
|
.declarantIsConsignee = True,
|
||||||
.representationRelationshipCode = "",
|
.representationRelationshipCode = "",
|
||||||
.inputTaxDeduction = "",'"true",
|
.inputTaxDeduction = "",'"true",
|
||||||
.procedureCodeRequested = procedureCodeRequested.ToString,
|
.procedureCodeRequested = procedureCodeRequested.ToString,' .goodsStatus = "",'"EU",
|
||||||
.goodsStatus = "",'"EU",
|
|
||||||
.costs = New List(Of VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubCost) From {
|
|
||||||
New VERAG_PROG_ALLGEMEIN.cRelayHub.cRelayHubCost With {.costAmount = If(SENDUNG.tblSnd_Warenwert IsNot Nothing, CDbl(SENDUNG.tblSnd_Warenwert).ToString("F2", System.Globalization.CultureInfo.InvariantCulture), 0), .costCurrency = If(SENDUNG.tblSnd_WarenwertWaehrung, "")}
|
|
||||||
},
|
|
||||||
.transportMeansArrivalIdentity = txtLKWId.Text,
|
.transportMeansArrivalIdentity = txtLKWId.Text,
|
||||||
.transportMeansNationalityCode = If(AVISO.LKW_Nationalitaet, "")
|
.transportMeansNationalityCode = If(AVISO.LKW_Nationalitaet, "")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user