服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-26 f0bfd117ef5435471281a4026c1da86abdc44f9d
Tiger.Business.WMS/ERP/WMS_U9C.cs
@@ -70,7 +70,7 @@
                    if (result.Success && result.Data[0].IsSucess)
                    {
                        action.Data = result.Data;
                      // Logger.Interface.Info($"新增收货单-来源ASN单接口提交Json: {JsonConvert.SerializeObject(param)},返回Json: {response.Message}");
                       Logger.Interface.Info($"新增收货单-来源ASN单接口提交Json: {JsonConvert.SerializeObject(param)},返回Json: {response.Message}");
                    }
                    else
                    {
@@ -155,11 +155,12 @@
            var action = new ApiAction<List<U9CReturnData2>>();
            try
            {
                action = await SubmitLine(input);
                if (action.IsSuccessed) {
                    input.IsLogin = false;
                    action = await ApproveLine(input);
                }
                //action = await SubmitLine(input);
                //if (action.IsSuccessed) {
                //    input.IsLogin = false;
                //    action = await ApproveLine(input);
                //}
                action = await ApproveLine(input);
            }
            catch (System.Exception ex)
            {