From 9be7596c0b251c392ab0788f3d18806502c6ee76 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 15 五月 2025 08:49:50 +0800
Subject: [PATCH] 提交

---
 CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx.cs
index efb6bbd..20511d2 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx.cs
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx.cs
@@ -22,9 +22,11 @@
     {
         OA_WorkPlanBll oA_WorkReminderBll = null;
         public string planDataType = "";
+        OA_WorkPlan_attachmentBLL oA_WorkPlan_AttachmentBLL = null;
         public MyRequestDetail()
         {
             oA_WorkReminderBll = new OA_WorkPlanBll();
+            oA_WorkPlan_AttachmentBLL = new OA_WorkPlan_attachmentBLL();
         }
 
         //椤甸潰鍔犺浇
@@ -51,6 +53,20 @@
                 this.spanPlanTitle.InnerText = m_OA_WorkPlan.PlanTitle.ToString();
                 this.spanPlanContent.InnerText = m_OA_WorkPlan.PlanContent.ToString();
                 this.spanShoukuandanwei.InnerText = m_OA_WorkPlan.PlanComplany;
+
+                if(m_OA_WorkPlan.PlanDataType == 14)
+                {
+                    this.RepClientList.DataSource = oA_WorkPlan_AttachmentBLL.GetModelByKaipiaoIdandType(Request["keyid"].ToInt32().Value, 14);
+                    this.RepClientList.DataBind();
+                }
+                else if (m_OA_WorkPlan.PlanDataType == 15)
+                {
+                    this.RepClientList.DataSource = oA_WorkPlan_AttachmentBLL.GetModelByKaipiaoIdandType(Request["keyid"].ToInt32().Value, 15);
+                    this.RepClientList.DataBind();
+                }
+
+               
+
                 if (m_OA_WorkPlan.PlanStatus == 1)
                 {
                     this.panelApprovalNo.Visible = true;

--
Gitblit v1.9.1