From ae6e40362a745caef9ead36f81f38313fb8c2c66 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 12 五月 2025 16:54:46 +0800 Subject: [PATCH] 扣板:2张 双面机只有“扣板”是2张,其他是1张 --- 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