| | |
| | | using Tiger.Model; |
| | | using SqlSugar; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq.Expressions; |
| | |
| | | using System.Linq; |
| | | using Newtonsoft.Json; |
| | | using Tiger.IBusiness; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Tiger.Model.Minsun; |
| | | using Org.BouncyCastle.Asn1.Tsp; |
| | | using Tiger.Model.Entitys.MES.Position; |
| | | using Apache.NMS.ActiveMQ.Commands; |
| | | using System.Security.Cryptography; |
| | | using System.Diagnostics; |
| | | using Tiger.Model.Entitys.MES.U9C; |
| | | using Newtonsoft.Json.Linq; |
| | | using System.Security.Policy; |
| | | using NetTaste; |
| | | using static System.Net.WebRequestMethods; |
| | | |
| | | namespace Tiger.Business.WMS |
| | | { |
| | |
| | | { |
| | | action = await SubmitLine(input); |
| | | if (action.IsSuccessed) { |
| | | input.IsLogin = false; |
| | | action = await ApproveLine(input); |
| | | } |
| | | } |
| | |
| | | else |
| | | { |
| | | action.IsSuccessed = false; |
| | | action.LocaleMsg = new($"{action.Message}; {result.Data[0].ErrorMsg}"); |
| | | action.LocaleMsg = new($"收货单-行提交接口失败: {result.Data[0].ErrorMsg}"); |
| | | Logger.Interface.Info($"收货单-行提交接口失败:{result.Data[0].ErrorMsg}"); |
| | | } |
| | | } |
| | |
| | | else |
| | | { |
| | | action.IsSuccessed = false; |
| | | action.LocaleMsg = new($"{action.Message}; {result.Data[0].ErrorMsg}"); |
| | | action.LocaleMsg = new($"收货单 - 行审核接口失败:{result.Data[0].ErrorMsg}"); |
| | | Logger.Interface.Info($"收货单-行审核接口失败:{result.Data[0].ErrorMsg}"); |
| | | } |
| | | } |