From 2d0b999f828440ba9d652a47195a94ca20a62700 Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Wed, 10 Jul 2024 09:46:40 +0800
Subject: [PATCH] =?UTF-8?q?20240710=20=E4=BF=AE=E6=94=B9=E8=B5=84=E6=96=99?=
=?UTF-8?q?=E6=94=B6=E5=8F=91=E6=96=87=E5=AF=BC=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CQMS/Comprehensive/DataReceivingDocDataIn.aspx.cs | 6 +-----
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +-
SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +-
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/DataReceivingDocDataIn.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/DataReceivingDocDataIn.aspx.cs
index fbe491e8..a438e5df 100644
--- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/DataReceivingDocDataIn.aspx.cs
+++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/DataReceivingDocDataIn.aspx.cs
@@ -261,11 +261,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
string row9 = pds.Rows[i][9].ToString();
- if (string.IsNullOrEmpty(row9))
- {
- result += (i + 2).ToString() + "," + "上报日期" + "," + "此项为必填项!" + "|";
- }
- else
+ if (!string.IsNullOrEmpty(row9))
{
try
{
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 9a02d7c9..67a02b30 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -19048,7 +19048,7 @@
-
+