chengsc
2024-10-24 716b29fea5945ca7dc4419d9f1f980c379312b32
Wms/Wms/Controllers/BllAsnController.cs
@@ -366,11 +366,11 @@
        }
        [HttpGet]
        public IActionResult GetBoxInfoByBoxNo(string boxNo, string boxNo3)
        public IActionResult GetBoxInfoByBoxNo(string bindNo, string boxNo, string boxNo3)
        {
            try
            {
                var models = _PalletBindSvc.GetBoxInfoByBoxNo(boxNo, boxNo3);
                var models = _PalletBindSvc.GetBoxInfoByBoxNo(bindNo,boxNo, boxNo3);
                return Ok(new { code = 0, count= models.Count, msg = "箱支明细信息", data = models });
            }