From 85393c9a8be22f933fea250975f19eccba8d62a2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 12 一月 2026 15:14:26 +0800
Subject: [PATCH] 四维尔:产品包装容器关联信息,增加限制 子表不能又相同的容器主档。容器只有为发货容器、周转容器时才可以将其设置为对应的默认发货容器、默认周转容器

---
 WebTM/Web.config |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebTM/Web.config b/WebTM/Web.config
index ee4e5f2..12be2dd 100644
--- a/WebTM/Web.config
+++ b/WebTM/Web.config
@@ -6,7 +6,7 @@
 <configuration>
 	<system.web>
 		<compilation debug="true" targetFramework="4.5" />
-		<httpRuntime targetFramework="4.5" />
+		<httpRuntime targetFramework="4.5" maxQueryStringLength="102400" />
 	</system.web>
 	<appSettings>
 		<add key="Name" value="61.130.49.162:9090/WMSAPI///" />
@@ -19,7 +19,7 @@
         <handlers>
             <remove name="StaticFile" />
             <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule" resourceType="Either" requireAccess="Read" />
-        </handlers>		
+        </handlers>	 
 		<security>
 			<requestFiltering>
 				<requestLimits maxAllowedContentLength="10485760" maxQueryString="10485760" /> <!--璁剧疆鍙傛暟鍐呭鐨勬渶澶ч暱搴︿负10MB锛岄粯璁ゆ槸4MB,鏈�澶ф敮鎸�2GB-->

--
Gitblit v1.9.1