From cc775470bb566f87081af30682aa9f5d093a2bbd Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 12 一月 2024 13:11:47 +0800 Subject: [PATCH] (按生产订单)客户订单报表、生产入库报表、不良原因分析报表、生产日记、流转卡未入库报表、半成品报表、工序异常过站报表、白坯发布汇总报表、白坯发布明细报表、染厂汇总报表、染厂明细报表、染厂产量报表、领料统计报表、后整一号_缩刷出站报表、后整一号_定型出站报表、后整一号_烫光出站报表、后整二号_缩刷出站报表、后整二号_定型出站报表、后整二号_烫光出站报表、后整三号_烘干定型出站报表、后整三号_上浆定型出站报表、后整三号_刷毛出站报表、后整三号_色胚烫光出站报表、特整_缩刷出站报表、特整_压花出站报表、特整_立体花型机出站报表:增加查询权限 --- WebAPI/Properties/Settings.Designer.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Properties/Settings.Designer.cs b/WebAPI/Properties/Settings.Designer.cs index c8fd941..8d1f948 100644 --- a/WebAPI/Properties/Settings.Designer.cs +++ b/WebAPI/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -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:8098/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