From f2a3e67d3ad970670b10cb394298bc0940ae699a Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 05 八月 2025 14:32:34 +0800
Subject: [PATCH] 20250805 作业本的总数量,单价在保存的时候再计算一次
---
CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs b/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs
index 16d9cdb..43cb98a 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
{
--
Gitblit v1.9.1