服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-21 9984bb1eb673f4ea6d952e191040a674583d2f20
Tiger.Business.WMS/ERP/WMS_U9C.cs
@@ -1,5 +1,4 @@
using Tiger.Model;
using SqlSugar;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
@@ -10,18 +9,7 @@
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
{
@@ -167,6 +155,7 @@
            {
                action = await SubmitLine(input);
                if (action.IsSuccessed) {
                    input.IsLogin = false;
                    action = await ApproveLine(input);
                }
            }
@@ -211,7 +200,7 @@
                    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}");
                    }
                }
@@ -257,7 +246,7 @@
                    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}");
                    }
                }