|
|
@ -176,6 +176,7 @@ public class IncomingToWmsWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
|
if (!string.IsNullOrEmpty(apiUrl)) |
|
|
|
{ |
|
|
|
var productReceiptJson = JsonSerializer.Deserialize<ProductReceiptNoteEditInput>(incomingToWms.DataContent); |
|
|
|
productReceiptJson.Worker = "Mes"; |
|
|
|
try |
|
|
|
{ |
|
|
|
|
|
|
|