From 67a94ac386bac7d1eed0f3910895399afe822377 Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期五, 16 四月 2021 08:56:15 +0800 Subject: [PATCH] 新增采购订单、委外订单、收料通知单、退料通知单、销售订单、发货通知单、退货通知单等单据列表数据获取方法模块 --- WebAPI/Web References/WebS/Reference.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs index 6393bb1..b2e5ee5 100644 --- a/WebAPI/Web References/WebS/Reference.cs +++ b/WebAPI/Web References/WebS/Reference.cs @@ -857,8 +857,7 @@ /// <remarks/> public WebService1() { - //this.Url = "http://124.70.129.242/WEBS-WMS/WebService1.asmx"; - this.Url = "http://127.0.0.1:9090/WEBS-WMS/WebService1.asmx"; + this.Url = "http://124.70.129.242:9090/WEBS-WMS/WebService1.asmx"; if ((this.IsLocalFileSystemWebService(this.Url) == true)) { this.UseDefaultCredentials = true; this.useDefaultCredentialsSetExplicitly = false; @@ -30710,7 +30709,7 @@ private string hInnerBillNoField; private bool hRedBlueFlagField; - + /// <remarks/> public string HDateForWeb { get { -- Gitblit v1.9.1