From 4ff37d6fe8333e2da2cfc2c50d6770e217f67e7c Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 23 十二月 2021 10:04:57 +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 16dcdc3..d05910d 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://124.70.129.242/WEBS-WMS/WebService1.asmx</Value>
+ <Value Profile="(Default)">http://localhost/WEBS-WMSTest/WebService1.asmx</Value>
</Setting>
</Settings>
</SettingsFile>
\ No newline at end of file
--
Gitblit v1.9.1