|
|
@ -813,7 +813,7 @@ namespace BBWY.Client.ViewModels.PackTask |
|
|
|
if (res != null && res.Success && res.Data != null) |
|
|
|
{ |
|
|
|
FallWareWaitConfigureCount = res.Data.SealBoxWaitConfigureCount.ToString(); |
|
|
|
FallWareConfiguredCount = res.Data.SealBoxWaitConfigureCount.ToString(); |
|
|
|
FallWareConfiguredCount = res.Data.SealBoxConfiguredCount.ToString(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|