From f820d227c54e7686d7b582fcd3c1ffcf885b5d31 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 24 一月 2025 12:22:49 +0800
Subject: [PATCH] 审批拒绝的可以修改后再次提交   完成 报销单需要一个编号   EvaluationContent  报销单编号 完成 增加一个状态,保存状态   完成

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

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Note.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/front/Note.aspx.cs
index 5cef432..760e8dc 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Note.aspx.cs
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Note.aspx.cs
@@ -19,7 +19,7 @@
                 PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
 
                 Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//瀛楀吀涓氬姟閫昏緫鎿嶄綔绫诲璞�
-                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("鍗板埛鍗曚綅");
+                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("鍗板埛鍗曚綅").Where(x => x.MeanValue == 1);
                 this.ysUnit.DataBind();
                 this.ysUnit.Value = "1";
             }

--
Gitblit v1.9.1