From 4507bda161234d8a74e397543bd2fff09c47b3f0 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 23 七月 2025 11:22:14 +0800
Subject: [PATCH] 其他入库单、其他出库单:列表页面 列设置 在查询后失效 问题处理
---
WebTM/Web.config | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebTM/Web.config b/WebTM/Web.config
index 3903a18..12be2dd 100644
--- a/WebTM/Web.config
+++ b/WebTM/Web.config
@@ -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