From 69a1b7107ca42ef46a42e98f7aadd3ea70fb35ed Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 20 十一月 2025 09:19:32 +0800
Subject: [PATCH] 不用再增加一个专门的序号,就按照这个编号,不是列表都有个编号嘛,好,那个送货单就显示就显示那个编号,比如说雷波中学,你在左送货单的左上角2是1或者。或者有三果十一都可以。
---
CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs b/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs
index 16d9cdb..9cffe31 100644
--- a/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs
+++ b/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs
@@ -81,15 +81,15 @@
{
if (EvaluationStatus == 1)
{
- return "宸叉姤閿�";
+ return "宸蹭粯娆�";
}
else if (EvaluationStatus == 2)
{
- return "鏈姤閿�";
+ return "鏈粯娆�";
}
else
- return "鏈姤閿�";
+ return "鏈粯娆�";
}
else
{
@@ -367,7 +367,7 @@
{
if (ApprovalStatus == 0)
{
- return "鏈壒澶�";
+ return "鏈鎵�";
}
else if (ApprovalStatus == 1)
{
@@ -377,8 +377,12 @@
{
return "涓嶆壒鍑�";
}
+ else if (ApprovalStatus == 3)
+ {
+ return "鏈彁浜�";
+ }
else
- return "鏈壒澶�";
+ return "鏈鎵�";
}
else
{
@@ -501,7 +505,7 @@
}
}
/// <summary>
- /// 濂栧姳绫诲瀷/鏃�0,濂栧姳1,鎯╃綒2
+ /// 濂栧姳绫诲瀷/鏃�0,濂栧姳1,缃氭2
/// </summary>
public int? RewardType
{
--
Gitblit v1.9.1