|
|
@ -850,10 +850,10 @@ namespace WindowsFormsApp1 |
|
|
|
} |
|
|
|
|
|
|
|
//移库任务如果不同层,校验不要移 存疑
|
|
|
|
if (startdevice.Substring(6, 2) != enddevice.Substring(6, 2)) |
|
|
|
{ |
|
|
|
error_code.Append(";").Append("移库任务起点终点层值不同"); |
|
|
|
} |
|
|
|
//if (startdevice.Substring(6, 2) != enddevice.Substring(6, 2))
|
|
|
|
//{
|
|
|
|
// error_code.Append(";").Append("移库任务起点终点层值不同");
|
|
|
|
//}
|
|
|
|
if (startdevice == enddevice) |
|
|
|
{ |
|
|
|
error_code.Append(";").Append("移库任务起点终点相同"); |
|
|
|