From b19f2ab5b5d6f6993e0e314c869e4cbc53ab4a04 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 14 三月 2025 11:02:57 +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 ee4e5f2..3903a18 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///" /> -- Gitblit v1.9.1