From 40eacc41d6f70f64ffd8f1fd18a8e12bce3fd86d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 十月 2025 12:10:34 +0800
Subject: [PATCH] 没有批准的就不显示在列表中

---
 CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx.cs
index 958cc86..a3c62a5 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx.cs
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx.cs
@@ -196,7 +196,7 @@
                         if (oA_ShebeiWeixiu != null)
                         {
                             oA_ShebeiWeixiu.Zerenren = this.selZerenren.Value.ToInt32();
-                          
+                            oA_ShebeiWeixiu.ApprovalStatus = 1;
                             oA_ShebeiWeixiu.DanzePrice = this.txtDanzePrice.Value.ToDecimal2();
                             oA_ShebeiWeixiuBLL.UpdateModel(oA_ShebeiWeixiu);
                         }
@@ -210,6 +210,7 @@
 
                     
                 }
+
                 if (m_OA_WorkPlan.ApprovalStatus == 1 && m_OA_WorkPlan.PlanDataType == 20)
                 {
                     var oA_WageAward = bll_OA_WageAwardPunishBLL.GetModelByKeyid(m_OA_WorkPlan.PlanComplany.ToInt32().Value);

--
Gitblit v1.9.1