|
@@ -91,7 +91,7 @@ namespace WCS.WorkEngineering.Systems
|
|
|
|
|
|
if (taskInfo.WarehouseCode.Contains("N"))
|
|
|
{
|
|
|
- next = config.Code switch
|
|
|
+ next = config.SContent switch
|
|
|
{
|
|
|
"1" => "418",
|
|
|
"2" => "818",
|
|
@@ -101,7 +101,7 @@ namespace WCS.WorkEngineering.Systems
|
|
|
}
|
|
|
else if (taskInfo.WarehouseCode.Contains("S"))
|
|
|
{
|
|
|
- next = config.Code switch
|
|
|
+ next = config.SContent switch
|
|
|
{
|
|
|
"1" => "618",
|
|
|
"2" => "1018",
|