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.settings | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Properties/Settings.settings b/WebAPI/Properties/Settings.settings index 8bc8bec..d7c7b6e 100644 --- a/WebAPI/Properties/Settings.settings +++ b/WebAPI/Properties/Settings.settings @@ -3,7 +3,7 @@ <Profiles /> <Settings> <Setting Name="WebAPI_WebS_WebService1" Type="(Web Service URL)" Scope="Application"> - <Value Profile="(Default)">http://192.168.63.7/WEBS-WMS/WebService1.asmx</Value> + <Value Profile="(Default)">http://192.168.63.20/WEBS-WMS/WebService1.asmx</Value> </Setting> </Settings> </SettingsFile> \ No newline at end of file -- Gitblit v1.9.1