| | |
| | | using System.Diagnostics; |
| | | using Model.ModelDto.SysDto; |
| | | using static System.Reflection.Metadata.BlobBuilder; |
| | | using WMS.DAL; |
| | | |
| | | namespace Wms.Controllers |
| | | { |
| | |
| | | [ServiceFilter(typeof(ApiResponseActionFilter))] |
| | | public async Task<SqlSugarPagedList> GetArrivalNoticeList(ArrivalNoticeVm model) |
| | | { |
| | | var models = Common.GetCarPath("141401", "040401", 1,"1"); |
| | | |
| | | RefAsync<int> count = new RefAsync<int>(); |
| | | var bolls = await _arrivalNoticeSvc.GetArrivalNoticeList(model, count); |
| | |
| | | } |
| | | if (strMesage.Contains("-1")) |
| | | { |
| | | return Ok(new { code = 0, msg = "部分成功 " + strMesage }); |
| | | return Ok(new { code = 1, msg = "部分成功 " + strMesage }); |
| | | } |
| | | else |
| | | { |