api/MoboxController.cs
@@ -44,11 +44,11 @@ else if (model.CntrType == "空好运箱") { return ApiHelper.EmptyInboundGoodpack(model); } else { else { // PDA前端下拉选单限制,故理论上不会进入这个流程 return NewSimpleResult(-1, $"容器类型 '{model.CntrType}' 不合法:应为 '空托盘' 或 '空好运箱'"); } } /// <summary> /// 托盘-空托上线(PDA) /// </summary>