From b88e886227a7ecceb48ded35603daf6940e9c504 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期四, 17 六月 2021 17:35:29 +0800
Subject: [PATCH]  生产管理:增加 生产汇报单 编辑模块(新增,修改,删除功能)及列表

---
 WebAPI/Web References/WebS/Reference.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index e2c743c..b2e5ee5 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -857,7 +857,7 @@
         
         /// <remarks/>
         public WebService1() {
-            this.Url = "http://124.70.129.242/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;
@@ -30709,7 +30709,7 @@
         private string hInnerBillNoField;
         
         private bool hRedBlueFlagField;
-        
+
         /// <remarks/>
         public string HDateForWeb {
             get {

--
Gitblit v1.9.1