wxw
12 小时以前 4296c52351dee64e6ba09c7af712182e8e0e663c
Wms/Wms/Controllers/BllSoController.cs
@@ -582,11 +582,11 @@
        }
        [HttpGet]
        public IActionResult GetCompBoxInfoList( string boxNo,string boxNo3)
        public IActionResult GetCompBoxInfoList(string sONo, string boxNo,string boxNo3)
        {
            try
            {
                var bolls = _comDetailSvc.GetCompBoxInfoList(boxNo, boxNo3);
                var bolls = _comDetailSvc.GetCompBoxInfoList(sONo, boxNo, boxNo3);
                return Ok(new { code = 0, count = bolls.Count, msg = "拣货明细信息", data = bolls });
            }