服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
昨天 83d775ba1de1913e51fb216bc24d91305811f9bf
收货单新增行库位修改
已修改1个文件
3 ■■■■ 文件已修改
Tiger.Business.WMS/ERP/WMS_U9C.CreateRcvLineLocation.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/ERP/WMS_U9C.CreateRcvLineLocation.cs
@@ -30,7 +30,6 @@
        public static string CreateRcvLineLocationUrl
        { get; set; } = "http://172.16.80.20/u9c/webapi/CustReceivement/CreateRcvLineLocation";
        /// <summary>
        /// 创建收货单新增行库位
        /// </summary>
@@ -52,7 +51,7 @@
                        Logger.Interface.Info($"U9C登录token: {input.token}");
                    }
                }
                var response = await HttpHelper.PostAsync(MiscRcvTransApproveUrl, JsonConvert.SerializeObject(input.RcvLineLocationParam), new Dictionary<string, string>() { { "token", input.token } });
                var response = await HttpHelper.PostAsync(CreateRcvLineLocationUrl, JsonConvert.SerializeObject(input.RcvLineLocationParam), new Dictionary<string, string>() { { "token", input.token } });
                var result = JsonConvert.DeserializeObject<U9CResult2>(response.Message);
                if (result != null)
                {