Browse Source

取消移库同层的逻辑

master
志铭 吕 3 weeks ago
parent
commit
ebc57cea75
  1. 8
      webapi/WindowsFormsApp1/APIChannel.cs

8
webapi/WindowsFormsApp1/APIChannel.cs

@ -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("移库任务起点终点相同");

Loading…
Cancel
Save