| | |
| | | /// </summary> |
| | | [Route("api/[controller]")] |
| | | [ApiController] |
| | | public class MesXsthController : ControllerBase |
| | | public class MesXsthController : BaseController |
| | | { |
| | | private readonly MesXsthManager _manager = new(); |
| | | |
| | |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | resultInfos.tbBillList = _manager.GetXsthBillNo(query); |
| | | resultInfos.tbBillList = _manager.GetXsthBillNo(query, RequestInfo); |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |
| | |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | resultInfos.tbBillList = _manager.GetMesItemDetailByBillNo(query); |
| | | resultInfos.tbBillList = _manager.GetMesItemDetailByBillNo(query, RequestInfo); |
| | | |
| | | if (resultInfos.tbBillList.Count < 1) |
| | | { |