| | |
| | | using System.Dynamic; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using NewPdaSqlServer.Dto.service; |
| | | using NewPdaSqlServer.entity; |
| | | using NewPdaSqlServer.service.Warehouse; |
| | | using NewPdaSqlServer.util; |
| | | |
| | |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | resultInfos.tbBillList = m.GetBarInfo(unity); |
| | | if(resultInfos.tbBillList == null) |
| | | { |
| | | if (resultInfos.tbBillList == null) |
| | | return new ResponseResult |
| | | { |
| | | status = -1, |
| | | message = "此条码不存在!!!", |
| | | data = resultInfos |
| | | }; |
| | | } |
| | | resultInfos.tbMesItems = m.GetItemNo(resultInfos.tbBillList.ItemId); |
| | | return new ResponseResult |
| | | { |