服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-25 379d73eaed4c3468c91b1dec52c4309d4f01522f
Tiger.Business.WMS/ERP/WMS_U9C.cs
@@ -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)
            {