服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-26 1d61b45846ac2e5cb0a8366365613c44c1319289
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)
            {