From 1ee93c7186ca809c8c5c2ac0f02dde4b1762969f Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期二, 14 十一月 2023 11:05:13 +0800
Subject: [PATCH] 生产订单增加订单包装备注字段,物料表增加单件最大上限字段,并完善界面。、 生产订单列表 增加 包装备注 字段,选择 某个生产订单, 点击按钮,弹出一个 小框, 输入 订单包装备注 信息,保存 数据到 生产订单 子表里,UPDATE这个字段;

---
 WebAPI/Properties/Settings.Designer.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Properties/Settings.Designer.cs b/WebAPI/Properties/Settings.Designer.cs
index 4f8006d..8d1f948 100644
--- a/WebAPI/Properties/Settings.Designer.cs
+++ b/WebAPI/Properties/Settings.Designer.cs
@@ -26,7 +26,7 @@
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
         [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/WEBS-WMS/WebService1.asmx")]
+        [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.63.20/WEBS-WMS/WebService1.asmx")]
         public string WebAPI_WebS_WebService1 {
             get {
                 return ((string)(this["WebAPI_WebS_WebService1"]));

--
Gitblit v1.9.1