From 111fae25722710296a2ed9dce65dced57bb79419 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 25 三月 2025 08:43:25 +0800
Subject: [PATCH] 20250324 修改供应商名字不能重复 外协供应商对应 完成

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx.cs
index 018f7c0..bd2ec6d 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx.cs
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx.cs
@@ -177,7 +177,13 @@
                 {
                     eC_SpecialForums.shifouxianshi = "display:none;";
                 }
-               
+
+                if (eC_SpecialForums.PSF_PressesDesk.IndexOf("涓庡叾浠栬鍗曞悎鐗�") >= 0  )
+                {
+                    eC_SpecialForums.shifouxianshi = "display:none;";
+                    eC_SpecialForums.shifouxianshiheban = "display:none;";
+                }
+
             }
             this.RepClientList.DataSource = m_EC_SpecialForumsList;
             this.RepClientList.DataBind();

--
Gitblit v1.9.1