Browse Source

取消移库任务的同层逻辑

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

1
webapi/WindowsFormsApp1/APIChannel.cs

@ -848,7 +848,6 @@ namespace WindowsFormsApp1
{
error_code.Append(";").Append("终点").Append(all_checking["CELL_NOT_EXIST"].des); //终点货位不存在
}
//移库任务如果不同层,校验不要移 存疑
//if (startdevice.Substring(6, 2) != enddevice.Substring(6, 2))
//{

Loading…
Cancel
Save